Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find libucd.so #286

Open
ynot01 opened this issue Nov 28, 2023 · 3 comments
Open

Cannot find libucd.so #286

ynot01 opened this issue Nov 28, 2023 · 3 comments

Comments

@ynot01
Copy link

ynot01 commented Nov 28, 2023

System info: Docker's Node 20.9.0 Debian "bullseye" x86_64

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?

@M0Rf30
Copy link

M0Rf30 commented Nov 28, 2023

This is due to
rhasspy/espeak-ng@8593723

called by piper-phonemize CMakeList.txt. Because phonemize always fetch master branch, this error propagates on piper build process

@csukuangfj
Copy link

Fixed by rhasspy/espeak-ng#2

@csukuangfj
Copy link

I am surprised that piper (this repo) does not have any CI. I'd like to contribute the CI with GitHub actions
after the following two PRs get merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants