You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Building Piper using make command after running apt-get install -y cmake
151.8 cd build && ctest --config Release
151.9 Test project /usr/src/app/piper-src/build
151.9 Start 1: test_piper
151.9 1/1 Test #1: test_piper .......................***Failed 0.00 sec
151.9
151.9 0% tests passed, 1 tests failed out of 1
151.9
151.9 Total Test time (real) = 0.01 sec
151.9
151.9 The following tests FAILED:
151.9 1 - test_piper (Failed)
151.9 Errors while running CTest
Despite compiling fine yesterday, when compiling, tests were failing so I disabled them to get more information and got this error when trying to create a voiceline.
./piper/piper: error while loading shared libraries: libucd.so: cannot open shared object file: No such file or directory
I'm not sure where I am supposed to acquire libucd.so or how to otherwise remedy this issue, any ideas?
System info: Docker's Node 20.9.0 Debian "bullseye" x86_64
Building Piper using
makecommand after runningapt-get install -y cmakeDespite compiling fine yesterday, when compiling, tests were failing so I disabled them to get more information and got this error when trying to create a voiceline.
./piper/piper: error while loading shared libraries: libucd.so: cannot open shared object file: No such file or directoryI'm not sure where I am supposed to acquire libucd.so or how to otherwise remedy this issue, any ideas?