Ticket #35594 (closed defect: invalid)
qrupdate: ld: library not found for -ltatlas
| Reported by: | jerahmie@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.2 |
| Keywords: | powerpc | Cc: | erik.flister@… |
| Port: | qrupdate |
Description
System info: Mac OS X 10.5.8 PowerPC, Xcode 3.1.3
qrupdate build produces the following error:
:info:build -L/opt/local/lib -ltatlas -L/opt/local/lib -llapack :info:build ld: library not found for -ltatlas :info:build collect2: ld returned 1 exit status :info:build make[1]: *** [../libqrupdate.dylib] Error 1
Build succeeds if '-ltatlas' is replaced with '-latlas' in qrupdate Portfile. Portfile producing a successful build is attached.
Change History
comment:2 in reply to: ↑ 1 Changed 11 months ago by jerahmie@…
Replying to vince@…:
What version of Atlas did you install?
atlas @3.10.0 +gcc45
libtatlas.dylib appears to be missing on PowerPC, but present on x86_64 build.
comment:3 Changed 11 months ago by vince@…
Ah, right. The libtatlas corresponds to the threaded library, but a while ago, building with threads failed with PPC, so I disabled it. It may be worth retrying with this stable version. I have no PPC machine at reach presently, since I am in vacation. Could you try for me?
comment:4 Changed 11 months ago by ryandesign@…
- Port set to qrupdate
Duplicate #35595 has a Portfile attached.
comment:5 follow-up: ↓ 6 Changed 11 months ago by ryandesign@…
- Keywords powerpc added
- Summary changed from qrupdate @1.1.2 +atlas Configure error - build failure to qrupdate: ld: library not found for -ltatlas
comment:6 in reply to: ↑ 5 Changed 11 months ago by wlmcderm@…
Replying to ryandesign@…:
It's not just on powerpc. I've had the exact same error here:
OSX 10.5.8, Xcode 3.1.4, MacPorts v. 2.1.2,
2.2 GHz Intel Core 2 Duo
atlas @3.10.0_0+gcc45
:info:build ld: library not found for -ltatlas
:info:build collect2: ld returned 1 exit status
:info:build make[1]: * libqrupdate.dylib Error 1
comment:10 Changed 10 months ago by erik.flister@…
osx 10.5.8
comment:11 Changed 10 months ago by vince@…
- Status changed from new to closed
- Resolution set to invalid
Since this ticket is not per se a bug of qrupdate, but has to do with atlas, I close it. I have opened #35683 instead, could you please report the log of 'port configure atlas' with the options you selected under this new ticket? Thanks.


What version of Atlas did you install?