Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#48704 closed defect (invalid)

julia @0.3.11: build failure on El Capitain

Reported by: smaret (Sebastien Maret) Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: elcapitan Cc: ryandesign (Ryan Carsten Schmidt)
Port: julia

Description

julia @0.3.11 fail to build on El Capitain with the following error:

make[5]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_julia/julia/work/julia/deps/openblas-v0.2.13/test'
ld: library not found for -lgcc_s.10.4
collect2: error: ld returned 1 exit status
ld: library not found for -lgcc_s.10.4
collect2: error: ld returned 1 exit status
make[5]: *** [sblat1] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [dblat1] Error 1
ld: library not found for -lgcc_s.10.4
collect2: error: ld returned 1 exit status
make[5]: *** [cblat1] Error 1
ld: library not found for -lgcc_s.10.4
collect2: error: ld returned 1 exit status
make[5]: *** [zblat1] Error 1
ldld::  library librarynot  notfound found for  -lgcc_s.10.4
for -lgcc_s.10.4
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make[5]: *** [dblat2] Error 1
make[5]: *** [sblat2] Error 1
ld: library not found for -lgcc_s.10.4
collect2: error: ld returned 1 exit status
make[5]: *** [cblat2] Error 1
make[5]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_julia/julia/work/julia/deps/openblas-v0.2.13/test'

Attachments (1)

main.log (68.9 KB) - added by smaret (Sebastien Maret) 9 years ago.
jubia build log

Download all attachments as: .zip

Change History (6)

Changed 9 years ago by smaret (Sebastien Maret)

Attachment: main.log added

jubia build log

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

The version of ld64 you have installed doesn't understand the .tbd files used in 10.11. Install ld64 with the +ld64_xcode variant. Clean julia and try again.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

Cc Me!

comment:3 Changed 9 years ago by seanfarley (Sean Farley)

Can this ticket be marked as fixed now?

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

I'm going to assume so.

comment:5 Changed 9 years ago by smaret (Sebastien Maret)

Yes, this fixed my problem. Thanks!

Note: See TracTickets for help on using tickets.