[Goodies-dev] [Bug 6609] New: xfce4-diskperf-plugin-2.2.0 fails to build with xfce4-panel-4.7 (missing libxfcegui4 linkage)

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Aug 7 15:28:56 CEST 2010


http://bugzilla.xfce.org/show_bug.cgi?id=6609

           Summary: xfce4-diskperf-plugin-2.2.0 fails to build with
                    xfce4-panel-4.7 (missing libxfcegui4 linkage)
    Classification: Panel Plugins
           Product: Xfce4-diskperf-plugin
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
        AssignedTo: goodies-dev at xfce.org
        ReportedBy: ssuominen at gentoo.org


Created an attachment (id=3054)
 --> (http://bugzilla.xfce.org/attachment.cgi?id=3054)
Fix for libtool 2.2 and "xfce4-panel-4.7 issue"

First...

Missing AC_PROG_LIBTOOL() in configure.in (required by libtool-2.2). Otherwise
autoconf bails out on:

configure:3995: error: possibly undefined macro: m4_ifval
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Need explicit libxfcegui4 cflags/libs because they wont come from xfce4-panel
since 4.7 anymore, it's using libxfce4ui instead:

build.log:

https://bugs.gentoo.org/attachment.cgi?id=241753

xfce4_diskperf_plugin-main.o: In function `diskperf_create_options':
main.c:(.text+0x888): undefined reference to `xfce_err'
main.c:(.text+0x90a): undefined reference to
`xfce_titled_dialog_new_with_buttons'
main.c:(.text+0x1045): undefined reference to `xfce_err'
xfce4_diskperf_plugin-main.o: In function `SetDevice':
main.c:(.text+0x1463): undefined reference to `xfce_err'

attached patch solves the issues

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Goodies-dev mailing list