FS#66791 - [qemu] qemu-img linked against libnettle.so.7 which is no longer present

Attached to Project: Arch Linux
Opened by Logan Bateman (nametable) - Tuesday, 26 May 2020, 16:58 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 26 May 2020, 17:14 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-img is complaining about libnettle.so.7 not being available (libnettle.so.8 is available). It seems to have been built against an old version of libnettle.


Additional info:
nettle-3.6-1 qemu-5.0.0-6
```
$ ldd `which qemu-img` | grep nettle
libnettle.so.7 => not found
libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007fcf259a8000)
```

Maybe related:
https://bugs.archlinux.org/task/66566

Steps to reproduce:

Run /usr/local/bin/qemu-img
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 26 May 2020, 17:14 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Arch has nothing to do with whatever is installed in /usr/local

Loading...