FS#63344 - [tensorflow] soname symlinks not included in package
Attached to Project:
Community Packages
Opened by Felix Yan (felixonmars) - Friday, 02 August 2019, 05:26 GMT
Last edited by Konstantin Gizdov (kgizdov) - Tuesday, 20 August 2019, 22:03 GMT
Opened by Felix Yan (felixonmars) - Friday, 02 August 2019, 05:26 GMT
Last edited by Konstantin Gizdov (kgizdov) - Tuesday, 20 August 2019, 22:03 GMT
|
Details
Description:
Some soname symlinks are generated by ldconfig and are not included in the packages. They should be included. For example: error: No package owns /usr/lib/libtensorflow.so.1 error: No package owns /usr/lib/libtensorflow_cc.so.1 error: No package owns /usr/lib/libtensorflow_framework.so.1 Additional info: * package version(s) tensorflow-opt-cuda 1.14.0-2 |
This task depends upon
ldconfig: /usr/lib/libtensorflow.so.1.14.0-2.params is not an ELF file - it has the wrong magic bytes at the start.
ldconfig: /usr/lib/libtensorflow_cc.so.1.14.0-2.params is not an ELF file - it has the wrong magic bytes at the start.
ldconfig: /usr/lib/libtensorflow_framework.so.1.14.0-2.params is not an ELF file - it has the wrong magic bytes at the start.
When running "ldconfig" (which is in turn called by pacman, for example).
/usr/lib/libtensorflow.so.1
/usr/lib/libtensorflow_cc.so.1
/usr/lib/libtensorflow_framework.so.1