#22400 closed defect (fixed)
atlas is not getting installed. I am trying to install pygame.
Reported by: | ksinak@… | Owned by: | jameskyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | gallimanuel@…, jpg@…, mjjohnson.geo@…, nrhall@… | |
Port: | atlas |
Description (last modified by jmroot (Joshua Root))
Hi guys, I am trying to install py-game but it needs py26-numpy and py26-scipy but its not getting installed. I am getting this error when it tries to install atlas as its dependent :
---> Attempting to fetch atlas3.8.3.tar.bz2 from http://internap.dl.sourceforge.net/math-atlas/atlas3.8.3.tar.bz2 ---> Attempting to fetch lapack.tgz from http://distfiles.macports.org/atlas ---> Verifying checksum(s) for atlas ---> Extracting atlas ---> Configuring atlas ---> Building atlas Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/work/atlas-3.8.3/build" && /usr/bin/make build " returned error 2 Command output: ForceFetch=0, ifetch=4 nfetch=3 Performance = 2241.07 (21.80 of copy matmul, 93.38 of clock) make -f Makefile INSTALL_LOG/cbestTT_48x48x48 pre=c nb=48 2>&1 | ./xatlas_tee INSTALL_LOG/cMMSEARCH.LOG NCgemmTT : muladd=1, lat=2, pf=513, nb=48, mu=6, nu=1 ku=1, ForceFetch=0, ifetch=4 nfetch=3 Performance = 2095.31 (20.38 of copy matmul, 87.30 of clock) make -f Makefile MMinstall pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cMMSEARCH.LOG STAGE 2-4-2: CacheEdge DETECTION make -f Makefile INSTALL_LOG/atlas_csNKB.h pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cMMCACHEEDGE.LOG STAGE 2-4-3: LARGE/SMALL CASE CROSSOVER DETECTION STAGE 2-4-3: COPY/NO-COPY CROSSOVER DETECTION make -f Makefile INSTALL_LOG/cXover.h pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cMMCROSSOVER.LOG done. STAGE 2-4-4: LEVEL 3 BLAS TUNE make -f Makefile Il3lib pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cL3TUNE.LOG make -f Makefile ccblaslib 2>&1 | ./xatlas_tee INSTALL_LOG/cL3TUNE.LOG done. STAGE 2-4-5: GEMV TUNE make -f Makefile INSTALL_LOG/cMVRES pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cMVTUNE.LOG make[1]: *** [build] Error 255 make: *** [build] Error 2
I am not able to understand this error as what is it trying to say.
Change History (9)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Keywords: | py26-numpy py26-nose atlas py-game pygame py26-scipy removed |
Owner: | changed from macports-tickets@… to jameskyle@… |
Port: | atlas added; py26-numpy removed |
Summary: | py26-numpy is not getting installed. I am trying to install pygame. → atlas is not getting installed. I am trying to install pygame. |
comment:2 Changed 15 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looked over the patch, thank you for catching this.
I removed the -D c -DPentium declaration from the pre-configure and added two additional targets. One to set Pentium cpufreq and another to set the clock to WALL time as suggested in the ATLAS installation guide section 3.4 for all non-intel cpu's.
comment:3 Changed 15 years ago by jameskyle@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Crap, wrong ticket.
What's your platform, os version, etc?
comment:5 Changed 15 years ago by jpg@…
sudo port install gimp Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/work/atlas-3.8.3/build" && /usr/bin/make build " returned error 2 Command output: pre=d, muladd=1, lat=4, pf=512, nb=64, mu=5, nu=4, ku=64, mflop=1104.88 pre=d, muladd=1, lat=4, pf=512, nb=64, mu=5, nu=4, ku=1, mflop=1107.90 make[3]: *** [res/dMMRES] Error 255 make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/work/atlas-3.8.3/build/tune/blas/gemm/res/dMMRES] Error 2 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/work/atlas-3.8.3/build/..//bin/atlas_install.c:376: failed assertion `fp' IN STAGE 1 INSTALL: SYSTEM PROBE/AUX COMPILE Level 1 cache size calculated as 32KB dFPU: Combined muladd instruction with 4 cycle pipeline. Apparent number of registers : 29 Register-register performance=2256.60MFLOPS sFPU: Combined muladd instruction with 4 cycle pipeline. Apparent number of registers : 29 Register-register performance=2256.76MFLOPS 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 make[1]: *** [build] Error 134 make: *** [build] Error 2 $ system_profiler Hardware: Hardware Overview: Machine Name: Mac mini Machine Model: PowerMac10,1 CPU Type: PowerPC G4 (1.2) Number Of CPUs: 1 CPU Speed: 1.42 GHz L2 Cache (per CPU): 512 KB Memory: 512 MB Bus Speed: 167 MHz Boot ROM Version: 4.8.9f4 Software: System Software Overview: System Version: Mac OS X 10.4.11 (8S165) Kernel Version: Darwin 8.11.0 $ port outdated No installed ports are outdated. $ port version Version: 1.8.1 Xcode 2.5 Component versions Xcode IDE: 799.0 Xcode Core: 798.0 ToolSupport: 794.0
comment:8 Changed 15 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
You're running a G4, which due to a bug in atlas was not being detected correctly. This has been resolved in a recent commit.
Please respond if this doesn't fix your issue.
Please remember to preview, use WikiFormatting, and cc the maintainer. Also please put the port that is actually failing in the port field.