I'm installing embedded gentoo (http://gentoo-wiki.com/TinyGentoo) on an i686. I followed the guide precisely and the process works ok, until the last step of emerge world. Gcc emerge fails on a patch. The output is attached below. What is wrong here? I tried masking the gcc versions >=3.3.6 but that does not work either (same error, different patch.)
linux root # emerge -auDN world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild NS ] sys-devel/gcc-3.4.5
Do you want me to merge these packages? [Yes/No]
>>> emerge (1 of 1) sys-devel/gcc-3.4.5 to /
BusyBox v1.00 (2006.03.09-09:49+0000) multi-call binary
Usage: find [PATH...] [EXPRESSION]
Search for files in a directory hierarchy. The default PATH is
the current directory; default EXPRESSION is '-print'
EXPRESSION may consist of:
-follow Dereference symbolic links.
-name PATTERN File name (leading directories removed) matches PATTERN.
-print Print (default and assumed).
-type X Filetype matches X (where X is one of: f,d,l,b,c,...)
-perm PERMS Permissions match any of (+NNN); all of (-NNN);
or exactly (NNN)
-mtime TIME Modified time is greater than (+N); less than (-N);
or exactly (N) days
-newer FILE Modified time is more recent than FILE's
-inum N File has inode number N
>>> md5 files
>>> md5 files
>>> md5 files
>>> md5 files
>>> md5 files
// ...
// bla bla bla
// ...
>>> md5 files
>>> md5 files
>>> md5 files
>>> md5 files
>>> md5 files
>>> md5 src_uri
>>> md5 src_uri
>>> md5 src_uri
>>> md5 src_uri
>>> md5 src_uri
>>> Unpacking source...
>>> Unpacking gcc-3.4.5.tar.bz2 to /var/tmp/portage/gcc-3.4.5/work
>>> Unpacking gcc-3.4.5-patches-1.2.tar.bz2 to /var/tmp/portage/gcc-3.4.5/work
>>> Unpacking gcc-3.4.5-uclibc-patches-1.0.tar.bz2 to /var/tmp/portage/gcc-3.4.5/work
>>> Unpacking gcc-3.4.5-ssp-1.0.tar.bz2 to /var/tmp/portage/gcc-3.4.5/work
>>> Unpacking gcc-3.4.5-piepatches-v8.7.9.tar.bz2 to /var/tmp/portage/gcc-3.4.5/work
* Applying Gentoo patches ...
* 00_all_alpha-mieee-default.patch ...
* Failed Patch: 00_all_alpha-mieee-default.patch !
* ( /var/tmp/portage/gcc-3.4.5/work/patch/00_all_alpha-mieee-default.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/gcc-3.4.5/temp/00_all_alpha-mieee-default.patch-2950.out
!!! ERROR: sys-devel/gcc-3.4.5 failed.
!!! Function epatch, Line 350, Exitcode 0
!!! Failed Patch: 00_all_alpha-mieee-default.patch!
!!! If you need support, post the topmost build error, NOT this status message.


