Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160645 - Fix xfce-extra/xfce4-mount-0.4.7 to compile with -Wl,--as-needed [PATCH]
Summary: Fix xfce-extra/xfce4-mount-0.4.7 to compile with -Wl,--as-needed [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2007-01-07 10:07 UTC by Samuli Suominen (RETIRED)
Modified: 2007-01-21 17:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xfce4-mount-asneeded.patch (xfce4-mount-asneeded.patch,622 bytes, patch)
2007-01-07 10:07 UTC, Samuli Suominen (RETIRED)
Details | Diff
xfce4-mount-0.4.7.ebuild.patch (xfce4-mount-0.4.7.ebuild.patch,757 bytes, patch)
2007-01-07 10:08 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2007-01-07 10:07:15 UTC
i686-pc-linux-gnu-gcc  -O2 -march=athlon-xp -pipe  -Wl,-O1,--as-needed -o xfce4-mount-plugin -lxfce4panel -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   xfce4_mount_plugin-devices.o xfce4_mount_plugin-mount-plugin.o  
Merging translations into xfce4-mount-plugin.desktop.
xfce4_mount_plugin-devices.o: In function `disks_search':
devices.c:(.text+0x3b): undefined reference to `g_ascii_strcasecmp'
xfce4_mount_plugin-devices.o: In function `mount_info_free':
devices.c:(.text+0x77): undefined reference to `g_free'
devices.c:(.text+0x84): undefined reference to `g_free'
devices.c:(.text+0x8e): undefined reference to `g_free'


Reproducible: Always

Steps to Reproduce:
1. LDFLAGS="-Wl,--as-needed" emerge -av =xfce-extra/xfce4-mount-0.4.7
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-01-07 10:07:45 UTC
Created attachment 105769 [details, diff]
xfce4-mount-asneeded.patch
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-01-07 10:08:30 UTC
Created attachment 105771 [details, diff]
xfce4-mount-0.4.7.ebuild.patch
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-01-10 15:21:55 UTC
This plugin seems to be unsupported by Xfce bugzilla.. 

TODO: Contact author directly.
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2007-01-21 17:26:04 UTC
Thanks for reporting!