Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 160645

Summary: Fix xfce-extra/xfce4-mount-0.4.7 to compile with -Wl,--as-needed [PATCH]
Product: Gentoo Linux Reporter: Samuli Suominen (RETIRED) <ssuominen>
Component: Current packagesAssignee: XFCE Team <xfce>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 129413    
Attachments: xfce4-mount-asneeded.patch
xfce4-mount-0.4.7.ebuild.patch

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!