Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63350 - uclibc stage1: uclibc fails to bootstrap
Summary: uclibc stage1: uclibc fails to bootstrap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 14:09 UTC by Mike Williams
Modified: 2004-09-21 23:16 UTC (History)
0 users

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 Mike Williams 2004-09-08 14:09:18 UTC
Downloaded a uclibc stage1-x86 from vapier this evening, but I can't bootstrap it, uclibc fails.

Excerpt from uclibc-0.9.21's Makefile

@./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)

$(KERNEL_SOURCE) gets set to something in /usr/src, but during bootstrap there isn't a kernel source installed yet, fix_includes.sh's check for a version.h in that directory fails, causing the make to fail.

I changed '$(KERNEL_SOURCE)' to '/usr' so it would use the installed headers.
Bootstrap has now passed uclibc, and onto textinfo now.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-09-21 23:16:06 UTC
i dont know how/why you're using 0.9.21, but you should be using 0.9.26-r5 since it's marked x86 stable