| Summary: | sci-libs/tensorflow-1.9.0 - 26cd968b735e227361c9703683266f01e5df7857.tar.gz not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Adam Marthaler <bigun> |
| Component: | Current packages | Assignee: | Jason Zaman <perfinion> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
emerge --info https://pastebin.com/x2hNVNbQ build.log https://pastebin.com/rLUJ0akS *** This bug has been marked as a duplicate of bug 661170 *** |
During emerge, e-build complains /var/tmp/portage/sci-libs/tensorflow-1.9.0/temp/bazel-distdir/26cd968b735e227361c9703683266f01e5df7857.tar.gz isn't found. Reproducible: Always Steps to Reproduce: 1.emerge tensorflow-1.9.0 2. 3. Actual Results: e-build fails Expected Results: e-build complete * Running: bazel --output_base=/var/tmp/portage/sci-libs/tensorflow-1.9.0/work/bazel-base-python3_6 build //tensorflow:libtensorflow_framework.so //tensorflow:libtensorflow.so WARNING: ignoring LD_PRELOAD in environment. ERROR: /var/tmp/portage/sci-libs/tensorflow-1.9.0/work/tensorflow-1.9.0-python3_6/tensorflow/core/platform/default/build_config/BUILD:153:1: no such package '@com_googlesource_code_re2//': java.io.FileNotFoundException: /var/tmp/portage/sci-libs/tensorflow-1.9.0/temp/bazel-distdir/26cd968b735e227361c9703683266f01e5df7857.tar.gz (No such file or directory) and referenced by '//tensorflow/core/platform/default/build_config:platformlib' ERROR: Analysis of target '//tensorflow:libtensorflow_framework.so' failed; build aborted: no such package '@com_googlesource_code_re2//': java.io.FileNotFoundException: /var/tmp/portage/sci-libs/tensorflow-1.9.0/temp/bazel-distdir/26cd968b735e227361c9703683266f01e5df7857.tar.gz (No such file or directory) INFO: Elapsed time: 142.873s INFO: 0 processes. FAILED: Build did NOT complete successfully (27 packages loaded) currently loading: @protobuf_archive// ... (2 packages) * ERROR: sci-libs/tensorflow-1.9.0::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 4743: Called ebazel 'build' '//tensorflow:libtensorflow_framework.so' '//tensorflow:libtensorflow.so' * environment, line 1939: Called die * The specific snippet of code: * bazel --output_base="${output_base}" $@ || die