[MacPorts] #22670: file not found: libptcblas.a
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ This is my first foray into MacPorts, so if there's something I'm missing, I apologize. I'm trying to install Atlas, and I'm getting the following output: {{{ ---> Computing dependencies for atlas ---> Staging atlas into destroot Error: Target org.macports.destroot 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/lib && ld -arch ppc -dynamic -dylib -single_module -dead_strip -x -all_load -L. -L/opt/local/lib/gcc43 -ldylib1.o -dylib_install_name /opt/local/lib/libptcblas.dylib libptcblas.a -o libptcblas.dylib -latlas -lSystem" returned error 1 Command output: ld: file not found: libptcblas.a Error: Status 1 encountered during processing. }}} I'm running MacPorts 1.8.1 on OSX Leopard 10.5.8, Xcode version 3.1.3. My processor is a PPC G5. -- Ticket URL: <http://trac.macports.org/ticket/22670> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by veilleuxanthony@…): I think the easiest fix (since it seems to be a problem with my machine rather than MacPorts as a whole) would be for someone to send me the libptcblas.a library. I tried to find it via the usual channels (Google) but no one seems to have a direct download. -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Changes (by macsforever2000@…): * owner: macports-tickets@… => jameskyle@… -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by jameskyle@…): I just built atlas on macports 1.8.1 osx 10.5 most recent patch level, xcode 3 on a powermac g5. The library you're seeing is never actually intalled. During the destroot phase I have to create dylib (dynamic libs) manually from the library archives as they are not built by default. The only libraries installed are these: {{{ /opt/local/lib/libatlas.dylib /opt/local/lib/libcblas.dylib /opt/local/lib/libf77blas.dylib /opt/local/lib/liblapack.dylib /opt/local/lib/libptcblas.dylib /opt/local/lib/libptf77blas.dylib }}} The error you're receiving indicates a failure further up the build process. Please provide the output of port -v build atlas after cleaning (port clean atlas) -james -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by veilleuxanthony@…): It seems like it's working, simply by turning the -v flag (which doesn't really make sense). I'll let you know once the build completes. -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by veilleuxanthony@…): This is the tail end: {{{ STAGE 2-1-5: GEMV TUNE make -f Makefile INSTALL_LOG/dMVRES pre=d 2>&1 | ./xatlas_tee INSTALL_LOG/dMVTUNE.LOG make[1]: *** [build] Error 255 make: *** [build] Error 2 Warning: the following items did not execute (for atlas): org.macports.build Error: Status 1 encountered during processing. }}} The whole log is now attached. -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by paulbeard@…): Sign me up as Bitten By This as well. Same problem, same symptoms. -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by mara.salvato@…): The same here. Identical error message... -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ---------------------------------------+------------------------------------ Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: Atlas ---------------------------------------+------------------------------------ Comment(by michael.klein@…): Browsing through {{{atlas-3.8.3/CONFIG/src/SpewMakeInc.c}}} (search for THREADS) it looks like {{{libptcblas.a}}} and {{{libptf77blas.a}}} are only built on SMP machines, but not on single core machines like my G4 PowerBook. -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22670: file not found: libptcblas.a ----------------------------------------+----------------------------------- Reporter: veilleuxanthony@… | Owner: jameskyle@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: duplicate | Keywords: Port: Atlas | ----------------------------------------+----------------------------------- Changes (by jameskyle@…): * status: new => closed * resolution: => duplicate Comment: I believe this is a duplicate of #22378 which has been resolved. Please test and reopen. (changes should be available within 30m of this post) -- Ticket URL: <http://trac.macports.org/ticket/22670#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts