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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by David Runge (dvzrv) - Tuesday, 06 July 2021, 18:05 GMT
@loqs: Thanks for the report!

I will apply the changes in an update to the package.

Loading...