Gentoo Archives: gentoo-amd64

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

Replies

Subject Author
Re: [gentoo-amd64] Problems configuring gentoo Barry Walsh <bwalsh@××××××.ie>
Re: [gentoo-amd64] Problems configuring gentoo Beso <givemesugarr@×××××.com>