Bug#768732: plm: FTBFS in jessie: src/plm/core/model/Game.java:97: error: unmappable character for encoding ASCII

2014-11-13 Thread Martin Quinson
On Wed, Nov 12, 2014 at 03:35:50PM +0100, Lucas Nussbaum wrote: couldn't you build with javac -encoding UTF-8? See http://stackoverflow.com/questions/1726174/how-to-compile-a-java-source-file-which-is-encoded-as-utf-8 Thanks for the hint. I would have expected jh_build to do the right thing

Bug#768732: plm: FTBFS in jessie: src/plm/core/model/Game.java:97: error: unmappable character for encoding ASCII

2014-11-12 Thread Martin Quinson
Hello, I must confess that I fail to reproduce your bug. it seems to me that the bug comes from a strange setting in LC_ALL. before the java compiler, msggrep complains that ANSI_X3.4-1968 is not a valid value for UTF-encoded files. Did your chroot have any unconventional settings with that

Bug#768732: plm: FTBFS in jessie: src/plm/core/model/Game.java:97: error: unmappable character for encoding ASCII

2014-11-12 Thread Lucas Nussbaum
Hi, On 12/11/14 at 11:27 +0100, Martin Quinson wrote: Hello, I must confess that I fail to reproduce your bug. it seems to me that the bug comes from a strange setting in LC_ALL. # locale LANG= LANGUAGE= LC_CTYPE=POSIX LC_NUMERIC=POSIX LC_TIME=POSIX LC_COLLATE=POSIX LC_MONETARY=POSIX

Bug#768732: plm: FTBFS in jessie: src/plm/core/model/Game.java:97: error: unmappable character for encoding ASCII

2014-11-12 Thread Martin Quinson
retitle 768732 plm: FTBFS in non-UTF-8 settings thanks Hello, thanks for this additional information, that's indeed the source of the problem. The PLM package builds correctly if I set LC_ALL=C.UTF-8 in addition to your settings and fails without it. But, it seems to me that the package built

Bug#768732: plm: FTBFS in jessie: src/plm/core/model/Game.java:97: error: unmappable character for encoding ASCII

2014-11-12 Thread Lucas Nussbaum
On 12/11/14 at 15:06 +0100, Martin Quinson wrote: retitle 768732 plm: FTBFS in non-UTF-8 settings thanks Hello, thanks for this additional information, that's indeed the source of the problem. The PLM package builds correctly if I set LC_ALL=C.UTF-8 in addition to your settings and

Bug#768732: plm: FTBFS in jessie: src/plm/core/model/Game.java:97: error: unmappable character for encoding ASCII

2014-11-08 Thread Lucas Nussbaum
Source: plm Version: 2.4.11+repack-1 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20141108 qa-ftbfs Justification: FTBFS in jessie on amd64 Hi, During a rebuild of all packages in jessie (in a jessie chroot, not a sid chroot), your package failed to