Opened 15 years ago

Closed 15 years ago

#17968 closed defect (fixed)

atlas - 3.8.2 - Incorrect arch in liblapack.a

Reported by: krunk7@… Owned by: ajb78@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: krunk7@…
Port: atlas

Description (last modified by tobypeterson)

Looks like liblapack.a ends up being a mixed arch archive. Here's the output:

% nm /opt/local/lib/liblapack.a
nm: archive member: /opt/local/lib/liblapack.a(sgesv.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(sgetrf.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(sgetri.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(sgetrs.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(slauum.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(sposv.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(spotrf.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(spotri.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(spotrs.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
nm: archive member: /opt/local/lib/liblapack.a(strtri.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)

I'd assume this is a result of the lapack libs being compiled with different flags then the atlas libs.

Attachments (1)

liblapack.out (33.3 KB) - added by krunk7@… 15 years ago.
nm output for liblapack.a

Download all attachments as: .zip

Change History (8)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to ajb78@…
Port: atlas added
Priority: HighNormal

comment:2 Changed 15 years ago by krunk7@…

Cc: krunk7@… added

Cc Me!

Changed 15 years ago by krunk7@…

Attachment: liblapack.out added

nm output for liblapack.a

comment:3 Changed 15 years ago by lionel.koenig@…

Cc: lionel.koenig@… added

Cc Me!

comment:4 Changed 15 years ago by lionel.koenig@…

Cc: lionel.koenig@… removed

Cc Me!

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:6 Changed 15 years ago by tobypeterson

Description: modified (diff)

comment:7 Changed 15 years ago by jameskyle@…

Resolution: fixed
Status: newclosed

Was fixed by Portfile upgrade.

Note: See TracTickets for help on using tickets.