Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60132 - Can't bootstrap with glibc-2.3.4.20040808
Summary: Can't bootstrap with glibc-2.3.4.20040808
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL: http://sourceware.org/ml/libc-alpha/2...
Whiteboard:
Keywords:
: 107608 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-12 04:48 UTC by Ehud Shabtai
Modified: 2012-08-12 05:36 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 Ehud Shabtai 2004-08-12 04:48:14 UTC
It seems that the Makefile in the manual directory (of glibc) does not check for perl availabilty and so it fails (as in bootsrap I don't have perl yet).


Reproducible: Always
Steps to Reproduce:
1. bootstrap with ACCEPT_KEYWORDS="~x86"
2.
3.

Actual Results:  
glibc fails to emerge. Bootstrap failed.

Expected Results:  
glibc should have emerged and bootstrap should have finished with success.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2004-08-12 06:44:46 UTC
I am also having a problem with glibc-2.3.4.20040808, but since you didn't post anything regarding the error, I cannot determine whether I need to file a different bug.

Can you post the exact error you get?

Thanks.
Comment 2 Ehud Shabtai 2004-08-12 08:15:19 UTC
The actual error I get is: "no: command not found".
The fix should be an addition of 'ifneq(no, $PERL) statement in the Makefile of the manual directory.

A simple workaroud until this bug is resolved can be: 'ln -s echo /bin/no'

Finish bootstrap and do: 'rm /bin/no'
Comment 3 Travis Tilley (RETIRED) gentoo-dev 2004-08-12 09:07:25 UTC
sorry, it seems i forgot that the info and manual pages in cvs arent pre-built and the glibc-2.3.3 that we patch against is a CVS tarball. i'll pre-generate the man and info pages later today.

thanks for the error report
Comment 4 Travis Tilley (RETIRED) gentoo-dev 2004-08-17 20:36:53 UTC
sorry, i almost forgot about this bug. i've added pre-generated info pages to the glibc ebuild, that should do it.
Comment 5 Travis Tilley (RETIRED) gentoo-dev 2004-09-28 21:10:15 UTC
fixed for a while
Comment 6 SpanKY gentoo-dev 2005-09-30 07:03:33 UTC
*** Bug 107608 has been marked as a duplicate of this bug. ***
Comment 7 SpanKY gentoo-dev 2005-09-30 07:04:02 UTC
seems to have gotten itself broke again
Comment 8 SpanKY gentoo-dev 2005-09-30 18:08:15 UTC
should be fixed in 2.3.5-r1 now