Crash on make building stage with german translation #19

Open
opened 2022-10-15 22:08:06 +02:00 by debiankaios · 14 comments
$ make -j$(nproc)
Scanning dependencies of target jthread
Scanning dependencies of target cguittfont
make[2]: *** Keine Regel vorhanden, um das Ziel „po/voxelands.pot/voxelands.po“, 
  benötigt von „locale/voxelands.pot/LC_MESSAGES/voxelands.mo“, zu erstellen.  Schluss.
make[1]: *** [CMakeFiles/Makefile2:156: src/CMakeFiles/translations.dir/all] Fehler 2
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet....
[  1%] Building CXX object src/jthread/CMakeFiles/jthread.dir/pthread/jmutex.cpp.o
[  1%] Building CXX object src/jthread/CMakeFiles/jthread.dir/pthread/jthread.cpp.o
[  1%] Building CXX object src/cguittfont/CMakeFiles/cguittfont.dir/xCGUITTFont.cpp.o
[  1%] Linking CXX static library libjthread.a
[  1%] Built target jthread
[  2%] Linking CXX static library libcguittfont.a
[  2%] Built target cguittfont
make: *** [Makefile:171: all] Fehler 2

I don't understand problem

```sh $ make -j$(nproc) Scanning dependencies of target jthread Scanning dependencies of target cguittfont make[2]: *** Keine Regel vorhanden, um das Ziel „po/voxelands.pot/voxelands.po“, benötigt von „locale/voxelands.pot/LC_MESSAGES/voxelands.mo“, zu erstellen. Schluss. make[1]: *** [CMakeFiles/Makefile2:156: src/CMakeFiles/translations.dir/all] Fehler 2 make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet.... [ 1%] Building CXX object src/jthread/CMakeFiles/jthread.dir/pthread/jmutex.cpp.o [ 1%] Building CXX object src/jthread/CMakeFiles/jthread.dir/pthread/jthread.cpp.o [ 1%] Building CXX object src/cguittfont/CMakeFiles/cguittfont.dir/xCGUITTFont.cpp.o [ 1%] Linking CXX static library libjthread.a [ 1%] Built target jthread [ 2%] Linking CXX static library libcguittfont.a [ 2%] Built target cguittfont make: *** [Makefile:171: all] Fehler 2 ``` I don't understand problem
rudzik8 changed title from Make-Problems(Translations) to Crash on make building stage with german translation 2022-10-16 04:06:10 +02:00
rudzik8 added the
bug
unconfirmed
labels 2022-10-16 04:06:34 +02:00
Owner

I'll try to reproduce that later, maybe the issue isn't in translations?..

I'll try to reproduce that later, maybe the issue isn't in translations?..
Author

It's something with translations

It's something with translations
Owner

It's something with translations

Does this appear when compiling english version? Can you test it?

> It's something with translations Does this appear when compiling english version? Can you test it?
Author

How do i?

How do i?
Owner

How do i?

Hmm. Which distro do you use? I think it should have some sort of a language packs changer (just to change it to English temporarily, only for test)
You have Debian in your username, but maybe it's not Debian anymore?.. asking to be sure

> How do i? Hmm. Which distro do you use? I think it should have some sort of a language packs changer (just to change it to English temporarily, only for test) You have Debian in your username, but maybe it's not Debian anymore?.. asking to be sure
Author

Devuan, it's debian without systemd. Yes as i created the name i used debian.

Devuan, it's debian without systemd. Yes as i created the name i used debian.
Owner

Try:

apt-get install language-pack-en
dpkg-reconfigure locales

(from this article)

Try: apt-get install language-pack-en dpkg-reconfigure locales (from [this article](https://ccm.net/computing/linux/2147-how-to-change-debian-language/))
Author

Package don't exist. And i want further use the language-pack in other applocations.

Package don't exist. And i want further use the language-pack in other applocations.
Owner

Package don't exist. And i want further use the language-pack in other applocations.

Did you try dpkg-reconfigure locales (single command)? It may contain english as-is

> Package don't exist. And i want further use the language-pack in other applocations. Did you try `dpkg-reconfigure locales` (single command)? It may contain english as-is

My install crashed on make as well. I'm not sure if this particular error message is relevant to this current thread's issue, but I'll attach for reference.

OS: Debian Bullseye

My install crashed on make as well. I'm not sure if this particular error message is relevant to this current thread's issue, but I'll attach for reference. OS: Debian Bullseye
rudzik8 removed the
unconfirmed
label 2022-10-21 06:41:39 +02:00
Owner

My install crashed on make as well. I'm not sure if this particular error message is relevant to this current thread's issue, but I'll attach for reference.

OS: Debian Bullseye

If your system uses non-english language (= any language except for english) then it may be it. Thanks for confirming

> My install crashed on make as well. I'm not sure if this particular error message is relevant to this current thread's issue, but I'll attach for reference. > > OS: Debian Bullseye If your system uses non-english language (= any language except for english) then it may be it. Thanks for confirming
Owner

I'll try fixing that after I get a normal team, not just one human without C/C++ knowledge but with some entusiasm. Thanks for reporting this

I'll try fixing that after I get a normal team, not just one human without C/C++ knowledge but with some entusiasm. Thanks for reporting this

Thanks @rudzik8! And to clarify, English is the primary language of the machine.

Thanks @rudzik8! And to clarify, English is the primary language of the machine.
Author

Seems to be a debian problem. I use devuan 4.0 chimaera

Seems to be a debian problem. I use devuan 4.0 chimaera
rudzik8 added this to the 2404.00 milestone 2024-04-06 08:16:43 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: oerkki/voxelands#19
No description provided.