Ran make again without specifying any jobs, which I understand to be the 
same as specifying one job. Same error from Atlas this time as well. Here's 
the contents of that log:

Found local metadata for atlas-3.10.2.p2
Attempting to download package atlas-3.10.2.tar.bz2 from mirrors
http://mirrors.xmission.com/sage/spkg/upstream/atlas/atlas-3.10.2.tar.bz2
[......................................................................]
atlas-3.10.2.p2
====================================================
Setting up build directory for atlas-3.10.2.p2
Finished set up
Error: The spkg-install script is written in Python, but the Python
package is not yet installed in Sage.  You should add $(PYTHON)
as dependency in build/pkgs/atlas/dependencies
 

On Monday, July 25, 2016 at 4:47:06 PM UTC-7, leif wrote:
>
> Paul Masson wrote: 
> > Sorry about that Leif. My bad. 
> > 
> > I'm the only person using this machine, so I'm the administrator. The 
> > directory in the Cython error is a system directory. 
>
> Yes, and Sage shouldn't try to write to /that/. 
>
>
> > I think my very first build of 7.2 a couple months ago was not a 
> > parallel build: is that an issue for an initial build? 
>
> It shouldn't, but somehow Sage's Python apparently doesn't get built 
> [early enough]; you may try to build with just one 'make' job ('-j1'), 
> be it just to better track down what's going wrong. 
>
>
> People on MacOS X will have better suggestions I guess. 
>
>
> -leif 
>
>
> > On Monday, July 25, 2016 at 3:21:03 PM UTC-7, leif wrote: 
> > 
> >     Paul Masson wrote: 
> >     > Most recent update applied: running OS X 10.11.6 
> > 
> >     Paul, you really shouldn't post install.log of *parallel* builds (at 
> >     least not before Sage 7.3.*; "master" is of course 7.2), but better 
> >     those of the packages which failed to build (namely those logs 
> >     mentioned 
> >     in the error message you posted). 
> > 
> > 
> >     > Install log: 
> >     https://drive.google.com/open?id=0B9H_P15GCK5yME43Sjk2bmFZSmM 
> >     <https://drive.google.com/open?id=0B9H_P15GCK5yME43Sjk2bmFZSmM> 
> > 
> >     TL;DR: 
> > 
> >     cython-0.24.p0 
> >     ==================================================== 
> >     Setting up build directory for cython-0.24.p0 
> >     Finished set up 
> >     **************************************************** 
> >     Host system: 
> >     Darwin MacBook-Retina.local 15.6.0 Darwin Kernel Version 15.6.0: Thu 
> >     Jun 
> >     23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64 
> >     **************************************************** 
> >     C compiler: gcc 
> >     C compiler version: 
> >     Using built-in specs. 
> >     COLLECT_GCC=gcc 
> >     
> COLLECT_LTO_WRAPPER=/Users/Masson/Downloads/GitHub/sage/local/libexec/gcc/x86_64-apple-darwin15.6.0/4.9.3/lto-wrapper
>  
>
> > 
> >     Target: x86_64-apple-darwin15.6.0 
> >     Configured with: ../src/configure 
> >     --prefix=/Users/Masson/Downloads/GitHub/sage/local 
> >     --with-local-prefix=/Users/Masson/Downloads/GitHub/sage/local 
> >     --with-gmp=/Users/Masson/Downloads/GitHub/sage/local 
> >     --with-mpfr=/Users/Masson/Downloads/GitHub/sage/local 
> >     --with-mpc=/Users/Masson/Downloads/GitHub/sage/local 
> --with-system-zlib 
> >     --disable-multilib --disable-nls --enable-languages=c,c++,fortran 
> >     --disable-libitm --with-build-config=bootstrap-debug --without-isl 
> >     --without-cloog 
> >     Thread model: posix 
> >     gcc version 4.9.3 (GCC) 
> >     ... 
> >     Checking .pth file support in /Library/Python/2.7/site-packages/ 
> >     error: can't create or remove files in install directory 
> > 
> >     The following error occurred while trying to add or remove files in 
> the 
> >     installation directory: 
> > 
> >         [Errno 13] Permission denied: 
> >     '/Library/Python/2.7/site-packages/test-easy-install-38731.pth' 
> > 
> >     The installation directory you specified (via --install-dir, 
> >     --prefix, or 
> >     the distutils default setting) was: 
> > 
> >         /Library/Python/2.7/site-packages/ 
> > 
> >     Perhaps your account does not have write access to this directory? 
> >      If the 
> >     installation directory is a system-owned directory, you may need to 
> >     sign in 
> >     as the administrator or "root" account.  If you do not have 
> >     administrative 
> >     access to this machine, you may wish to choose a different 
> installation 
> >     directory, preferably one that is listed in your PYTHONPATH 
> environment 
> >     variable. 
> > 
> >     For information on other options, you may wish to consult the 
> >     documentation at: 
> > 
> >       https://pythonhosted.org/setuptools/easy_install.html 
> >     <https://pythonhosted.org/setuptools/easy_install.html> 
> > 
> >     Please make the appropriate changes for your system and try again. 
> > 
> >     Error installing Cython 
> > 
> >     real    0m0.415s 
> >     user    0m0.180s 
> >     sys     0m0.128s 
> >     
> ************************************************************************ 
> > 
> >     Error installing package cython-0.24.p0 
> >     
> ************************************************************************ 
> > 
> > 
> > 
> > 
> >     The error in building ATLAS is more funny: 
> > 
> >     atlas-3.10.2.p2 
> >     ==================================================== 
> >     Setting up build directory for atlas-3.10.2.p2 
> >     Finished set up 
> >     Error: The spkg-install script is written in Python, but the Python 
> >     package is not yet installed in Sage.  You should add $(PYTHON) 
> >     as dependency in build/pkgs/atlas/dependencies 
> >     make[2]: *** 
> >     
> [/Users/Masson/Downloads/GitHub/sage/local/var/lib/sage/installed/atlas-3.10.2.p2]
>  
>
> > 
> >     Error 1 
> > 
> > 
> > 
> >     -leif 
> > 
> > 
> >     > On Sunday, July 24, 2016 at 11:54:06 PM UTC-7, Volker Braun wrote: 
> >     > 
> >     >     Whats in the logs? 
> >     > 
> >     >     Did you just apply the most recent OSX update? 
> >     > 
> >     > 
> >     > 
> >     >     On Monday, July 25, 2016 at 4:44:21 AM UTC+2, Paul Masson 
> wrote: 
> >     > 
> >     >         In an effort to get past a recurring issue for reviewing 
> Trac 
> >     >         #21034, I did "make distclean" followed by "make". Now I 
> >     am no 
> >     >         longer able to build Sage as I have been doing for the 
> last 
> >     >         couple months, either the master or develop branch. This 
> >     is the 
> >     >         error message I keep getting: 
> >     > 
> >     >         | 
> >     > 
> >     >         *package:atlas-3.10.2.p2 
> >     > 
> >     > 
> >     >           log 
> >     >         
> >     
> file:/Users/Masson/Downloads/GitHub/sage/logs/pkgs/atlas-3.10.2.p2.log 
> >     > 
> >     > 
> >     >           build 
> >     >         
> >     
> directory:/Users/Masson/Downloads/GitHub/sage/local/var/tmp/sage/build/atlas-3.10.2.p2
>  
>
> > 
> >     > 
> >     > 
> >     > 
> >     >         *package:cython-0.24.p0 
> >     > 
> >     > 
> >     >           log 
> >     >         
> >     
> file:/Users/Masson/Downloads/GitHub/sage/logs/pkgs/cython-0.24.p0.log 
> >     > 
> >     > 
> >     >           build 
> >     >         
> >     
> directory:/Users/Masson/Downloads/GitHub/sage/local/var/tmp/sage/build/cython-0.24.p0
>  
>
> > 
> >     > 
> >     >         | 
> >     > 
> >     >         The Atlas package is mentioned in Trac #21029. 
> >     > 
> >     >         Any indications of how to get past this, short of deleting 
> >     the 
> >     >         entire repository, would be greatly appreciated. I'm 
> >     baffled as 
> >     >         to why this would stop working. 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to