diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 05:49:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 05:49:32 +0000 |
commit | 5d7b2fda1a19a380b9c13225c7d2472582bdb70a (patch) | |
tree | 7cbfec458e6b195399b7dd3df2f5a0b51151f0a9 /science/py-tensorflow | |
parent | - Update to 2.2-0 (diff) |
Mark BROKEN
WARNING: Download from https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip failed: class java.net.ConnectException Can't assign requested address (connect failed)
WARNING: Download from https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip failed: class java.net.ConnectException Can't assign requested address (connect failed)
ERROR: An error occurred during the fetch of repository 'rules_cc':
java.io.IOException: Error downloading [https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip, https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip] to /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
ERROR: While resolving toolchains for target //tensorflow:libtensorflow.so.1.14.0: com.google.devtools.build.lib.packages.RepositoryFetchException: no such package '@rules_cc//cc': java.io.IOException: Error downloading [https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip, https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip] to /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
ERROR: Analysis of target '//tensorflow:libtensorflow.so' failed; build aborted: com.google.devtools.build.lib.packages.RepositoryFetchException: no such package '@rules_cc//cc': java.io.IOException: Error downloading [https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip, https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip] to /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
Reported by: pkg-fallout
Diffstat (limited to 'science/py-tensorflow')
-rw-r--r-- | science/py-tensorflow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index b1701240fe4c..816af76c22e0 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -14,6 +14,7 @@ COMMENT= Computation using data flow graphs for scalable machine learning LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= ${RUN_DEPENDS} \ |