[MacPorts] #62865: molmol @2k.2.0: No rule to make target `/usr/lib/libz.dylib', needed by `molmol'. Stop.

MacPorts noreply at macports.org
Tue May 11 14:40:32 UTC 2021


#62865: molmol @2k.2.0: No rule to make target `/usr/lib/libz.dylib', needed by
`molmol'.  Stop.
------------------------+-----------------------
 Reporter:  ryandesign  |      Owner:  jwhowarth
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.6.4
 Keywords:  bigsur      |       Port:  molmol
------------------------+-----------------------
 molmol does not build on macOS 11 or later:

 https://build.macports.org/builders/ports-
 11_arm64-builder/builds/20187/steps/install-port/logs/stdio
 {{{
 make[4]: *** No rule to make target `/usr/lib/libz.dylib', needed by
 `molmol'.  Stop.
 }}}

 System libraries like /usr/lib/libz.dylib are not present in the
 filesystem anymore as of macOS 11. They are only in the dylib cache, so
 you can dlopen them, but you cannot do things like use them as depenencies
 in makefile rules anymore.

 molmol shouldn't be using /usr/lib/libz.dylib anyway. It should use
 MacPorts zlib.

-- 
Ticket URL: <https://trac.macports.org/ticket/62865>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list