Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205388 - stabilize x11-plugins/wmmaiload-2.2.1-r1 (was: 1.0.2 fails with -Wl,--as-needed)
Summary: stabilize x11-plugins/wmmaiload-2.2.1-r1 (was: 1.0.2 fails with -Wl,--as-needed)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2008-01-12 00:50 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-01-22 02:17 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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