Created attachment 233747 [details] Install libvoxin.so with port # ldd /usr/local/lib/speech-dispatcher-modules/sd_voxin | grep 'not found' /usr/local/lib/speech-dispatcher-modules/sd_voxin: libvoxin.so => not found (0) # /usr/local/lib/speech-dispatcher-modules/sd_voxin ld-elf.so.1: Shared object "libvoxin.so" not found, required by "sd_voxin" Tested build and install with patch on 12.3 amd64 with and without accessibility/speech-dispatcher installed.
speechd 0.11.1 is out, did u tried it? according to relnotes, it have some voxin improovents
(In reply to Dima Panov from comment #1) No.
Created attachment 233778 [details] Update to 0.11.1 Patch for libvoxin.so anyway needed.
(In reply to Dima Panov from comment #1) ?
Something wrong with patch?
(In reply to VVD from comment #5) oh, sorry, i forgot about speechd :( thanks for reminder
Something wrong with patch?(In reply to Dima Panov from comment #6) ping again
(In reply to Dima Panov from comment #6) ping
Whoops. Install libvoxin.so from speechd src is a wrong. It's a shim library, compiled only as dummy name to load real library from https://github.com/Oralux/libvoxin project. So port real libvoxin or disable voxin support.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2604a3e5aec3e9ee32047f84edf6845cdfa1e42 commit c2604a3e5aec3e9ee32047f84edf6845cdfa1e42 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-07-02 12:58:05 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-07-02 13:03:59 +0000 accessibility/speech-dispatcher: update to 0.11.1 release (+) Alongside with update prepare (and mark as broken yet) option for upcoming libvoxin support PR: 263797 (based on) accessibility/speech-dispatcher/Makefile | 27 ++++++++++----- accessibility/speech-dispatcher/distinfo | 6 ++-- accessibility/speech-dispatcher/pkg-plist | 55 +++++++++++++++++-------------- 3 files changed, 52 insertions(+), 36 deletions(-)
(In reply to Dima Panov from comment #9) Ok. Thanks!