Opened 16 months ago

#66576 assigned defect

py-cython tries using Xcode clang on Rosetta (for ppc), needs to be blacklisted

Reported by: barracuda156 Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: snowleopard, rosetta, powerpc Cc:
Port: py-cython

Description

/usr/bin/clang -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/opt/local/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cython/py311-cython/work/Cython-0.29.32/Cython/Compiler/Scanning.c -o build/temp.macosx-10.6-ppc-cpython-311/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cython/py311-cython/work/Cython-0.29.32/Cython/Compiler/Scanning.o
clang: warning: not using the clang compiler for the 'powerpc' architecture

Either {clang < 421} should be added to blacklist or, if it works fine on x86, Xcode clang is to be blacklisted for PPC.

Change History (0)

Note: See TracTickets for help on using tickets.