[MacPorts] #66913: sdcc installation on macOS 13.2 (ARM) fails due to missing `./configure`
MacPorts
noreply at macports.org
Tue Feb 14 00:41:12 UTC 2023
#66913: sdcc installation on macOS 13.2 (ARM) fails due to missing `./configure`
----------------------+--------------------
Reporter: tmcintos | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: sdcc
----------------------+--------------------
`sudo port install sdcc` repeatedly failed with an error about
`./configure` not existing in the `sdcc` directory. I checked the work
directory and confirmed that it was empty. I worked around this by
manually removing the empty `sdcc` directory and creating a symlink from
`sdcc-4.2.2` to `sdcc` before re-running the install command, which
allowed the build to proceed:
{{{
cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sdcc/sdcc/work
sudo rm -rf sdcc
sudo ln -s sdcc-4.2.0 sdcc
sudo port install sdcc
}}}
macOS 13.2 22D49 / M2 MacBook Air
--
Ticket URL: <https://trac.macports.org/ticket/66913>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list