FS#72127 - [links] links 2.24-1 missing brotli dependency

Attached to Project: Arch Linux
Opened by Geert Hendrickx (ghen) - Tuesday, 14 September 2021, 11:14 GMT
Last edited by Christian Hesse (eworm) - Tuesday, 14 September 2021, 14:16 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

links 2.24-1 in testing is broken:

$ links
links: error while loading shared libraries: libbrotlidec.so.1: cannot open shared object file: No such file or directory

$ ldd /usr/bin/links
linux-vdso.so.1 (0x00007ffcfbb3f000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f5d6f358000)
liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007f5d6f330000)
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007f5d6f31d000)
libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007f5d6f20e000)
libbrotlidec.so.1 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x00007f5d6f1f4000)
libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007f5d6f160000)
libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007f5d6ee81000)
libgpm.so.2 => /usr/lib/libgpm.so.2 (0x00007f5d6ee79000)
libevent-2.1.so.7 => /usr/lib/libevent-2.1.so.7 (0x00007f5d6ee20000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f5d6ec54000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f5d6f5d9000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f5d6ec4d000)
libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x00007f5d6ebdb000)


Built with brotli support but missing the dependency?


This task depends upon

Closed by  Christian Hesse (eworm)
Tuesday, 14 September 2021, 14:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  links 2.24-2
Comment by Geert Hendrickx (ghen) - Tuesday, 14 September 2021, 11:19 GMT
See also  FS#68471 

Loading...