Build report for 3.4.rc0 on this 64-bit machine: Linux version 2.6.18.8-0.3-default (ge...@buildhost) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP Tue Apr 17 08:42:35 UTC 2007
Build all fine. Some test failures in devel/sage/sage/interfaces/ sage0.py: sage -t "devel/sage/sage/interfaces/sage0.py" ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 435: sage: F == sage0(F)._sage_() Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_20[4]>", line 1, in <module> F == sage0(F)._sage_()###line 435: sage: F == sage0(F)._sage_() File "/home/jec/sage-3.4.rc0/local/lib/python2.5/site-packages/ sage/interfaces/sage0.py", line 445, in _sage_ return load(P._local_tmpfile()) File "sage_object.pyx", line 496, in sage.structure.sage_object.load (sage/structure/sage_object.c:4869) IOError: [Errno 2] No such file or directory: '/home/jec/.sage// temp/host_57_89/28627//interface//tmp28627.sobj' ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 453: sage: four_gcd(6) Expected: 2 Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 476: sage: sage0(4).gcd Expected: <built-in method gcd of sage.rings.integer.Integer object at 0x...> Got: sage8.gcd ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 502: sage: half = reduce_load_element(s); half Expected: 1/2 Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 534: sage: sage0_version() == version() Expected: True Got: False ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 174: sage: print "ignore this"; sage0.cputime() # random output Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_3[2]>", line 1, in <module> print "ignore this"; sage0.cputime() # random output###line 174: sage: print "ignore this"; sage0.cputime() # random output File "/home/jec/sage-3.4.rc0/local/lib/python2.5/site-packages/ sage/interfaces/sage0.py", line 185, in cputime return float(s) ValueError: empty string for float() ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 176: sage: sage0('factor(2^157-1)') Expected: 852133201 * 60726444167 * 1654058017289 * 2134387368610417 Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 178: sage: print "ignore this"; sage0.cputime() # random output Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_3[4]>", line 1, in <module> print "ignore this"; sage0.cputime() # random output###line 178: sage: print "ignore this"; sage0.cputime() # random output File "/home/jec/sage-3.4.rc0/local/lib/python2.5/site-packages/ sage/interfaces/sage0.py", line 185, in cputime return float(s) ValueError: invalid literal for float(): e(None) 852133201 * 60726444167 * 1654058017289 * 213438736861041 ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 192: sage: len(t) > 100 Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_4[3]>", line 1, in <module> len(t) > Integer(100)###line 192: sage: len(t) > 100 TypeError: object of type 'float' has no len() ********************************************************************** File "/home/jec/sage-3.4.rc0/devel/sage/sage/interfaces/sage0.py", line 194: sage: 'gcd' in t Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.rc0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_4[4]>", line 1, in <module> 'gcd' in t###line 194: sage: 'gcd' in t TypeError: argument of type 'float' is not iterable ********************************************************************** 7 items had failures: 1 of 5 in __main__.example_20 1 of 4 in __main__.example_21 1 of 3 in __main__.example_22 1 of 6 in __main__.example_24 1 of 4 in __main__.example_26 3 of 5 in __main__.example_3 2 of 5 in __main__.example_4 ***Test Failed*** 10 failures. For whitespace errors, see the file /home/jec/sage-3.4.rc0/ tmp/.doctest_sage0.py [17.7 s] exit code: 1024 I don't know what that is all about! John On Mar 4, 11:36 pm, Arnaud Bergeron <aberge...@gmail.com> wrote: > 2009/3/4 mabshoff <mabsh...@googlemail.com>: > > > > > > > On Mar 4, 2:48 pm, Arnaud Bergeron <aberge...@gmail.com> wrote: > > > Hi Arnaud, > > >> This does not build on Mac OS X 10.5.6 PPC 64-bits. It does build > >> fine in 32-bit mode though > > >> The first issue is rather trivial. The gmp-mpir-0.9 spkg fails to > >> build because spkg-install passes the option ABI=64 while it expects > >> ABI=mode64. > > > Strange. I never had that problem but it has been a while since I > > build 64 bit binaries on 64 bit PPC OSX anyway. > > >> After a manual fix, the build goes on until symmetrica. All the files > >> build but the 'test' build fails with this: > > >> gcc -01 -m64 -fPIC -g -DFAST -DALLTRUE -lm test.c bar.o bi.o boe.o > >> bruch.o classical.o de.o di.o ff.o galois.o ga.o gra.o hash.o hiccup.o > >> io.o ko.o list.o lo.o ma.o mee.o mem.o mes.o mhe.o mhh.o mhm.o mhp.o > >> mhs.o mmm.o mms.o mod_dg_sbd.o mo.o mpp.o mps.o mse.o msh.o msm.o > >> mss.o muir.o na.o nb.o nc.o nu.o part.o pee.o peh.o pem.o perm.o pes.o > >> phe.o phh.o phm.o phs.o plet.o pme.o pmh.o poly.o ppe.o pph.o ppm.o > >> ppp.o pps.o pr.o pse.o psh.o psm.o pss.o rest.o rh.o sab.o sb.o sc.o > >> sr.o ta.o teh.o tem.o tep.o tes.o the.o thm.o thp.o ths.o tme.o tmh.o > >> tmp.o tms.o tpe.o tph.o tpm.o tps.o tse.o tsh.o tsm.o tsp.o vc.o zo.o > >> zykelind.o zyk.o -o test > >> ld: bl out of range (-17122108 max is +/-16M) from _t_loop_partition > >> at 0x10105E42C in __text of sr.o to _insert_bintree at 0x10000A780 in > >> __text of bi.o in _t_loop_partition from sr.o > > >> I tried adding -mlongcall to the gcc options without success. > > > Yeah, I also found this > > pagehttp://lists.apple.com/archives/carbon-dev/2007/aug/msg00154.html > > - for now you might just want to remove the "-g" from the compilation > > flags. > > It still fails with -g (with or without -mlongcall). > > >> Arnaud > > > Cheers, > > > Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---