I am trying to build Sage from source in Puppy 4.3.1 Linux but atlas will not build. I have successfully built 4.3.4 and 4.2.1 in the past. The only significant change is the hardware. I now have a Intel 750i on a Asus p7p55d motherboard and 4Gig DDR3 ram instead of a Intel Dual Core.
Now well out of my depth being a relative newcomer to both Sage and Linux. Could someone help please? Excerpt from log file: gcc version 4.2.2 gcc -V 2>&1 >> bin/INSTALL_LOG/ERROR.LOG gcc: '-V' option must have argument make[6]: [error_report] Error 1 (ignored) gcc --version 2>&1 >> bin/INSTALL_LOG/ERROR.LOG tar cf error_UNKNOWNx8632SSE3.tar Make.inc bin/INSTALL_LOG/* gzip --best error_UNKNOWNx8632SSE3.tar mv error_UNKNOWNx8632SSE3.tar.gz error_UNKNOWNx8632SSE3.tgz make[6]: Leaving directory `/mnt/sdb2/sage-4.4.2/spkg/build/ atlas-3.8.3.p12/ATLAS-build' make[5]: Leaving directory `/mnt/sdb2/sage-4.4.2/spkg/build/ atlas-3.8.3.p12/ATLAS-build' make[4]: Leaving directory `/mnt/sdb2/sage-4.4.2/spkg/build/ atlas-3.8.3.p12/ATLAS-build/bin' Error report error_<ARCH>.tgz has been created in your top-level ATLAS directory. Be sure to include this file in any help request. cat: ../../CONFIG/error.txt: No such file or directory cat: ../../CONFIG/error.txt: No such file or directory IN STAGE 1 INSTALL: SYSTEM PROBE/AUX COMPILE Level 1 cache size calculated as 32KB dFPU: Separate multiply and add instructions with 8 cycle pipeline. Apparent number of registers : 25 Register-register performance=2844.27MFLOPS sFPU: Separate multiply and add instructions with 8 cycle pipeline. Apparent number of registers : 27 Register-register performance=2840.32MFLOPS IN STAGE 2 INSTALL: TYPE-DEPENDENT TUNING STAGE 2-1: TUNING PREC='d' (precision 1 of 4) STAGE 2-1-1 : BUILDING BLOCK MATMUL TUNE make -f Makefile INSTALL_LOG/dMMRES pre=d 2>&1 | ./xatlas_tee INSTALL_LOG/dMMSEARCH.LOG The best matmul kernel was ATL_dmm2x2x128_sse2.c, NB=52, written by R. Clint Whaley Performance: 8887.44MFLOPS (332.24 percent of of detected clock rate) (Gen case got 3360.84MFLOPS) make -f Makefile INSTALL_LOG/dNCNB pre=d 2>&1 | ./xatlas_tee INSTALL_LOG/dMMSEARCH.LOGmake -f Makefile INSTALL_LOG/dbestNN_52x52x52 pre=d nb=52 2>&1 | ./xatlas_tee INSTALL_LOG/dMMSEARCH.LOG NCgemmNN : muladd=1, lat=2, pf=512, nb=52, mu=1, nu=2 ku=1, ForceFetch=1, ifetch=3 nfetch=1 Performance = 2758.17 (31.03 of copy matmul, 103.11 of clock) make -f Makefile INSTALL_LOG/dbestNT_52x52x52 pre=d nb=52 2>&1 | ./ xatlas_tee INSTALL_LOG/dMMSEARCH.LOG NCgemmNT : muladd=1, lat=8, pf=512, nb=52, mu=1, nu=2 ku=1, ForceFetch=1, ifetch=3 nfetch=1 Performance = 2515.31 (28.30 of copy matmul, 94.03 of clock) make -f Makefile INSTALL_LOG/dbestTN_52x52x52 pre=d nb=52 2>&1 | ./ xatlas_tee INSTALL_LOG/dMMSEARCH.LOG NCgemmTN : muladd=1, lat=8, pf=512, nb=52, mu=1, nu=2 ku=52, ForceFetch=1, ifetch=3 nfetch=1 Performance = 3149.09 (35.43 of copy matmul, 117.72 of clock) make -f Makefile INSTALL_LOG/dbestTT_52x52x52 pre=d nb=52 2>&1 | ./ xatlas_tee INSTALL_LOG/dMMSEARCH.LOG NCgemmTT : muladd=1, lat=8, pf=512, nb=52, mu=1, nu=2 ku=1, ForceFetch=1, ifetch=3 nfetch=1 Performance = 2596.97 (29.22 of copy matmul, 97.08 of clock) make -f Makefile MMinstall pre=d 2>&1 | ./xatlas_tee INSTALL_LOG/ dMMSEARCH.LOG STAGE 2-1-2: CacheEdge DETECTION make -f Makefile INSTALL_LOG/atlas_cacheedge.h pre=d 2>&1 | ./ xatlas_tee INSTALL_LOG/dMMCACHEEDGE.LOG make[3]: *** [build] Error 255 make[3]: Leaving directory `/mnt/sdb2/sage-4.4.2/spkg/build/ atlas-3.8.3.p12/ATLAS-build' make[2]: *** [build] Error 2 make[2]: Leaving directory `/mnt/sdb2/sage-4.4.2/spkg/build/ atlas-3.8.3.p12/ATLAS-build' Failed to build ATLAS. ATLAS failed to build for the 1-th time, possibly because of a loaded system, so we will automatically try again up to 4 more times. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org