New machine, new problem. On a mac recently upgraded from 10.8 to 10.9, after downloading and extracting the tarball and typing "make", I get the following problem (both sage 5.13 and sage 6.0).
sed: /usr/include/sys/cdefs.h: No such file or directory Marco --------- Found package gcc-4.7.3.p1 in spkg/standard/gcc-4.7.3.p1.spkg gcc-4.7.3.p1 ==================================================== Extracting package /Users/tcstreng/sagebuilds/sage-5.13/spkg/standard/gcc-4.7.3.p1.spkg -rw-r--r--@ 1 tcstreng staff 37520975 Dec 11 12:05 /Users/tcstreng/sagebuilds/sage-5.13/spkg/standard/gcc-4.7.3.p1.spkg Finished extraction **************************************************** Host system: Darwin dhcp-70.math.leidenuniv.nl 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 **************************************************** C compiler: /usr/bin/clang C compiler version: Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix **************************************************** sed: /usr/include/sys/cdefs.h: No such file or directory real 0m0.012s user 0m0.007s sys 0m0.007s ************************************************************************ Error installing package gcc-4.7.3.p1 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /Users/tcstreng/sagebuilds/sage-5.13/logs/pkgs/gcc-4.7.3.p1.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/tcstreng/sagebuilds/sage-5.13/spkg/build/gcc-4.7.3.p1 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/tcstreng/sagebuilds/sage-5.13/spkg/build/gcc-4.7.3.p1' && '/Users/tcstreng/sagebuilds/sage-5.13/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ 2013/12/18 Volker Braun <[email protected]> > Sage 6.0 > > A.k.a. "Today is a good day to die", the credo of release engineering... > > This is the first official release for Sage 6, which from now on will use > git and a single unified repository. > > Source tarball: > http://boxen.math.washington.edu/home/vbraun/src/sage-6.0.tar.gz > > Binary tarballs (is anybody using these?) will follow when they are done. > > If you use git, you can do > > git clone git://github.com/sagemath/sage.git > cd sage > make > > * The master branch will stay at 6.0 until 6.1 is released > * The develop branch will soon move on to 6.1.beta0 > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" 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-release. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sage-release" 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-release. For more options, visit https://groups.google.com/groups/opt_out.
