#66158 closed defect (duplicate)

py310-awscrt does not build on macOS 13 Ventura

Reported by: drjokepu Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: ventura Cc: dgilman (David Gilman)
Port: py-awscrt

Description

Latest py310-awscrt port version is 0.14.0.

:info:build /usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk build/temp.macosx-13.0-arm64-cpython-310/source/auth_credentials.o build/temp.macosx-13.0-arm64-cpython-310/source/auth_signer.o build/temp.macosx-13.0-arm64-cpython-310/source/auth_signing_config.o build/temp.macosx-13.0-arm64-cpython-310/source/common.o build/temp.macosx-13.0-arm64-cpython-310/source/crc.o build/temp.macosx-13.0-arm64-cpython-310/source/crypto.o build/temp.macosx-13.0-arm64-cpython-310/source/event_stream_headers.o build/temp.macosx-13.0-arm64-cpython-310/source/event_stream_rpc_client_connection.o build/temp.macosx-13.0-arm64-cpython-310/source/event_stream_rpc_client_continuation.o build/temp.macosx-13.0-arm64-cpython-310/source/http_connection.o build/temp.macosx-13.0-arm64-cpython-310/source/http_headers.o build/temp.macosx-13.0-arm64-cpython-310/source/http_message.o build/temp.macosx-13.0-arm64-cpython-310/source/http_proxy.o build/temp.macosx-13.0-arm64-cpython-310/source/http_stream.o build/temp.macosx-13.0-arm64-cpython-310/source/io.o build/temp.macosx-13.0-arm64-cpython-310/source/module.o build/temp.macosx-13.0-arm64-cpython-310/source/mqtt_client.o build/temp.macosx-13.0-arm64-cpython-310/source/mqtt_client_connection.o build/temp.macosx-13.0-arm64-cpython-310/source/pkcs11_lib.o build/temp.macosx-13.0-arm64-cpython-310/source/s3_client.o build/temp.macosx-13.0-arm64-cpython-310/source/s3_meta_request.o -Lbuild/temp.macosx-13.0-arm64-cpython-310/deps/install/lib -laws-c-s3 -laws-c-mqtt -laws-c-auth -laws-c-http -laws-c-event-stream -laws-c-compression -laws-checksums -laws-c-io -laws-c-cal -laws-c-sdkutils -laws-c-common -o build/lib.macosx-13.0-arm64-cpython-310/_awscrt.cpython-310-darwin.so -arch arm64 -framework Security -Wl,-fatal_warnings
:info:build ld: warning: -undefined dynamic_lookup may not work with chained fixups
:info:build ld: fatal warning(s) induced error (-fatal_warnings)
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build error: command '/usr/bin/clang' failed with exit code 1
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_ykf.ca.rsync.macports.org_mprelease_tarballs_ports_python_py-awscrt/py310-awscrt/work/awscrt-0.14.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 setup.py --no-user-cfg build -j8 
:info:build Exit code: 1
:error:build Failed to build py310-awscrt: command execution failed

Attachments (1)

main.log (130.5 KB) - added by drjokepu 17 months ago.
build log

Download all attachments as: .zip

Change History (3)

Changed 17 months ago by drjokepu

Attachment: main.log added

build log

comment:1 Changed 17 months ago by drjokepu

just noticed that this is a duplicate of #66141, please close this ticket

comment:2 Changed 17 months ago by jmroot (Joshua Root)

Cc: dgilman added
Port: py-awscrt added; py310-awscrt removed
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.