Running the basic build command by hand yields a successful build: > /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 > setup.py --no-user-cfg build -j12
This suggests that one of the environment variables is causing the issue. How does one remove all environment variables from the build phase? Simply invoking build.env doesn’t change anything and the default build environment is visible in the log: > :debug:build Environment: > :debug:build CC='/usr/bin/clang' > :debug:build CC_PRINT_OPTIONS='YES' > :debug:build > CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_ports_python_py-note-seq/py37-note-seq/work/.CC_PRINT_OPTIONS' > :debug:build CFLAGS='-arch x86_64 > -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk' > :debug:build CPATH='/opt/local/include' > :debug:build CXX='/usr/bin/clang++' > :debug:build CXXFLAGS='-arch x86_64 -stdlib=libc++ > -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk' > :debug:build DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer' > :debug:build F90FLAGS='-m64' > :debug:build FCFLAGS='-m64' > :debug:build FFLAGS='-m64' > :debug:build LDFLAGS='-arch x86_64' > :debug:build LIBRARY_PATH='/opt/local/lib' > :debug:build MACOSX_DEPLOYMENT_TARGET='10.15' > :debug:build OBJC='/usr/bin/clang' > :debug:build OBJCFLAGS='-arch x86_64 > -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk' > :debug:build > SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk'
smime.p7s
Description: S/MIME cryptographic signature
