#25190 closed defect (fixed)
arpack: build fails in proc make_dylib
Reported by: | josephsacco | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.0 |
Keywords: | haspatch | Cc: | josephsacco |
Port: | arpack |
Description
System: powermac dual G4 7448a, OS X 10.5.8, macports 1.90, gcc-4.4
Building arpack fails in "proc make_dylib".
The linker command complains of a missing symbol:
ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o)
A patch for the Portfile is attached.
-Joseph
Attachments (1)
Change History (6)
Changed 14 years ago by josephsacco
Attachment: | Portfile.diff added |
---|
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to mmoll@… |
Port: | arpack added |
Please remember to fill in the Port field and cc the maintainer.
comment:2 Changed 14 years ago by mamoll (Mark Moll)
I committed a possible fix in r68674. Please let me know if it works.
comment:3 Changed 14 years ago by josephsacco
Fix in r68674 builds and installs without incident.
-Joseph
comment:4 Changed 14 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
diff for Portfile: adds -ldylib1.o to linker command