Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264891 - sys-apps/tuxonice-userui-1.0 doesn't compile with fbsplash USE flag
Summary: sys-apps/tuxonice-userui-1.0 doesn't compile with fbsplash USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 16:17 UTC by François Valenduc
Modified: 2009-04-05 12:26 UTC (History)
2 users (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 François Valenduc 2009-04-04 16:17:44 UTC
I tried to emerge tuxonice-userui-1.0 and it fails to compile. I get the following error:

make -j2 CC=i686-pc-linux-gnu-gcc 'CFLAGS=-O2 -march=i686 -pipe' LDFLAGS=-Wl,-O1 tuxoniceui_fbsplash
make -C fbsplash all
make: *** No rule to make target `fbsplash/userui_fbsplash.o', needed by `tuxoniceui_fbsplash'.  Stop.
make: *** Waiting for unfinished jobs....

What is rather strange is that if I go into the work directory in /var/tmp/portage and run "make tuxoniceui_fbsplash", it works without error.

Can somebody explain what's happening ?



Reproducible: Always
Comment 1 Marius Schäfer 2009-04-04 16:32:48 UTC
It emerges successfully with MAKEOPTS="-j1".
With MAKEOPTS="-j3" i have the same error message.
Comment 2 Bartek 'Paczesiowa' Cwiklowski 2009-04-04 19:20:04 UTC
-j1 helped with that for me too. (-j2 didn't)
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-04-05 12:26:13 UTC
I've committed new patch, should fix it.