On Mon, 2005-06-06 at 10:03 -0500, Heath H Holcomb wrote:
> Version 0.06
> Please add, delete, modify. Thanks!
> This procedure produces a working embedded rootfs, that boots form a hard 
> drive on a Geode based SBC (single board computer); at least on my 
> development system.


> #----- Step 2 - Build the development_rootfs ---------------------------------


> rm /etc/make.profile
> ln -s /usr/portage/profiles/uclibc/x86 /etc/make.profile

# This should be.
cd /etc
rm make.profile
ln -s ../usr/portage/profiles/uclibc/x86 make.profile

# Note the ../ vs / ; This is how portage expects things to be for the 
cascading profile setup. 
If you do it the other wrong way you encounter strange bugs here and
there.

> # Workaround 2
> # During emerge -e system, python-fchksum failes complaing about
> # gcc-config error: Could not run/locate "i386-gentoo-linux-uclibc-gcc"
> # The following commands work around this problem.
> emerge python


> emerge -e system
You already built python. So you know need to rebuild python-fscksum vs all of 
'-e system'
That bootstrap+system+system would end up having the user rebuild
gcc/uclibc etc about 3 times total. 


-- 
Ned Ludd <[EMAIL PROTECTED]>

-- 
[email protected] mailing list

Reply via email to