Changes between Initial Version and Version 2 of Ticket #66357
- Timestamp:
- Nov 28, 2022, 2:02:03 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66357
-
Property
Status
changed from
new
toassigned
- Property Cc cjones051073 added
- Property Owner set to emcrisostomo
- Property Keywords ventura added
- Property Port py-tensorflow added
-
Property
Status
changed from
-
Ticket #66357 – Description
initial v2 3 3 command: 4 4 5 {{{ 5 6 sudo port install py39-tensorflow 7 }}} 6 8 7 9 Error logs - 8 10 11 {{{ 9 12 :msg:archivefetch ---> Attempting to fetch py39-tensorflow-2.6.0_0.darwin_22.x86_64.tbz2 from https://packages.macports.org/py39-tensorflow 10 13 :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 11 12 14 :msg:archivefetch ---> Attempting to fetch py39-tensorflow-2.6.0_0.darwin_22.x86_64.tbz2 from https://kmq.jp.packages.macports.org/py39-tensorflow 13 15 :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 14 15 16 :msg:archivefetch ---> Attempting to fetch py39-tensorflow-2.6.0_0.darwin_22.x86_64.tbz2 from https://mse.uk.packages.macports.org/py39-tensorflow 16 17 :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 17 18 18 :info:build ERROR: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorflow/py39-tensorflow/work/bazel_build/e9e69db706faba1d7be5d215555390d9/external/com_google_protobuf/BUILD:301:11: C++ compilation of rule '@com_google_protobuf//:protoc_lib' failed (Exit 71): wrapped_clang failed: error executing command 19 20 19 :info:build xcrun: error: can't exec '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bazel/bazel-3.7/work/bazelwrap/cc' (errno=No such file or directory) 21 22 20 :info:build ERROR: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorflow/py39-tensorflow/work/tensorflow-tensorflow-919f693/tensorflow/python/tools/BUILD:142:10 C++ compilation of rule '@com_google_protobuf//:protoc_lib' failed (Exit 71): wrapped_clang failed: error executing command 23 24 21 :error:build Failed to build py39-tensorflow: command execution failed 25 22 :debug:build Error code: CHILDSTATUS 29944 1 26 27 23 :error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-tensorflow/py39-tensorflow/main.log for details. 24 }}} 28 25 29 26 Thanks!