You are not logged in.

#1 2017-10-09 20:08:56

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

community/tensorflow

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

#2 2017-10-09 20:15:10

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Offline

#3 2017-10-10 13:17:39

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: community/tensorflow

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

#4 2017-10-20 10:21:11

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Offline

#5 2017-10-22 19:18:20

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: community/tensorflow

if cuda will be black listed, tensorflow will be blacklisted, too - maybe it's a cuda issue?

Offline

#6 2017-10-22 19:34:19

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: community/tensorflow

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

#7 2017-10-22 19:46:28

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: community/tensorflow

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

Board footer

Powered by FluxBB