Control: tags -1 + patch
msgfmt has been fixed in gettext/0.19.8.1-6.
Now the build issue can be fixed wit this change to debian/rules:
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_test:
override_dh_auto_build:
# Add here commands to compile the package.
-
For the record: Changing -source 1.5 in debian/rules to 1.7 resolves the
original bug. However the build still fails with Java 9 due to msgfmt.
(cd translations; for i in *.po; do msgfmt --java2 -r pescetti_localized
-d ../classes -l ${i%.po} $i; done)
msgfmt: Java compiler not found, try install
Source: pescetti
Version: 0.5
Severity: normal
User: debian-j...@lists.debian.org
Usertags: default-java9
This package fails to build with default-jdk pointing to openjdk-9-jdk.
The wiki has some common problems and their solutions:
https://wiki.debian.org/Java/Java9Pitfalls
An automated tool has
3 matches
Mail list logo