Gentoo Archives: gentoo-amd64

From: "A.Watson" <sketchy.gentoo@××××××××××××.au>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] emerge --emptytree problem
Date: Mon, 11 Jul 2005 03:37:06
Message-Id: 42D275B7.8050101@optusnet.com.au
In Reply to: Re: [gentoo-amd64] emerge --emptytree problem by Sean Sullivan
1 Sean Sullivan wrote:
2
3 >On Sunday 10 July 2005 09:25, Mark wrote:
4 >
5 >
6 >>I'm rebuilding my system from scratch, using 2005 and a stage 2 build.
7 >>It keeps failing in the emerge --emptytree system process. I suspect
8 >>my make.conf is the problem. So a couple questions...
9 >>
10 >>1. On the USE flags, this time around, I put in everything that
11 >>sounded like I wanted, which ended up being a very long list. Am I
12 >>better off having a very short list of USE flags, as shown in the
13 >>example in the docs?
14 >>
15 >>2. I have -march=athlon64 in my make.conf file. My processor is an
16 >>AMD64 Athlon 3200+. Is that the correct march= setting? Maybe that's
17 >>my whole problem rather than my USE flags list??
18 >>
19 >>Thanks all,
20 >>--
21 >>Mark
22 >>[unwieldy legal disclaimer would go here - feel free to type your own]
23 >>
24 >>
25 >
26 >march=athlon64 should be fine for your CPU. I use it and have an AMD64 3000+.
27 >How exactly does the emerge fail? What is the error you see? Doubtful it has
28 >anything to do with your USE flags, so we'll prob need to see the error.
29 >
30 >Here is my make.conf for comparison (and I have a lot of USE flags)
31 >--------------------------
32 >CHOST="x86_64-pc-linux-gnu"
33 >CFLAGS="-march=athlon64 -O2 -pipe"
34 >CXXFLAGS="${CFLAGS}"
35 >
36 >ACCEPT_KEYWORDS="~amd64"
37 >MAKEOPTS="-j2"
38 >
39 > USE="-gnome -kde -gtk -arts acpi alsa X audiofile avi -bonobo
40 > cdparanoia cdr crypt cups dbm divx4linux dvd dvdread gtk2
41 > encode imagemagick mailwrapper mozilla mpeg mysqli multilib
42 > nvidia ogg oggvorbis oss opengl pam perl python qt samba ssl
43 > mysql php xine amd64 apache2 cups acl xml readline libclamav"
44 >--------------------------
45 >
46 >-Sean
47 >
48 >
49 You said it failed on the QT package, maybe you should enable kde in
50 your USE flags. If you dont want kde then do you really need QT? Also
51 running ~amd64 can and will b0rk you. Use package.keywords for any
52 ~amd64 packages that you require.
53
54 If you continue to have errors post you output of "emerge info".
55 Hope that helped
56 --
57 gentoo-amd64@g.o mailing list