Nocona isn't the right architecture for your CPU, that's for the Intel EMT64 CPU's. k8 would be more appropriate.


Greg wrote:
Thanks greatly for the responses. I have found them informative, but am sad to 
report the same result.

I downloaded and installed the stage3-amd64-2008.0 tarvol.
after copying over a few configuration files to save myself time (mainly /etc/make.conf, /etc/locale.gen, /etc/passwd, /etc/shadow, /etc/resolv.conf, and my ssh hostkeys)
I then performed emerge -e world

I ended up with the same kind of message:


* Messages for package sys-devel/gcc-4.1.2: * If you have issues with packages unable to locate libstdc++.la,
 * then try running 'fix_libtool_files.sh' on the old gcc versions.
* Messages for package sys-libs/glibc-2.6.1: *
 * ERROR: sys-libs/glibc-2.6.1 failed.
 * Call stack:
 * ebuild.sh, line 49:  Called src_compile
 * environment, line 3431:  Called eblit-run 'src_compile'
 * environment, line 1110:  Called eblit-glibc-src_compile
 * src_compile.eblit, line 173:  Called src_compile
 * environment, line 3431:  Called eblit-run 'src_compile'
 * environment, line 1110:  Called eblit-glibc-src_compile
 * src_compile.eblit, line 181:  Called toolchain-glibc_src_compile
 * src_compile.eblit, line 122:  Called die
 * The specific snippet of code:
 * make PARALLELMFLAGS="${MAKEOPTS}" || die "make for ${ABI} failed"
 * The die message:
 * make for x86 failed
 *
 * If you need support, post the topmost build error, and the call stack if 
relevant.
 * A complete build log is located at 
'/var/log/portage/sys-libs:glibc-2.6.1:20081003-103750.log'.
 * The ebuild environment file is located at 
'/var/build/portage/sys-libs/glibc-2.6.1/temp/environment'.
* Here is the copy of my make.conf file that I'm trying to use. I kept make.profile as /usr/portage/profiles/default/linux/amd64/2008.0
I always do env-update and source /etc/profile, so these haven't been the 
issues.

I knew stage1s were no longer supported, but I came into using gentoo back in 2004 and learned how to use it through setting up stage1, making stage2, etc. I've never had major problems doing that with the various versions until now. I wasn't sure if emerge -e system or emerge -e world etc would do the same tasks.

Anyways, here is my make.conf -- and again, thanks for all the help and 
suggestions.

CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS} -fpermissive"
CHOST="x86_64-pc-linux-gnu"
USE="3dnow mmx sse sse2 threads threadpool -multilib"
#ACCEPT_KEYWORDS="~amd64"
PORTAGE_TMPDIR=/var/build
PORTDIR=/usr/portage
PKGDIR=${PORTDIR}/packages
PORT_LOGDIR=/var/log/portage
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://adelie.polymtl.ca/ 
http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo";

SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
PORTAGE_RSYNC_RETRIES="3"
#EMERGE_DEFAULT_OPTS=""
MAKEOPTS="-j3"
#PORTAGE_NICENESS=10
AUTOCLEAN="yes"
PORTAGE_TMPFS="/tmp"
FEATURES="sandbox userpriv usersandbox notitles fixpackages loadpolicy 
unmerge-orphans"


.



Reply via email to