[MacPorts] #67986: openssh @9.4p1: build fails with zlib @1.3 installed

MacPorts noreply at macports.org
Fri Aug 18 22:42:51 UTC 2023


#67986: openssh @9.4p1: build fails with zlib @1.3 installed
-------------------------+----------------------
  Reporter:  fabianwenk  |      Owner:  artkiver
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  artkiver    |
-------------------------+----------------------

Comment (by artkiver):

 Changing the Portfile with configure.args as follows:

 {{{
                         --with-zlib=${prefix}/include/ \

 }}}

 {{{
                         --with-zlib=${prefix}/include/zlib.h \

 }}}

 Even as explicit as:

 {{{
                         --with-zlib=/opt/local/include/zlib.h \

 }}}

 Still yielded the "configure: error: *** zlib too old - check config.log
 ***" error.

 I'm a bit at a loss why manual invocations with a modified --with-zlib=
 parameter seem to avoid the error, yet as invoked via MacPorts (which
 appears to be correctly expanding the parameter as I modify it in the
 Portfile) is yielding different results.

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


More information about the macports-tickets mailing list