[MacPorts] #64323: graphviz-2.50.0_0+pangocairo+python27+x11 build failed

MacPorts noreply at macports.org
Sat Jan 1 07:49:45 UTC 2022


#64323: graphviz-2.50.0_0+pangocairo+python27+x11 build failed
------------------------+--------------------
  Reporter:  Tommaso93  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.7.1
Resolution:             |   Keywords:
      Port:  graphviz   |
------------------------+--------------------

Comment (by ryandesign):

 Looks like the problem is:
 {{{
 dyld: Library not loaded: /opt/local/lib/libcrypto.1.1.dylib
   Referenced from: /opt/local/lib/libxar.1.dylib
   Reason: image not found
 fatal error: otool: fatal error in /opt/local/bin/llvm-objdump-mp-10
 }}}

 So graphviz is building with some part of llvm-10, llvm-10 is linked with
 libxar, and libxar is linked with libcrypto from openssl 1.1 which no
 longer exists now that the openssl port has been updated to 3.0.

 That shouldn't be the case since in
 [7263344a804aaaa69f9a44ba445c272da4cdb5ad/macports-ports] the xar port was
 updated to 1.8.0.452_2 which should have made it link with the openssl 3
 libraries. On my system, it is.

 Could you confirm what version of xar is installed?
 {{{
 port -v installed xar
 }}}

 Are any ports are outdated?
 {{{
 port outdated
 }}}
 If so, upgrade them.

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


More information about the macports-tickets mailing list