-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
bug: failed building go-piper #1356
Comments
cc @M0Rf30 - do you maybe have any idea ? it started just recently, didn't had a closer look yet |
pretty sure there is something moving now in the source - maybe some targets when building up espeak is not pinpointing hashes, but checking out main branches of deps |
No idea. seems that libucd.so is missing. I found this maybe you switched or upgraded agent distro? |
nope, not at all - the commit history https://github.com/mudler/LocalAI/commits/master shows it started to fail all of a sudden with unrelated changes. Doesn't look a coincidence that the same failure started yesterday 👀 good catch! |
Another detail is that re-building tiny-dream branch with gcc 13 (in tests.yaml) doesn't show this error. have to use gcc cause of "Permitting static constexpr variables in constexpr functions" (https://gcc.gnu.org/projects/cxx-status.html) maybe using gcc13 also in the build stage (that now fails as yours) would do the trick |
Ok I know why. as you can see here latest commit deals with libucd. so using a fixed reference (70d90003174e19ccc523285800611c8c607e347e) during the piper-phonemize will fix. In any case this is the actual path for libucd: |
Thanks @M0Rf30 for the detective work! that's indeed bad - there is also no way to pinpoint that in the CMakefile, so we are back at having to find a workaround until it gets fixed upstream |
Thanks! I'm still a bit worried that the CMake points to master, but maybe we can work upstream to get it pinned somehow Update, opened: rhasspy/piper-phonemize#22 |
this lets to specify a custom espeak-ng version See also: mudler/LocalAI#1356
this lets to specify a custom espeak-ng version See also: mudler/LocalAI#1356
Still hits us with the last commits: #1387 (comment) |
|
LocalAI version:
Current CI
Environment, CPU architecture, OS, and Version:
Describe the bug
Seems to be started recently within the CI - while building the container image. Compilation fails with:
To Reproduce
Expected behavior
Logs
https://github.com/mudler/LocalAI/actions/runs/7015798457/job/19099206160
Additional context
N/A
The text was updated successfully, but these errors were encountered: