emerging sys-apps/man failed during stage2 build. sys-apps/man uses hexdump during compilation. hexdump is sys-apps/util-linux. Adding the dependancy allowed compilation to succeed. Reproducible: Always Steps to Reproduce: USE="perl -arts -oss -3dnow -avi -cups -encode -gpm -gtk -imlib -java -jpeg -kde -gnome -mikmod -motif -mpeg -oggvorbis -opengl -pdflib -quicktime -sdl -svga -truetype -X -xmms -xv"
man-1.5l-wrong-quotes.patch adds this requirement. Maybe there is a better way to fix those quotes? Using hexdump and gawk looks kind of kludgy. -GS = -DGREPSILENT=\'@grepsilent@\' +GS = -DGREPSILENT=$(shell echo "@grepsilent@" | hexdump -d -n 1 | gawk '{ printf("0x%x", $$2); exit 0 }')
I have changed between \', \", "', etc and they all fail for some people, and for others not :/ Ill build a system to verify that the depend is ok, thanks.
*** Bug 20157 has been marked as a duplicate of this bug. ***
Seems I was beaten to the fix. This should be closed, as util-linux was added as a DEPEND, and it seems to work fine during a stage 2 build.
*** Bug 20431 has been marked as a duplicate of this bug. ***
*** Bug 20317 has been marked as a duplicate of this bug. ***
*** Bug 20316 has been marked as a duplicate of this bug. ***