FS#60954 - [qemu] qemu-img linked against nonexistent .so

Attached to Project: Arch Linux
Opened by Aaron Muir Hamilton (microcode) - Monday, 03 December 2018, 02:39 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 03 December 2018, 02:41 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
qemu-3.0.0-4 is linked against libnfs.so.11, but libnfs.so.12 is the current version, so when I try to use qemu-img, I get the result:
qemu-img: error while loading shared libraries: libnfs.so.11: cannot open shared object file: No such file or directory



qemu-3.0.0-4
libnfs-3.0.0-2

Steps to reproduce:
run qemu-img
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Monday, 03 December 2018, 02:41 GMT
Reason for closing:  Not a bug
Additional comments about closing:  $ pkg-list-linked-libraries qemu libnfs
==> checking linked libraries for qemu-3.0.0-4-x86_64.pkg.tar.xz ...
/usr/lib/qemu/block-nfs.so
NEEDED libnfs.so.12

Loading...