Still trying to build 64bit Sage 6.3 on an OS X 10.6.8 Core 2 Duo machine. Dima's suggestion '$ export SAGE64=yes ' did not work.
'make' failed -- one package failed to build (error message copied below). Note that 'make' previously succeeded without '$ export SAGE64=yes ' . '$ ./sage -bdist' succeeded, but produced a 32 bit Sage-6.3.app which was only 1.1G large (compared to 3.5G for the usual Sage-6.3.app). ================================================================= 2014-08-27 build Sage-6.3 trying for 64bit version $ git clone git://github.com/sagemath/sage.git $ cd sage $ git checkout 6.3 $ export SAGE64=yes $ export MAKE="make -j2" $ $MAKE [... lots of output ...] *************************************************************** Error building Sage. The following package(s) may have failed to build: package: polybori-0.8.3 log file: //NOT_ON_SSD/Software/sage_build/build2/sage/logs/pkgs/polybori-0.8.3.log build directory: //NOT_ON_SSD/Software/sage_build/build2/sage/local/var/tmp/sage/build/polybori-0.8.3 The build directory may contain configuration files and other potentially helpful information. WARNING: if you now run 'make' again, the build directory will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. make: *** [build] Error 1 $ git checkout 6.3 $ git remote add trac git://trac.sagemath.org/sage.git -t master $ git fetch trac u/iandrus/trac-16796 $ git checkout FETCH_HEAD $ export SAGE_APP_DMG=yes $ export SAGE_APP_BUNDLE=yes $ ./sage -bdist [Build succeeded but produced 32 bit app version, size only 1.1G] ================================================================= thanks, Daniel Friedan On Tuesday, August 26, 2014 8:19:22 PM UTC, Dima Pasechnik wrote: > > On 2014-08-26, Daniel Friedan <[email protected] <javascript:>> wrote: > > ------=_Part_4367_1566256233.1409080390865 > > Content-Type: text/plain; charset=UTF-8 > > > > I've been able to run the 64 bit version of Sage 6.2 onn my Core 2 Duo > OS X > > 10.6 macbookpro with no trouble. > > This is the version I downloaded as > > * sage-6.2-x86_64-Darwin-OSX_10.6_x86_64-app.dmg* > >< > http://boxen.math.washington.edu/home/sagemath/sage-mirror/osx/intel/sage-6.2-x86_64-Darwin-OSX_10.6_x86_64-app.dmg> > > > > > > The problem seems to be with *building* a 64 bit version. > > Is it impossible to build a 64bit version of Sage on this machine? > > Perhaps you just have to > > $ export SAGE64=yes > > before starting make. > > cf. http://www.sagemath.org/doc/installation/source.html > for details. > (it says SAGE64=yes is only needed on OSX 10.4 and 10.5 though) > > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
