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

Bug 205388

Summary: stabilize x11-plugins/wmmaiload-2.2.1-r1 (was: 1.0.2 fails with -Wl,--as-needed)
Product: Gentoo Linux Reporter: Santiago M. Mola (RETIRED) <coldwind>
Component: New packagesAssignee: Gentoo Dockapp Team <desktop-dock>
Status: RESOLVED FIXED    
Severity: enhancement CC: ssuominen
Priority: Normal Keywords: STABLEREQ
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 129413    

Description Santiago M. Mola (RETIRED) gentoo-dev 2008-01-12 00:50:35 UTC
x11-plugins/wmmaiload-1.0.2 is broken with LDFLAGS="-Wl,--as-needed".

Probably it's no worth to fix this but I'm posting it, at least, as a reminder for myself.

x86_64-pc-linux-gnu-gcc  -O2 -pipe `gtk-config --cflags` -Wl,-O1,--as-needed `gtk-config --libs` -o wmmaiload-config  actions.o dialogs.o main.o mainwindow.o tools.o popedit.o -L/usr/local/lib -lX11  -lXext -lXpm

should be

x86_64-pc-linux-gnu-gcc  -O2 -pipe `gtk-config --cflags` -Wl,-O1,--as-needed -o wmmaiload-config  actions.o dialogs.o main.o mainwindow.o tools.o popedit.o -L/usr/local/lib -lX11  -lXext -lXpm `gtk-config --libs`
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2008-01-12 10:16:50 UTC
Ported 2.2.1-r1 to GTK+-2.0 and it doesn't fail with --as-needed plus misc clean up.

amd64 stable.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-01-14 13:28:43 UTC
x86 stable
Comment 3 Brent Baude (RETIRED) gentoo-dev 2008-01-22 02:17:25 UTC
ppc stable and add ~ppc64 too ; moving to fixed as last arch on cc