First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 20095
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Release Team <release@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arthur Britto <ahbritto@iat.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 20095 depends on: Show dependency tree
Bug 20095 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-04-28 04:58 0000
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 From Jyrki Muukkonen 2003-04-28 05:16:38 0000 -------
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 From Martin Schlemmer (RETIRED) 2003-04-28 14:19:21 0000 -------
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 From Martin Schlemmer (RETIRED) 2003-04-29 16:25:51 0000 -------
*** Bug 20157 has been marked as a duplicate of this bug. ***

------- Comment #4 From Martin Schlemmer (RETIRED) 2003-04-29 16:26:57 0000 -------
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 From Martin Holzer (RETIRED) 2003-05-04 13:31:37 0000 -------
*** Bug 20431 has been marked as a duplicate of this bug. ***

------- Comment #6 From Martin Holzer (RETIRED) 2003-05-04 13:32:42 0000 -------
*** Bug 20317 has been marked as a duplicate of this bug. ***

------- Comment #7 From Martin Holzer (RETIRED) 2003-05-04 13:33:07 0000 -------
*** Bug 20316 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug