[MacPorts] #64201: catgirl is not using the right compiler or flags
MacPorts
noreply at macports.org
Mon Dec 13 00:46:03 UTC 2021
#64201: catgirl is not using the right compiler or flags
------------------------+----------------------
Reporter: ryandesign | Owner: ryanakca
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: | Port: catgirl
------------------------+----------------------
https://build.macports.org/builders/ports-10.6_i386-builder/builds/47534/steps
/install-port/logs/stdio
{{{
---> Configuring catgirl
DEBUG: Preferred compilers: macports-clang-9.0 macports-clang-8.0
macports-clang-7.0 macports-clang-6.0 macports-clang-5.0 macports-clang-11
macports-clang-10 macports-clang-3.7 macports-clang-3.4
DEBUG: Using compiler 'MacPorts Clang 9.0'
DEBUG: Executing org.macports.configure (catgirl)
DEBUG: Environment:
CC='/opt/local/bin/clang-mp-9.0'
}}}
{{{
CFLAGS='-pipe -Os -arch i386'
CPATH='/opt/local/include'
CPPFLAGS='-I/opt/local/include'
CXX='/opt/local/bin/clang++-mp-9.0'
CXXFLAGS='-pipe -Os -stdlib=libc++ -arch i386'
}}}
{{{
LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386'
}}}
{{{
---> Building catgirl
}}}
{{{
cc -std=c11 -Wall -Wextra -Wpedantic -Wno-gnu-case-range -Wno-gnu-
conditional-omitted-operand -D__STDC_WANT_LIB_EXT1__=1
-D'explicit_bzero(b,l)=memset_s((b),(l),0,(l))' -D_DARWIN_C_SOURCE
-D'OPENSSL_BIN="/opt/local/libexec/openssl3/bin/openssl"' -c -o buffer.o
buffer.c
}}}
Note how the build is occuring with `cc` instead of `/opt/local/bin/clang-
mp-9.0` as requested.
Note how the build is occuring without the requested `-pipe -Os -arch
i386` flags.
--
Ticket URL: <https://trac.macports.org/ticket/64201>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list