FS#61603 - [neomutt] Built against libidn, but libidn2 as dependency

Attached to Project: Community Packages
Opened by Florian Bruhin (The-Compiler) - Friday, 01 February 2019, 21:04 GMT
Last edited by Alad Wenter (Alad) - Saturday, 02 March 2019, 17:04 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Alad Wenter (Alad)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In 20180716-6 the dependencies were changed from libidn to libidn2:
https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/neomutt&id=581275823fa801d0972248934dae93d8c6b18f24

However, the installed neomutt still links against libidn, not libidn2:

[florian@hooch ~]$ pacman -Q neomutt libidn libidn2
neomutt 20180716-6
libidn 1.35-1
libidn2 2.1.0-1

[florian@hooch ~]$ ldd /usr/bin/neomutt | grep idn
libidn.so.12 => /usr/lib/libidn.so.12 (0x00007f9a171bb000)

[florian@hooch ~]$ pacman -Qo /usr/lib/libidn.so.12
/usr/lib/libidn.so.12 is owned by libidn 1.35-1
This task depends upon

Closed by  Alad Wenter (Alad)
Saturday, 02 March 2019, 17:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  neomutt-20180716-7

Loading...