Google Magenta Portfiles Help Request for new py-note-seq port

Steven Smith steve.t.smith at gmail.com
Sat Jul 4 00:40:49 UTC 2020


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'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20200703/3ad7c0f9/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3898 bytes
Desc: not available
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20200703/3ad7c0f9/attachment.bin>


More information about the macports-dev mailing list