FS#57168 - [handbrake-cli] Crashes on start due to libx264 library error

Attached to Project: Community Packages
Opened by Boris Joffe (borisjoffe) - Friday, 19 January 2018, 22:33 GMT
Last edited by Antonio Rojas (arojas) - Friday, 19 January 2018, 22:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I have the following packages installed:
* handbrake-cli (version 1.0.7-3.0)
* libx264 (version 2:152.20171224-1.0)
* libx264-all (version 2:152.20171224-1.0)


Steps to reproduce:
* run `HandBrakeCLI --help`
* the following error appears: `HandBrakeCLI: error while loading shared libraries: libx264.so.148: cannot open shared object file: No such file or directory`


Additional Information:
$ ls -lh /usr/lib/{,lib}x264*
lrwxrwxrwx 1 root root 14 Jan 11 03:14 /usr/lib/libx264.so -> libx264.so.152
-rwxr-xr-x 1 root root 1.1M Jan 11 03:14 /usr/lib/libx264.so.152

/usr/lib/x264:
total 2.1M
lrwxrwxrwx 1 root root 20 Jan 11 03:14 libx264-10bit.so -> libx264-10bit.so.152
-rwxr-xr-x 1 root root 942K Jan 11 03:14 libx264-10bit.so.152
lrwxrwxrwx 1 root root 19 Jan 11 03:14 libx264-8bit.so -> libx264-8bit.so.152
-rwxr-xr-x 1 root root 1.1M Jan 11 03:14 libx264-8bit.so.152



It seems like handbrake-cli is looking for an older version of libx264 and is crashing because it doesn't find it
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 19 January 2018, 22:49 GMT
Reason for closing:  Not a bug
Additional comments about closing:  archlinux32 is not Arch

Loading...