Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20095 - sys-apps/man should depend on sys-apps/util-linux for hexdump (breaks stage2 build)
Summary: sys-apps/man should depend on sys-apps/util-linux for hexdump (breaks stage2 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High critical
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
: 20157 20316 20317 20431 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-28 04:58 UTC by Arthur Britto
Modified: 2003-05-04 13:33 UTC (History)
3 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 Arthur Britto 2003-04-28 04:58:32 UTC
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"
Comment 1 Jyrki Muukkonen 2003-04-28 05:16:38 UTC
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 }')
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-28 14:19:21 UTC
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.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-29 16:25:51 UTC
*** Bug 20157 has been marked as a duplicate of this bug. ***
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-29 16:26:57 UTC
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.
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-05-04 13:31:37 UTC
*** Bug 20431 has been marked as a duplicate of this bug. ***
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-05-04 13:32:42 UTC
*** Bug 20317 has been marked as a duplicate of this bug. ***
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-05-04 13:33:07 UTC
*** Bug 20316 has been marked as a duplicate of this bug. ***