On Tuesday, 31 July 2012 14:02:11 UTC+8, kfiz wrote:
>
>
>
> Am Dienstag, 31. Juli 2012 07:37:42 UTC+2 schrieb Dima Pasechnik:
>>
>>
>>
>> On Tuesday, 31 July 2012 10:38:52 UTC+8, kfiz wrote:
>>>
>>>
>>>
>>> Am Montag, 30. Juli 2012 16:25:24 UTC+2 schrieb Dima Pasechnik:
>>>>
>>>> If you look for the 1st Error in the log, you will see
>>>>
>>>> -----------------------------------------------------------------------------------------------
>>>> ld: warning: in build/genautomata.o, file was built for unsupported 
>>>> file format which is not the architecture being linked (x86_64)
>>>> Undefined symbols:
>>>>   "_main", referenced from:
>>>>       start in crt1.10.6.o
>>>> ld: symbol(s) not found
>>>> collect2: ld returned 1 exit status
>>>> make[5]: *** [build/genautomata] Error 1
>>>> make[4]: *** [all-stage1-gcc] Error 2
>>>> make[3]: *** [stage1-bubble] Error 2
>>>> make[2]: *** [all] Error 2
>>>>
>>>> -----------------------------------------------------------------------------------------------
>>>>
>>>> IMHO you should set SAGE64=yes and then build.
>>>> (i.e. do 
>>>> export SAGE64=yes
>>>> and then do "make build")
>>>>
>>>> Otherwise it looks like that the compiler builds 32-bit object files.
>>>>
>>>> I think that was the problem! :-) Tried to build, everything worked 
>>>> fine until package 'Maxima'..weird, because except for the final 'Error' 
>>>> message (check the log) everything seems to have worked fine..
>>>>
>>>
>> This log does not say at all why Maxima didn't build.
>> Could you please cut the relevant (bottom) part of install.log
>> and post it here?
>>
>
> This is the part of install.log that I didn't post before:
>
> make[1]: *** [installed/maxima-5.26.0.p0] Error 1
>
> real 228m36.234s
> user 194m48.729s
> sys 22m18.712s
> Error building Sage.
>  
> Did you refer to this?
>


I meant that maxima-5.26.0.p0.log you posted does not contain the log of 
maxima build, only the fact that it ended in a failure.
In install.log there should be a part that contains a complete log of 
maxima build. 
It would start off like this:

Now building Maxima; this takes a few minutes.
Since we're on MacOS X and there is a very weird
bug with buffered output while building Maxima,
you will not be able to see the output of the build
as it occurs.  Don't worry, the build process does
not hang.
g++ -c cf_generator.cc -Wall -fno-implicit-templates -I. -I.. -I. 
-I/usr/local/src/sage/sage-5.2.rc0/local 
-I/usr/local/src/sage/sage-5.2.rc0/local/include -DHAVE_CONFIG_H 
-I/usr/local/src/sage/sage-5.2.rc0/local/include 
-I/usr/local/src/sage/sage-5.2.rc0/local/include 
-I/usr/local/src/sage/sage-5.2.rc0/local/include  -O2 -g -fPIC 
-DLIBSINGULAR -o cf_generator.o
In file included from cf_generator.cc:10:0:
[and lots more stuff here]


 
>>
>

-- 
-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org



Reply via email to