[Bug 280015] [audio/vosk-api] not usable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jun 2024 14:30:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280015 Bug ID: 280015 Summary: [audio/vosk-api] not usable Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: bapt@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org I have been trying to use py-vosk through the vosk-transcriber because libvosk.so has missing symbols. File "/usr/local/lib/python3.11/site-packages/vosk/__init__.py", line 37, in <module> _c = open_dll() ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/vosk/__init__.py", line 31, in open_dll return _ffi.dlopen(os.path.join(dlldir, "libvosk.so")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: cannot load library '/usr/local/lib/libvosk.so': /usr/local/lib/libvosk.so: Undefined symbol "_ZN9ProcessorC1ERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEES8_" -- You are receiving this mail because: You are the assignee for the bug.