FS#48738 - [brltty] missing libraries

Attached to Project: Arch Linux
Opened by Bernhard Landauer (oberon) - Tuesday, 29 March 2016, 15:19 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 29 March 2016, 15:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
We are using this package on Manjaro and brltty.service fails to start with the following errors:
cannot load speech driver: /usr/lib/brltty/libbrlttysauto.so
speech driver not loadable: auto
/usr/lib/brltty/libbrlttysspeech-dispatcher.so: cannot open shared object file: No such file or directory
cannot load speech driver: /usr/lib/brltty/libbrlttysspeech-dispatcher.so
speech driver not loadable: speech-dispatcher

Additional info:
* package version: 5.3.1-2

Steps to reproduce:
$ systemctl start brltty.service

$ systemctl status brltty.service
● brltty.service - Braille Console Driver
Loaded: loaded (/usr/lib/systemd/system/brltty.service; enabled; vendor preset: disabled)
Active: failed (Result: signal) since Tue 2016-03-29 15:14:10 UTC; 1min 47s ago
Process: 10414 ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid (code=exited, status=0/SUCCESS)
Main PID: 10418 (code=killed, signal=ABRT)

Mar 29 15:14:10 sonar brltty[10418]: /usr/lib/brltty/libbrlttysauto.so: cannot open shared object file: No such file or directory
Mar 29 15:14:10 sonar brltty[10418]: cannot load speech driver: /usr/lib/brltty/libbrlttysauto.so
Mar 29 15:14:10 sonar brltty[10418]: speech driver not loadable: auto
Mar 29 15:14:10 sonar brltty[10418]: /usr/lib/brltty/libbrlttysspeech-dispatcher.so: cannot open shared object file: No such file or directory
Mar 29 15:14:10 sonar brltty[10418]: cannot load speech driver: /usr/lib/brltty/libbrlttysspeech-dispatcher.so
Mar 29 15:14:10 sonar brltty[10418]: speech driver not loadable: speech-dispatcher
Mar 29 15:14:10 sonar brltty[10418]: eSpeak Speech Driver: version 0.3
Mar 29 15:14:10 sonar systemd[1]: brltty.service: Main process exited, code=killed, status=6/ABRT
Mar 29 15:14:10 sonar systemd[1]: brltty.service: Unit entered failed state.
Mar 29 15:14:10 sonar systemd[1]: brltty.service: Failed with result 'signal'.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 29 March 2016, 15:56 GMT
Reason for closing:  Not a bug
Comment by Bernhard Landauer (oberon) - Tuesday, 29 March 2016, 15:45 GMT
Ok. Very sorry for that. The issue was caused by a bad config file /etc/brltty.conf

Loading...