[MacPorts] #38565: atlas @3.10.1_3: configuration fails
#38565: atlas @3.10.1_3: configuration fails -------------------------+-------------------------------- Reporter: jdgleeson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: atlas -------------------------+-------------------------------- {{{ :info:configure make: /usr/bin/gcc-4.0 -m32 -force_cpusubtype_ALL: Command not found :info:configure make: *** [atlconf_misc.o] Error 127 }}} Log attached -- Ticket URL: <https://trac.macports.org/ticket/38565> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+-------------------------------- Reporter: jdgleeson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+-------------------------------- Comment (by jdgleeson@…): This is on OS X 10.5.8 PPC (dual G5) -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Changes (by vince@…): * owner: macports-tickets@… => vince@… * status: new => assigned Comment: There is something wrong in the sense that you should not get the --cc=/usr/bin/gcc-4.0. I freely admit I have not tested the Portfile on my G5 MacPro. I’ll try to fix it today, or tonight at worse. I also apologize for transforming you into the perfect guineapig each time Atlas Portfile gets updated! Cheers! -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by jmr@…): It's trying to execute the compiler and cflags as a single string. Same error happens with any command if you do that: {{{ $ 'clang -m32 -force_cpusubtype_ALL' zsh: command not found: clang -m32 -force_cpusubtype_ALL }}} -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by vince@…): Yes, that’s part of it. But it should not chose gcc-4.0 as a compiler, and that’s because the option is called too soon during the build, at a time where ${configure.cc} is not yet set. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by vince@…): John, there were several bugs at stake. They should be fixed in r104573 (tested on my ppc64 machine). Please try again and report any error you still might find. Vincent -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by vince@…): Darn, I forgot to change something. r104574 should fix everything. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by jdgleeson@…): Vince, I think the configuration problems are fixed. Now I get fatal errors during tuning. I think this is a problem I need to report upstream, unrelated to configuration. I've attached the log file so you can look at it and see if you agree. I'm trying again to see if the problem is repeatable. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by jdgleeson@…): Atlas installed on the second attempt!! It took about 12 hours. Perhaps other tasks I was running during the first attempt interfered with the tuning process. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by jdgleeson@…): It installed only libatlas.a and libsatlas.dylib; no thread library. Unfortunately, I erroneously thought the -k option kept log files. I'm re- installing atlas with 'keeplogs yes' in my macports.conf. I'll open a new ticket when I have a log file. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by larryv@…): Replying to [comment:9 jdgleeson@…]:
Unfortunately, I erroneously thought the -k option kept log files.
It does. Did you run `port install -k atlas` or `port -k install atlas`? (I don’t even know if the former works, lol.) -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by vince@…): That’s a pity you didn’t keep the log. I looked at your previous logs, the configure script correctly detects you have two processors and set the number of threads to two. There was a slight bug about the vectorizing unit, I have added some lines in the Portfile to force the use of the Altivec unit (-V 2 somewhere). -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Comment (by jdgleeson@…): Replying to [comment:10 larryv@…]:
Replying to [comment:9 jdgleeson@…]:
Unfortunately, I erroneously thought the -k option kept log files.
It does. Did you run `port install -k atlas` or `port -k install atlas`? (I don’t even know if the former works, lol.)
So I wasn't dreaming. I thought I had regularly saved logs using -k (`port -k install atlas`) when I first started using MacPorts about a year ago so I could study them. It looks like I've uncovered some bug in the atlas port. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+--------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: atlas | --------------------------+--------------------- Changes (by vince@…): * status: assigned => closed * resolution: => fixed Comment: Nobody seems to care anymore. I close this bug, which is somehow unrelated to Atlas anyway. Please reopen a new ticket if necessary. -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+---------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: atlas | --------------------------+---------------------- Changes (by vince@…): * status: closed => reopened * resolution: fixed => -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
#38565: atlas @3.10.1_3: configuration fails --------------------------+--------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: invalid | Keywords: Port: atlas | --------------------------+--------------------- Changes (by vince@…): * status: reopened => closed * resolution: => invalid -- Ticket URL: <https://trac.macports.org/ticket/38565#comment:16> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts