I think the gcc -V is not a problem, just the ATLAS build system trying out 
options. 

It dies when it is unable to delete 
/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build,
 
whats up with that directory? Is there some weird filesystem that disallows 
unlink for some reason?


On Friday, October 11, 2013 9:54:07 PM UTC+1, Dr. David Kirkby wrote:
>
> I reported earlier that ATLAS breaks on SPARC, but it is breaking on 
> OpenSolaris too, so I would expect it to break on Solaris 12 too. The 
> reason it breaks on OpenSolaris seems a bit odd - a bad flag (-V) is 
> sent to gcc. So it is a non-GNUism !!! 
>
> drkirkby@hawk:~/unsets/sage-5.13.beta0$ cat /etc/release 
>                        OpenSolaris Development snv_134 X86 
>            Copyright 2010 Sun Microsystems, Inc.  All Rights Reserved. 
>                         Use is subject to license terms. 
>                              Assembled 01 March 2010 
>
> A critical bit is below. Note the unreconsided flat -V is sent to gcc. 
> I suspect it should be --verbose. This appears to be going to an error 
> log, so perhaps the real cause is above this, but in any case somehow 
> the compiler is being sent an unacceptable flag. A full log is at 
> http://sage.math.washington.edu/home/kirkby/atlas-3.10.1.p5.log.gz 
>
>
> make[7]: Entering directory 
> `/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build'
>  
>
> uname -a 2>&1 >> bin/INSTALL_LOG/ERROR.LOG 
> /export/home/drkirkby/unsets/sage-5.13.beta0/local/bin/gcc -v 2>&1  >> 
> bin/INSTALL_LOG/ERROR.LOG 
> Using built-in specs. 
> COLLECT_GCC=/export/home/drkirkby/unsets/sage-5.13.beta0/local/bin/gcc 
> COLLECT_LTO_WRAPPER=/export/home/drkirkby/unsets/sage-5.13.beta0/local/libexec/gcc/i386-pc-solaris2.11/4.7.3/lto-wrapper
>  
>
> Target: i386-pc-solaris2.11 
> Configured with: ../src/configure 
> --prefix=/export/home/drkirkby/unsets/sage-5.13.beta0/local 
> --with-local-prefix=/export/home/drkirkby/unsets/sage-5.13.beta0/local 
> --with-gmp=/export/home/drkirkby/unsets/sage-5.13.beta0/local 
> --with-mpfr=/export/home/drkirkby/unsets/sage-5.13.beta0/local 
> --with-mpc=/export/home/drkirkby/unsets/sage-5.13.beta0/local 
> --with-system-zlib --disable-multilib --disable-nls 
> Thread model: posix 
> gcc version 4.7.3 (GCC) 
> /export/home/drkirkby/unsets/sage-5.13.beta0/local/bin/gcc -V 2>&1  >> 
> bin/INSTALL_LOG/ERROR.LOG 
> gcc: error: unrecognized command line option '-V' 
> gcc: fatal error: no input files 
> compilation terminated. 
> make[7]: [error_report] Error 1 (ignored) 
> /export/home/drkirkby/unsets/sage-5.13.beta0/local/bin/gcc --version 
> 2>&1  >> bin/INSTALL_LOG/ERROR.LOG 
> tar cf error_Corei132SSE3.tar Make.inc bin/INSTALL_LOG/* 
> bzip2 error_Corei132SSE3.tar 
> bzip2: Output file error_Corei132SSE3.tar.bz2 already exists. 
> make[7]: *** [error_report] Error 1 
> make[7]: Leaving directory 
> `/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build'
>  
>
> make[6]: *** [error_report] Error 2 
> make[6]: Leaving directory 
> `/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build'
>  
>
> make[5]: *** [error_report] Error 2 
> make[5]: Leaving directory 
> `/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build/bin'
>  
>
> cat: ../../CONFIG/error.txt: cannot open [No such file or directory] 
> cat: ../../CONFIG/error.txt: cannot open [No such file or directory] 
>
>
> BEGIN STAGE 1-0-0: SYSTEM PROBE/AUX COMPILE at 18:47 
> make[4]: *** [build] Error 255 
> make[4]: Leaving directory 
> `/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build'
>  
>
> make[3]: *** [build] Error 2 
> make[3]: Leaving directory 
> `/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build'
>  
>
> Third attempt: use "fast" options. 
> Fast configuration on Intel i386 compatible CPUs. 
> Running configure with arch = x86SSE2, isa extensions ('SSE2', 'SSE1') 
>  thread limit None 
> Traceback (most recent call last): 
>   File "./spkg-install", line 517, in <module> 
>     rc = build(arch='fast') 
>   File "./spkg-install", line 445, in build 
>     rc = configure(arch, isa_ext) 
>   File "./spkg-install", line 271, in configure 
>     shutil.rmtree(BUILD_DIR) 
>   File 
> "/export/home/drkirkby/unsets/sage-5.13.beta0/local/lib/python/shutil.py", 
> line 256, in rmtree 
>     onerror(os.rmdir, path, sys.exc_info()) 
>   File 
> "/export/home/drkirkby/unsets/sage-5.13.beta0/local/lib/python/shutil.py", 
> line 254, in rmtree 
>     os.rmdir(path) 
> OSError: [Errno 22] Invalid argument: 
> '/export/home/drkirkby/unsets/sage-5.13.beta0/spkg/build/atlas-3.10.1.p5/ATLAS-build'
>  
>
>
> real    1m42.771s 
> user    0m24.094s 
> sys    0m10.477s 
> ************************************************************************ 
> Error installing package atlas-3.10.1.p5 
> ************************************************************************ 
>

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to