Opened 12 years ago
Closed 12 years ago
#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: | eflister |
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 (11)
comment:1 follow-up: 2 Changed 12 years ago by Veence (Vincent)
comment:2 Changed 12 years 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 12 years ago by Veence (Vincent)
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 12 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | qrupdate added |
---|
Duplicate #35595 has a Portfile attached.
comment:5 follow-up: 6 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | powerpc added |
---|---|
Summary: | qrupdate @1.1.2 +atlas Configure error - build failure → qrupdate: ld: library not found for -ltatlas |
comment:6 Changed 12 years 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:11 Changed 12 years ago by Veence (Vincent)
Resolution: | → invalid |
---|---|
Status: | new → closed |
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?