Andrew Gaffney wrote:
> Mikey wrote:
>> Hey guys, where can I locate the specs used to generate the 2006.0 media?
>
> http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/specs/2006.0/
>
>> Also, which version of catalyst was used to generate them?
>
> 2.0_rc39
Ok, I have run into a problem with 2.0_rc40 and the stage1.spec. I have not
changed anything in the spec file other than I am using a snapshot from
20060313. I am having a failure at libperl, it appears as though gcc does
not like the -mtune flag, but it is confusing because the error output
shows "-tune", not "-mtune". Any suggestions?
Checking your choice of C compiler and flags for coherency...
I've tried to compile and run the following simple program:
#include <stdio.h>
int main() { printf("Ok\n"); return(0); }
I used the command:
i386-pc-linux-gnu-gcc -o try -O2 -mtune=i686 -pipe
-fno-strict-aliasing -pipe -L/usr/local/lib try.c -lnsl -lgdbm -ldb -ldl
-lm -lcrypt -lutil -lc
./try
and I got the following output:
cc1: error: invalid option `tune=i686'
I can't compile the test program.
You have a BIG problem. Shall I abort Configure [y]
Ok. Stopping Configure.
!!! ERROR: sys-devel/libperl-5.8.7 failed.
!!! Function src_compile, Line 238, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status
message.
!!! catalyst: run script failed.
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1036, in run_local
cmd("/bin/bash "+self.settings["controller_file"]+" run","run script
failed.",env=self.env)
File "/usr/lib/catalyst2/modules/catalyst_support.py", line 485, in cmd
raise CatalystError,myexc
CatalystError: <unprintable instance object>
None
!!! catalyst: Stage build aborting due to error.
Catalyst aborting....
--
[EMAIL PROTECTED] mailing list