You are not logged in.
Pages: 1
Now we have bazel:
You have bazel 0.6.1- installed.
Using python library path: /usr/lib/python3.6/site-packages
Configuration finished
ERROR: /build/.cache/bazel/_bazel_builduser/0fab9d6448bcce51ddb3d62532093d27/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: The `set` constructor for depsets is deprecated and will be removed. Please use the `depset` constructor instead. You can temporarily enable the deprecated `set` constructor by passing the flag --incompatible_disallow_set_constructor=false.
ERROR: error loading package '': Extension file 'closure/private/defs.bzl' has errors.
____Elapsed time: 3.537s
Maybe wait for new version upstream?
Last edited by andreas_baumann (2017-10-09 20:09:29)
Offline
Offline
hmm, even with the HEAD from git, the build fails:
ERROR: /build/.cache/bazel/_bazel_builduser/963d7ae532b7797bcbe80e49904853a4/external/nsync/BUILD:401:13: Configurable attribute "copts" doesn't match this configuration (would a default condition help?).
Conditions checked:
@nsync//:android_arm
@nsync//:android_arm64
@nsync//:android_armeabi
@nsync//:android_x86_32
@nsync//:android_x86_64
@nsync//:clang_macos_x86_64
@nsync//:gcc_linux_aarch64
@nsync//:gcc_linux_ppc64
@nsync//:gcc_linux_x86_64_1
@nsync//:gcc_linux_x86_64_2
@nsync//:ios_x86_64
@nsync//:msvc_windows_x86_64.
____Loading package: tensorflow/python/ops/distributions
ERROR: Analysis of target '//tensorflow/tools/pip_package:build_pip_package' failed; build aborted.
Offline
Offline
if cuda will be black listed, tensorflow will be blacklisted, too - maybe it's a cuda issue?
Offline
Yeah. cuda 9.0 is 64-bit, so blacklisting them is a good idea. Otherwise cuda-support is built into more packages, which then fail to run.
Offline
done.
Btw: because you have permission to submit patches, you can also blacklist packages! (But it's nice, that you discuss it on the forum, first)
Offline
Pages: 1