[MacPorts] #59207: perl5.28 build fails on Catalina with MacPorts 2.6.1 and Xcode 11.1
MacPorts
noreply at macports.org
Wed Oct 9 06:47:14 UTC 2019
#59207: perl5.28 build fails on Catalina with MacPorts 2.6.1 and Xcode 11.1
-----------------------+----------------------
Reporter: nombak | Owner: mojca
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: catalina
Port: perl5.28 |
-----------------------+----------------------
Comment (by yuvalx):
Hi,
for me the issue was that in one of the Makefiles ABSPERL was set
incorrectly to /miniperl
Entering
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_perl5/perl5.28/work/perl-5.28.2
Finding the wrong Makefile (using the directory from the log). Replacing
it with
ABSPERL =
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_perl5/perl5.28/work/perl-5.28.2/miniperl
Then manually running:
sudo make -j 12 -w all
Then afterwards continuing the port installation worked for me (adjust -j
12 to your number of of cores). Not sure it's easier than disabling
parallel build but it worked.
--
Ticket URL: <https://trac.macports.org/ticket/59207#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list