Re: LilyDev3 problems - a translator's point of view

2024-05-14 Thread Dan Eble

On 2024-05-14 10:49, 周 卫星 wrote:

[HIGH] The LilyDev3 docker build is ​**MISSING SOME PACKAGES** and not 
available for work out-of-box! To me it looks like a critical issue - why all 
the bother with Docker when I need to search and install the missing packages 
manually?


I believe that Federico wrote recently that he is not maintaining 
LilyDev any longer, but I am having a hard time finding a written record 
of it.


I could push some Dockerfile updates that I have been using, but I don't 
know where to push them.  I don't want to make my fork the de-facto 
trunk and become personally responsible for processing all new 
contributions.

--
Dan



LilyDev3 problems - a translator's point of view

2024-05-14 Thread 周 卫星
Dear developer,

It's me Lex again, the new comer Chinese translator.
The translation is not started yet, for I've tried to apply LilyDev3 
environment on Windows 11, as instructed.
I managed to make a Docker build from the source code (didn't figure out how to 
use the huge release package which failed to be depressed via tar -xf​, any 
comment?).
And here're several problems I met:

  1.
[HIGH] The LilyDev3 docker build is ​**MISSING SOME PACKAGES** and not 
available for work out-of-box! To me it looks like a critical issue - why all 
the bother with Docker when I need to search and install the missing packages 
manually?
Packages I found missing by running configure:
- libgc-dev
- guile-3.0-dev
- texlive-font-utils
- lmodern
The configure completed without error after these were installed.
  2.
[HIGH] "Check state of translation" failed! The repo was latest updated with 
remote, yet the command make -C Documentation ISOLANG=zh check-translation​ 
gives only error:

```cli
 lilydev:~/lilypond-src
$ make -C Documentation ISOLANG=zh check-translation
make: Entering directory '/home/user/lilypond-src/Documentation'
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
make: /python/langdefs.py: Command not found
../make/toplevel-version.make:6: /VERSION: No such file or directory
make: *** No rule to make target '/VERSION'.  Stop.
make: Leaving directory '/home/user/lilypond-src/Documentation'
```

  1.
I've got completely no idea what to do at this moment. Same error happened on 
other languages, too.

Kindly help!

Regards,
Lex