[MacPorts] #62822: gmake 4.3_0+universal: build error on BigSur arm64
MacPorts
noreply at macports.org
Sat May 8 18:32:04 UTC 2021
#62822: gmake 4.3_0+universal: build error on BigSur arm64
---------------------+--------------------
Reporter: kode54 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: gmake |
---------------------+--------------------
Comment (by kencu):
On BigSur Intel this morning, I see a similar error to the one you saw.
Adding one of MacPorts' standard workarounds worked:
{{{
% port -v installed gmake
The following ports are currently installed:
gmake @4.3_0+universal (active) platform='darwin 20' archs='arm64
x86_64' date='2021-05-08T11:28:45-0700'
}}}
Here's what I did:
{{{
% git diff
diff --git a/devel/gmake/Portfile b/devel/gmake/Portfile
index 7c3f814923f..3db0854196b 100644
--- a/devel/gmake/Portfile
+++ b/devel/gmake/Portfile
@@ -1,6 +1,7 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c
-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
+PortGroup muniversal 1.0
name gmake
version 4.3
}}}
I won't try to take on whether this is the "one true fix", but if you need
it fixed, this did it for me.
--
Ticket URL: <https://trac.macports.org/ticket/62822#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list