FS#71306 - [brltty] links to pcre2 but depends on pcre
Attached to Project:
Arch Linux
Opened by loqs (loqs) - Sunday, 20 June 2021, 00:20 GMT
Last edited by David Runge (dvzrv) - Tuesday, 06 July 2021, 18:12 GMT
Opened by loqs (loqs) - Sunday, 20 June 2021, 00:20 GMT
Last edited by David Runge (dvzrv) - Tuesday, 06 July 2021, 18:12 GMT
|
Details
Description:
/usr/bin/brltty links to libpcre2-32.so.0 but the package depends on pcre. pcre2 is a transitive dependency of gzip so will always be present at build and run time. Passing --with-rgx-package=libpcre32.so to configure would switch it to using pcre or the dependency could be switched to pcre2. Additional info: * brltty 6.3-2 Steps to reproduce: objdump -p /usr/bin/brltty | grep pcre NEEDED libpcre2-32.so.0 |
This task depends upon
Closed by David Runge (dvzrv)
Tuesday, 06 July 2021, 18:12 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with brltty 6.3-3
Tuesday, 06 July 2021, 18:12 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with brltty 6.3-3
I will apply the changes in an update to the package.