Opened 21 months ago
Closed 21 months ago
#66913 closed defect (fixed)
sdcc installation on macOS 13.2 (ARM) fails due to missing `./configure`
Reported by: | tmcintos | Owned by: | kencu (Ken) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | sdcc |
Description
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
Change History (1)
comment:1 Changed 21 months ago by kencu (Ken)
Owner: | set to kencu |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 8df42f709f168ca36b6f4b68dccd25820586fd2d/macports-ports (master):