Bug #3194
Selection of which languages to build no longer working
Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-10-21
Due date:
% Done:
0%
Estimated time:
Found in version:
current master HEAD (cf03d9a374e610e379c3aa8eceee1c0ea4b0a396)
Affected Versions:
Description
Not sure if it was ever a planned/intended feature to begin with:
Up until recently it was possible to select which languages to build at compile time by setting the LANGUAGES
environment variable (e.g. LANGUAGES="en" make
).
This worked at least up to version 4.1-569~gd011173 (last version I built).
Now it fails with make: *** No rule to make target 'intl/tvheadend.en.po', needed by 'src/tvh_locale_inc.c'. Stop.
make: *** Waiting for unfinished jobs....
Full build log: http://pastebin.com/PgVrW8e5
History
Updated by Jaroslav Kysela about 9 years ago
Use LANGUAGES="en_US" . The "en" is a template right now.