Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89620 - sys-devel/gnuconfig: emerge --emptytree system fails: * Failed Patch: config.guess.uclibc.patch !
Summary: sys-devel/gnuconfig: emerge --emptytree system fails: * Failed Patch: config...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 00:44 UTC by Steffen J. Mutter
Modified: 2005-04-19 18:58 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 Steffen J. Mutter 2005-04-19 00:44:47 UTC
I use stage 1 on a VIA Epia Board
cat /proc/cpuinfo shows
processor       : 0
vendor_id       : CentaurHauls
cpu family      : 6
model           : 7
model name      : VIA Samuel 2
stepping        : 3
cpu MHz         : 599.740
cache size      : 64 KB
physical id     : 0
siblings        : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu de tsc msr cx8 mtrr pge mmx pni 3dnow
bogomips        : 1179.64

uname -m replies i686 - so my make.conf looks like this:

CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.eliteitminds.com ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/"
USE="-gtk -gnome qt kde dvd alsa cdr"

The error message given:

!!! ERROR: sys-devel/gnuconfig-20050223 failed.
!!! Function epatch, Line 358, Exitcode 0
!!! Failed Patch: config.guess.uclibc.patch!

Here's the output:

livecd portage # cat /var/tmp/portage/gnuconfig-20050223/temp/config.guess.uclibc.patch-13439.out
***** config.guess.uclibc.patch *****

===============================================================

PATCH COMMAND:  patch -p0 -g0 < /var/tmp/portage/gnuconfig-20050223/work/config.guess.uclibc.patch

===============================================================
/usr/lib/portage/bin/ebuild.sh: line 1874: 13462 Done                    cat ${PATCH_TARGET}
     13463 Illegal instruction     | patch -p${count} ${popts} --dry-run -f
===============================================================

PATCH COMMAND:  patch -p1 -g0 < /var/tmp/portage/gnuconfig-20050223/work/config.guess.uclibc.patch

===============================================================
/usr/lib/portage/bin/ebuild.sh: line 1874: 13469 Done                    cat ${PATCH_TARGET}
     13470 Illegal instruction     | patch -p${count} ${popts} --dry-run -f
===============================================================

PATCH COMMAND:  patch -p2 -g0 < /var/tmp/portage/gnuconfig-20050223/work/config.guess.uclibc.patch

===============================================================
/usr/lib/portage/bin/ebuild.sh: line 1874: 13476 Done                    cat ${PATCH_TARGET}
     13477 Illegal instruction     | patch -p${count} ${popts} --dry-run -f
===============================================================

PATCH COMMAND:  patch -p3 -g0 < /var/tmp/portage/gnuconfig-20050223/work/config.guess.uclibc.patch

===============================================================
/usr/lib/portage/bin/ebuild.sh: line 1874: 13483 Done                    cat ${PATCH_TARGET}
     13484 Illegal instruction     | patch -p${count} ${popts} --dry-run -f
===============================================================

PATCH COMMAND:  patch -p4 -g0 < /var/tmp/portage/gnuconfig-20050223/work/config.guess.uclibc.patch

===============================================================
/usr/lib/portage/bin/ebuild.sh: line 1874: 13490 Done                    cat ${PATCH_TARGET}
     13491 Illegal instruction     | patch -p${count} ${popts} --dry-run -f



What did I do wrong?



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-04-19 18:58:50 UTC
your install is broken ... maybe you have software which is trying to utilize i686 code that your board doesnt support

/usr/lib/portage/bin/ebuild.sh: line 1874: 13462 Done                    cat ${PATCH_TARGET}
     13463 Illegal instruction     | patch -p${count} ${popts} --dry-run -f