[MacPorts] #64306: julia @1.7.0_0+gccdevel: Break on macOS 11.6.2 aarch64

MacPorts noreply at macports.org
Tue Jan 18 04:16:03 UTC 2022


#64306: julia @1.7.0_0+gccdevel: Break on macOS 11.6.2 aarch64
----------------------+-----------------------
  Reporter:  sainnhe  |      Owner:  essandess
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.7.1
Resolution:           |   Keywords:
      Port:  julia    |
----------------------+-----------------------

Comment (by bosmacs):

 Same issue; codesign shows the signature for libjulia is borked:

 {{{
 > codesign --verbose=4 /opt/local/lib/libjulia.1.7.dylib
 /opt/local/lib/libjulia.1.7.dylib: invalid signature (code or signature
 have been modified)
 In architecture: arm64
 }}}

 I worked around it by resigning (adhoc) the .dylib:

 {{{
 > codesign -s - /opt/local/lib/libjulia.1.7.dylib
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/64306#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list