Gentoo Archives: gentoo-catalyst

From: MIkey <mikey@×××××××××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Re: 2006.0 specs
Date: Tue, 14 Mar 2006 17:52:02
Message-Id: 200603141751.k2EHp3ga019505@gw.open-hosting.net
In Reply to: Re: [gentoo-catalyst] 2006.0 specs by Andrew Gaffney
1 Andrew Gaffney wrote:
2
3 > Mikey wrote:
4 >> Hey guys, where can I locate the specs used to generate the 2006.0 media?
5 >
6 > http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/specs/2006.0/
7 >
8 >> Also, which version of catalyst was used to generate them?
9 >
10 > 2.0_rc39
11
12 Ok, I have run into a problem with 2.0_rc40 and the stage1.spec. I have not
13 changed anything in the spec file other than I am using a snapshot from
14 20060313. I am having a failure at libperl, it appears as though gcc does
15 not like the -mtune flag, but it is confusing because the error output
16 shows "-tune", not "-mtune". Any suggestions?
17
18
19
20
21 Checking your choice of C compiler and flags for coherency...
22 I've tried to compile and run the following simple program:
23
24 #include <stdio.h>
25 int main() { printf("Ok\n"); return(0); }
26
27 I used the command:
28
29 i386-pc-linux-gnu-gcc -o try -O2 -mtune=i686 -pipe
30 -fno-strict-aliasing -pipe -L/usr/local/lib try.c -lnsl -lgdbm -ldb -ldl
31 -lm -lcrypt -lutil -lc
32 ./try
33
34 and I got the following output:
35
36 cc1: error: invalid option `tune=i686'
37 I can't compile the test program.
38 You have a BIG problem. Shall I abort Configure [y]
39 Ok. Stopping Configure.
40
41 !!! ERROR: sys-devel/libperl-5.8.7 failed.
42 !!! Function src_compile, Line 238, Exitcode 1
43 !!! (no error message)
44 !!! If you need support, post the topmost build error, NOT this status
45 message.
46
47
48 !!! catalyst: run script failed.
49
50
51 Traceback (most recent call last):
52 File "modules/generic_stage_target.py", line 1036, in run_local
53 cmd("/bin/bash "+self.settings["controller_file"]+" run","run script
54 failed.",env=self.env)
55 File "/usr/lib/catalyst2/modules/catalyst_support.py", line 485, in cmd
56 raise CatalystError,myexc
57 CatalystError: <unprintable instance object>
58 None
59
60 !!! catalyst: Stage build aborting due to error.
61
62
63 Catalyst aborting....
64
65 --
66 gentoo-catalyst@g.o mailing list