Gentoo Archives: gentoo-amd64

From: Barry Walsh <bwalsh@××××××.ie>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Problems configuring gentoo
Date: Fri, 03 Oct 2008 15:53:06
Message-Id: 48E63FDE.5030909@indigo.ie
In Reply to: [gentoo-amd64] Problems configuring gentoo by Greg
1 Nocona isn't the right architecture for your CPU, that's for the Intel
2 EMT64 CPU's. k8 would be more appropriate.
3
4
5
6 Greg wrote:
7 > Thanks greatly for the responses. I have found them informative, but am sad to report the same result.
8 >
9 > I downloaded and installed the stage3-amd64-2008.0 tarvol.
10 > after copying over a few configuration files to save myself time (mainly /etc/make.conf, /etc/locale.gen, /etc/passwd,
11 > /etc/shadow, /etc/resolv.conf, and my ssh hostkeys)
12 > I then performed emerge -e world
13 >
14 > I ended up with the same kind of message:
15 >
16 >
17 >
18 > * Messages for package sys-devel/gcc-4.1.2:
19 >
20 > * If you have issues with packages unable to locate libstdc++.la,
21 > * then try running 'fix_libtool_files.sh' on the old gcc versions.
22 >
23 > * Messages for package sys-libs/glibc-2.6.1:
24 >
25 > *
26 > * ERROR: sys-libs/glibc-2.6.1 failed.
27 > * Call stack:
28 > * ebuild.sh, line 49: Called src_compile
29 > * environment, line 3431: Called eblit-run 'src_compile'
30 > * environment, line 1110: Called eblit-glibc-src_compile
31 > * src_compile.eblit, line 173: Called src_compile
32 > * environment, line 3431: Called eblit-run 'src_compile'
33 > * environment, line 1110: Called eblit-glibc-src_compile
34 > * src_compile.eblit, line 181: Called toolchain-glibc_src_compile
35 > * src_compile.eblit, line 122: Called die
36 > * The specific snippet of code:
37 > * make PARALLELMFLAGS="${MAKEOPTS}" || die "make for ${ABI} failed"
38 > * The die message:
39 > * make for x86 failed
40 > *
41 > * If you need support, post the topmost build error, and the call stack if relevant.
42 > * A complete build log is located at '/var/log/portage/sys-libs:glibc-2.6.1:20081003-103750.log'.
43 > * The ebuild environment file is located at '/var/build/portage/sys-libs/glibc-2.6.1/temp/environment'.
44 > *
45 >
46 > Here is the copy of my make.conf file that I'm trying to use. I kept make.profile as
47 > /usr/portage/profiles/default/linux/amd64/2008.0
48 > I always do env-update and source /etc/profile, so these haven't been the issues.
49 >
50 > I knew stage1s were no longer supported, but I came into using gentoo back in 2004 and learned how to use it through
51 > setting up stage1, making stage2, etc. I've never had major problems doing that with the various versions until now. I
52 > wasn't sure if emerge -e system or emerge -e world etc would do the same tasks.
53 >
54 > Anyways, here is my make.conf -- and again, thanks for all the help and suggestions.
55 >
56 > CFLAGS="-march=nocona -O2 -pipe"
57 > CXXFLAGS="${CFLAGS} -fpermissive"
58 > CHOST="x86_64-pc-linux-gnu"
59 > USE="3dnow mmx sse sse2 threads threadpool -multilib"
60 > #ACCEPT_KEYWORDS="~amd64"
61 > PORTAGE_TMPDIR=/var/build
62 > PORTDIR=/usr/portage
63 > PKGDIR=${PORTDIR}/packages
64 > PORT_LOGDIR=/var/log/portage
65 > GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://adelie.polymtl.ca/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
66 >
67 > SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
68 > PORTAGE_RSYNC_RETRIES="3"
69 > #EMERGE_DEFAULT_OPTS=""
70 > MAKEOPTS="-j3"
71 > #PORTAGE_NICENESS=10
72 > AUTOCLEAN="yes"
73 > PORTAGE_TMPFS="/tmp"
74 > FEATURES="sandbox userpriv usersandbox notitles fixpackages loadpolicy unmerge-orphans"
75 >
76 >
77 > .
78 >
79 >