Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#56118 - [tensorflow] broken library / incomplete package
Attached to Project:
Community Packages
Opened by Alexander Sago (cagelight) - Wednesday, 25 October 2017, 22:49 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 30 October 2017, 14:40 GMT
Opened by Alexander Sago (cagelight) - Wednesday, 25 October 2017, 22:49 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 30 October 2017, 14:40 GMT
|
DetailsDescription:
libtensorflow.so gives linker errors to libtensorflow_framework.so, which is not provided by this or any other package /usr/bin/ld: warning: libtensorflow_framework.so, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libtensorflow.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libtensorflow.so: undefined reference to `google::protobuf::internal::RegisterAllTypes(google::protobuf::Metadata const*, int)' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libtensorflow.so: undefined reference to `tensorflow::DeviceProperties::InternalSwap(tensorflow::DeviceProperties*)' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libtensorflow.so: undefined reference to `tensorflow::TensorShapeUtils::MakeShape(tensorflow::gtl::ArraySlice<long long>, tensorflow::PartialTensorShape*)' ... <thousands more lines of linker errors> Additional info: tested with tensorflow and tensorflow-cuda package ver. 1.4.0rc0-3 Steps to reproduce: Attempt to link a C/C++ program with libtensorflow.so |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Monday, 30 October 2017, 14:40 GMT
Reason for closing: Fixed
Monday, 30 October 2017, 14:40 GMT
Reason for closing: Fixed
Not entirely true.
% pkgfile libtensorflow_framework.so
community/python-tensorflow
community/python-tensorflow-cuda
community/python-tensorflow-opt
It seems to me that if that package is in the python-tensorflow packages, then libtensorflow_framework.so should be made a part of the tensorflow packages, and the python-tensorflow packages should depend on their respective tensorflow package.