[sage-support] Re: libgap package failed to build

2013-06-02 Thread Volker Braun
system.c:45 is #include but for some reason you are getting the local "string.h". Its a bit unfortunate that the header names clash, but your toolchain is still broken. Do you have a C_INCLUDE_PATH set by any chance? Whats the output of "cpp -v" On Sunday, June 2, 2013 9:43:47 PM UTC+1,

[sage-support] Re: libgap package failed to build

2013-06-02 Thread Sancho McCann
http://pastebin.com/tHtfVfpR On Saturday, June 1, 2013 5:28:27 AM UTC-7, Volker Braun wrote: > > Can you post a link (e.g. pastebin) to the rest of the libgap log? > > > On Friday, May 31, 2013 8:18:12 AM UTC+1, Sancho McCann wrote: >> >> I'm building sage 5.9 on OpenSuSE 12.3 (x86_64). >> >> I ge

[sage-support] Re: libgap package failed to build

2013-06-01 Thread Volker Braun
Can you post a link (e.g. pastebin) to the rest of the libgap log? On Friday, May 31, 2013 8:18:12 AM UTC+1, Sancho McCann wrote: > > I'm building sage 5.9 on OpenSuSE 12.3 (x86_64). > > I get: > > Error building Sage. > > The following package(s) may have failed to build: > > package: libgap-4.5

[sage-support] Re: libgap package failed to build

2013-06-01 Thread Dima Pasechnik
On 2013-05-31, Sancho McCann wrote: > --=_Part_951_13584547.1370033888160 > Content-Type: text/plain; charset=ISO-8859-1 > > It still did not work when I compiled with > > export SAGE_INSTALL_GCC="yes" you probably need to build Sage gcc spkg by hand (./sage -f spkg/standard/gcc-4.7.2.p1.spkg

[sage-support] Re: libgap package failed to build

2013-05-31 Thread Sancho McCann
It still did not work when I compiled with export SAGE_INSTALL_GCC="yes" On Friday, May 31, 2013 4:05:06 AM UTC-7, Volker Braun wrote: > > Thats a normal #define in object.h. It seems like your toolchain is > broken. > > Does it work if you compile sage with "SAGE_INSTALL_GCC=yes make" > > >

[sage-support] Re: libgap package failed to build

2013-05-31 Thread Sancho McCann
I have gcc (SUSE Linux) 4.7.2 20130108. pkg/build/libgap-4.5.7.p2/src/src/string.h doesn't include anything other than for memcpy. It doesn't include pkg/build/libgap-4.5.7.p2/src/src/objects.h, where libGAP_LAST_REAL_TNUM is defined. On Friday, May 31, 2013 4:05:06 AM UTC-7, Volker Braun wro

[sage-support] Re: libgap package failed to build

2013-05-31 Thread Volker Braun
Thats a normal #define in object.h. It seems like your toolchain is broken. Does it work if you compile sage with "SAGE_INSTALL_GCC=yes make" On Friday, May 31, 2013 8:18:12 AM UTC+1, Sancho McCann wrote: > > I'm building sage 5.9 on OpenSuSE 12.3 (x86_64). > > I get: > > Error building Sage. >