View Single Post
Old 09-29-2025, 05:19 AM   #1
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 486
Karma: 678910
Join Date: Dec 2017
Device: Kobo
Purpose of arch-ci.sh

I am currently setting up a development environment on EndeavourOS, derived from Arch.

However, by following the instructions in INSTALL.rst and when executing sudo python setup.py develop, I encountered this error:
Code:
/mnt/data/Workspaces/calibre/src/calibre/utils/tts/piper.cpp:10:10: erreur fatale: espeak-ng/speak_lib.h*: No fil or folder have this name
   10 | #include <espeak-ng/speak_lib.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
I see that espeak-ng is mentioned in arch-ci.sh, so I'm wondering what the purpose of this script is. Should I install espeak-ng via this script or via pacman?

Also, arch-ci.sh use the environment variable GITHUB_WORKSPACE, but this one is mentioned nowhere else. It is the git directory itself?
un_pogaz is offline   Reply With Quote