[MacPorts] #66329: gawk sneaks in x86_64 which is not set in universal_archs on Leopard
MacPorts
noreply at macports.org
Wed Nov 23 04:21:42 UTC 2022
#66329: gawk sneaks in x86_64 which is not set in universal_archs on Leopard
-------------------------------------+-------------------------
Reporter: barracuda156 | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.0
Keywords: powerpc, leopard, ppc64 | Port: gawk
-------------------------------------+-------------------------
Macports is configured to build for ppc+ppc64 when `+universal` is
specified:
{{{
universal_archs ppc ppc64
}}}
Portfile refers to README.macosx, which talks about a specific case of M1.
I believe, that should be limited to `aarch64` and the following should
not happen on PowerPC:
{{{
---> Building gawk
Executing: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gawk/gawk/work/gawk-5.2.1"
&& /usr/bin/make -j4 -w all
make: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gawk/gawk/work/gawk-5.2.1'
/usr/bin/make all-recursive
make[1]: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gawk/gawk/work/gawk-5.2.1'
Making all in support
make[2]: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gawk/gawk/work/gawk-5.2.1/support'
/usr/bin/gcc-4.2 -std=gnu99 -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..
-isystem/opt/local/include/LegacySupport -I/opt/local/include -pipe -Os
-arch ppc -arch ppc64 -DNDEBUG -arch x86_64 -pipe -Os -arch ppc -arch
ppc64 -DNDEBUG -arch x86_64 -c -o dfa.o dfa.c
}}}
--
Ticket URL: <https://trac.macports.org/ticket/66329>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list