[MacPorts] #70772: nmap @7.95 cannot compile on macOS 15 Sequoia
MacPorts
noreply at macports.org
Wed Sep 18 04:36:19 UTC 2024
#70772: nmap @7.95 cannot compile on macOS 15 Sequoia
-----------------------+---------------------
Reporter: SaintBol | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.1
Resolution: | Keywords: sequoia
Port: nmap |
-----------------------+---------------------
Comment (by ryandesign):
Replying to [ticket:70772 SaintBol]:
> Therefore I tried manually in the build directory just after the error:
We don't recommend this as a troubleshooting step. Running commands in the
MacPorts work directory manually omits the sandboxing, environment
variables, and arguments that MacPorts uses, so your results from building
manually are not necessarily applicable.
> Automake and Autoconf are installed:
> {{{
> automake @1.17 devel/automake
> autoconf @2.72 devel/autoconf
> }}}
This looks like output from `port list`. `port list` doesn't do what you
think it does; see wiki:FAQ#portlist. Use `port installed` instead.
Replying to [comment:1 SaintBol]:
> It complains about aclocal-1.16 not being there, whereas aclocal-1.17 is
actually there...
>
> {{{
> % port content automake | egrep 'aclocal-.*[0-9]{2}$'
> /opt/local/bin/aclocal-1.17
> }}}
Many ports look for specific versions of automake, such as 1.16 which was
the latest version for a long time, and need to be patched when we update
to a new version of automake, as we recently did in #70408. Before that, I
fixed all the references to automake 1.16 I could find, but I didn't do
nmap.
--
Ticket URL: <https://trac.macports.org/ticket/70772#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list