Opened 3 years ago
Last modified 3 years ago
#63257 assigned defect
py39-tensorflow (with +native, or without) fails to build
Reported by: | mouse07410 (Mouse) | Owned by: | emcrisostomo (Enrico Maria Crisostomo) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cjones051073 (Chris Jones) | |
Port: | py-tensorflow |
Description
Big Sur 11.4, Xcode-12.5.1.
$ sudo port install py39-tensorflow +native ---> Computing dependencies for py39-tensorflow ---> Fetching distfiles for py39-tensorflow ---> Verifying checksums for py39-tensorflow ---> Extracting py39-tensorflow ---> Configuring py39-tensorflow ---> Building py39-tensorflow Error: Failed to build py39-tensorflow: command execution failed Error: 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. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port py39-tensorflow failed
Log attached.
Attachments (1)
Change History (4)
comment:1 Changed 3 years ago by mouse07410 (Mouse)
Summary: | py39-tensorflow +native fails to build → py39-tensorflow (with +native, or without) fails to build |
---|
comment:2 Changed 3 years ago by mouse07410 (Mouse)
Again, there's a problem with port trying to retrieve some components over https, and hitting the corporate firewall - because that component fails to understand the proxy host.
:info:build WARNING: Download from http://mirror.tensorflow.org/github.com/tensorflow/runtime/archive/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found :info:build WARNING: Download from https://github.com/tensorflow/runtime/archive/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d.tar.gz failed: class java.io.IOException Proxy address llproxy.llan.ll.mit.edu:8080 is not a valid URL :info:build ERROR: An error occurred during the fetch of repository 'tf_runtime': :info:build Traceback (most recent call last): :info:build File "/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/third_party/repo.bzl", line 53, column 33, in _tf_http_archive_impl :info:build ctx.download_and_extract( :info:build Error in download_and_extract: java.io.IOException: Error downloading [http://mirror.tensorflow.org/github.com/tensorflow/runtime/archive/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d.tar.gz, https://github.com/tensorflow/runtime/archive/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d.tar.gz] to /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/tf_runtime/temp16812998780147780964/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d.tar.gz: Proxy address llproxy.llan.ll.mit.edu:8080 is not a valid URL
Full log attached.
Changed 3 years ago by mouse07410 (Mouse)
Attachment: | py39-tensorflow.log.txt added |
---|
Current/latest build main.log
comment:3 Changed 3 years ago by mf2k (Frank Schima)
Cc: | emcrisostomo removed |
---|---|
Owner: | set to emcrisostomo |
Port: | py-tensorflow added; py39-tensorflow removed |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Here's what happens without the
+native
flag:It looks like it ignores the proxy settings, and hits the firewall head-first...