From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Roel Janssen <roel@gnu.org>, Julien Lepiller <julien@lepiller.eu>,
guix-devel@gnu.org
Subject: Re: Request: Bazel build system (required for Tensorflow update)
Date: Wed, 04 Mar 2020 15:01:16 +0100 [thread overview]
Message-ID: <87pnds1aoj.fsf@ambrevar.xyz> (raw)
In-Reply-To: <87sgio1bmv.fsf@ambrevar.xyz>
[-- Attachment #1: Type: text/plain, Size: 3931 bytes --]
I've actually managed to fix the abseil issue.
Now I'm stuck at more broken CMake stuff.
Duh, this will take a while...
--8<---------------cut here---------------start------------->8---
-- Could NOT find c-ares (missing: c-ares_DIR)
-- Found PythonInterp: /gnu/store/l8nphg0idd8pfddyad8f92lx8d1hc053-python-wrapper-3.7.4/bin/python (found version "3.7.4")
-- Found PythonLibs: /gnu/store/78w7y0lxar70j512iqw8x3nimzj10yga-python-3.7.4/lib/libpython3.7m.so (found version "3.7.4")
CMake Error at tf_python.cmake:132 (message):
Python proto directory not found: tensorflow/contrib/tpu/profiler
Call Stack (most recent call first):
CMakeLists.txt:613 (include)
CMake Error at tf_python.cmake:217 (message):
Python module not found: tensorflow/contrib/rnn/kernels
Call Stack (most recent call first):
CMakeLists.txt:613 (include)
CMake Error at tf_python.cmake:217 (message):
Python module not found: tensorflow/contrib/rnn/ops
Call Stack (most recent call first):
CMakeLists.txt:613 (include)
CMake Error at tf_python.cmake:217 (message):
Python module not found: tensorflow/contrib/tpu/profiler
Call Stack (most recent call first):
CMakeLists.txt:613 (include)
-- Found SWIG: /gnu/store/1jamhp01xc911m68j8ndiwlcc55q8ikp-swig-3.0.12/bin/swig (found version "3.0.12")
CMake Warning at tf_shared_lib.cmake:136 (export):
Cannot create package registry file:
/homeless-shelter/.cmake/packages/Tensorflow/31aad99a164c4099f5d0af2d4ec07d6f
No such file or directory
Call Stack (most recent call first):
CMakeLists.txt:616 (include)
-- Configuring incomplete, errors occurred!
See also "/tmp/guix-build-tensorflow-1.15.0.drv-0/source/tensorflow/contrib/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/guix-build-tensorflow-1.15.0.drv-0/source/tensorflow/contrib/build/CMakeFiles/CMakeError.log".
command "cmake" "../cmake" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/gnu/store/wm0iizlnsj55pdhjdm7k7pzz3bad84f0-tensorflow-1.15.0" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/wm0iizlnsj55pdhjdm7k7pzz3bad84f0-tensorflow-1.15.0/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-Dprotobuf_STATIC_LIBRARIES=/gnu/store/p77n8kpsl50qlrz5fk0mc9kvfkinh9dq-protobuf-3.6.1/lib/libprotobuf.so" "-DPROTOBUF_PROTOC_EXECUTABLE=/gnu/store/p77n8kpsl50qlrz5fk0mc9kvfkinh9dq-protobuf-3.6.1/bin/protoc" "-Dsnappy_STATIC_LIBRARIES=/gnu/store/3xrpbdhhb8nk9p9jqr19ljlyhxnxk18n-snappy-1.1.8/lib/libsnappy.so" "-Dsnappy_INCLUDE_DIR=/gnu/store/3xrpbdhhb8nk9p9jqr19ljlyhxnxk18n-snappy-1.1.8" "-Djsoncpp_STATIC_LIBRARIES=/gnu/store/3vacq5lrnri4g8a5498qxkgxv4z8jyv8-jsoncpp-1.7.3/lib/libjsoncpp.so" "-Djsoncpp_INCLUDE_DIR=/gnu/store/3vacq5lrnri4g8a5498qxkgxv4z8jyv8-jsoncpp-1.7.3" "-Dsqlite_STATIC_LIBRARIES=/gnu/store/i6l1579g80387rda658jy9cfqq82643d-sqlite-3.28.0/lib/libsqlite.a" "-DABSEIL_CPP_LIBRARIES=/gnu/store/j36v4bb2vzy02xfyxp6ryfm4aj0yiaxn-abseil-cpp-20200225/lib/" "-DABSEIL_CPP_LIBRARIES_DIR_HINTS:STRING=/gnu/store/j36v4bb2vzy02xfyxp6ryfm4aj0yiaxn-abseil-cpp-20200225/lib/" "-Dsystemlib_ALL=ON" "-Dtensorflow_ENABLE_POSITION_INDEPENDENT_CODE=ON" "-Dtensorflow_BUILD_SHARED_LIB=ON" "-Dtensorflow_OPTIMIZE_FOR_NATIVE_ARCH=OFF" "-Dtensorflow_ENABLE_SSL_SUPPORT=OFF" "-Dtensorflow_BUILD_CONTRIB_KERNELS=OFF" failed with status 1
note: keeping build directory `/tmp/guix-build-tensorflow-1.15.0.drv-8'
builder for `/gnu/store/z9f8pcng2gsp7g9f93jd40c7g53wyc4s-tensorflow-1.15.0.drv' failed with exit code 1
build of /gnu/store/z9f8pcng2gsp7g9f93jd40c7g53wyc4s-tensorflow-1.15.0.drv failed
View build log at '/var/log/guix/drvs/z9/f8pcng2gsp7g9f93jd40c7g53wyc4s-tensorflow-1.15.0.drv.bz2'.
guix build: error: build of `/gnu/store/z9f8pcng2gsp7g9f93jd40c7g53wyc4s-tensorflow-1.15.0.drv' failed
--8<---------------cut here---------------end--------------->8---
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2020-03-04 14:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-04 10:12 Request: Bazel build system (required for Tensorflow update) Pierre Neidhardt
2020-03-04 11:56 ` Julien Lepiller
2020-03-04 12:42 ` Roel Janssen
2020-03-04 13:40 ` Pierre Neidhardt
2020-03-04 14:01 ` Pierre Neidhardt [this message]
2020-03-04 14:59 ` Roel Janssen
2020-03-04 15:10 ` Pierre Neidhardt
2020-03-04 15:27 ` Roel Janssen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pnds1aoj.fsf@ambrevar.xyz \
--to=mail@ambrevar.xyz \
--cc=guix-devel@gnu.org \
--cc=julien@lepiller.eu \
--cc=roel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).