Your message dated Thu, 13 Nov 2014 13:34:04 +0000
with message-id <e1xouxe-0008km...@franck.debian.org>
and subject line Bug#768732: fixed in plm 2.4.11+repack-2
has caused the Debian Bug report #768732,
regarding plm: FTBFS in non-UTF-8 settings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
768732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 build on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«BUILDDIR»/plm-2.4.11+repack'
> # Copy our resource within the wannabe jar file
> mkdir -p debian/_jh_build.plm
> cp -r lib/resources debian/_jh_build.plm
> # Copy our image files (but prune the svg files)
> cp -r img debian/_jh_build.plm
> find debian/_jh_build.plm -name "*.svg" -print0 | xargs -0 rm
> # Copy other mandated files in place
> jarctn=`find src -name "*.py"; \
>       find src -name "*.java"; \
>       find src -name "*.scala"; \
>       find src -name "*.c"; \
>         find src -name "*.html"; \
>         find src -name "*.png"; \
>       find src -name  "*.map"`; \
> for file in $jarctn ; do\
>    whereto=`echo $file|sed 's|^src/||'` ; \
>    install -D -m 644 $file debian/_jh_build.plm/$whereto; \
> done
> # Generate the translation files
> ant i18n-generate-jar
> Buildfile: /«BUILDDIR»/plm-2.4.11+repack/build.xml
>   [taskdef] Could not load definitions from resource 
> scala/tools/ant/antlib.xml. It could not be found.
> 
> i18n-init:
> 
> i18n-extract:
> [gettext-extract] src
> [gettext-extract] /tmp/srcfiles4590680762197888444.tmp
> [gettext-extract] Executing: xgettext -c --from-code=utf-8 
> --output=/«BUILDDIR»/plm-2.4.11+repack/l10n/engine/plm.pot --language=Java 
> -ktrc:1c,2 -ktrnc:1c,2,3 -ktr -kmarktr -ktrn:1,2 -k 
> --files-from=/tmp/srcfiles4590680762197888444.tmp
> 
> i18n-update:
> [gettext-merge] Invoking msgmerge for po files in 
> '/«BUILDDIR»/plm-2.4.11+repack/l10n/engine'.
> [gettext-merge] Processing en.po
> [gettext-merge] Executing: msgmerge -q --backup=numbered -U 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/en.po 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/plm.pot
> [gettext-merge] Processing fr.po
> [gettext-merge] Executing: msgmerge -q --backup=numbered -U 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/fr.po 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/plm.pot
> [gettext-merge] Processing it.po
> [gettext-merge] Executing: msgmerge -q --backup=numbered -U 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/it.po 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/plm.pot
> [gettext-merge] Processing pt_BR.po
> [gettext-merge] Executing: msgmerge -q --backup=numbered -U 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/pt_BR.po 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/plm.pot
> 
> i18n-check:
>      [exec] msggrep: warning: Locale charset "ANSI_X3.4-1968" is different 
> from
>      [exec]                   input file charset "UTF-8".
>      [exec] msggrep: warning: Locale charset "ANSI_X3.4-1968" is different 
> from
>      [exec]                   input file charset "UTF-8".
>      [exec]                   Output of 'msggrep' might be incorrect.
>      [exec]                   Possible workarounds are:
>      [exec]                   Output of 'msggrep' might be incorrect.
>      [exec]                   Possible workarounds are:
>      [exec]                   - Set LC_ALL to a locale with encoding UTF-8.
>      [exec]                   - Convert the translation catalog to ASCII 
> using 'msgconv',
>      [exec]                   - Set LC_ALL to a locale with encoding UTF-8.
>      [exec]                   - Convert the translation catalog to ASCII 
> using 'msgconv',
>      [exec]                     then apply 'msggrep',
>      [exec]                     then convert back to UTF-8 using 'msgconv'.
>      [exec]                     then apply 'msggrep',
>      [exec]                     then convert back to UTF-8 using 'msgconv'.
>      [exec] msggrep: warning: Locale charset "ANSI_X3.4-1968" is different 
> from
>      [exec]                   input file charset "UTF-8".
>      [exec] msggrep: warning: Locale charset "ANSI_X3.4-1968" is different 
> from
>      [exec]                   input file charset "UTF-8".
>      [exec]                   Output of 'msggrep' might be incorrect.
>      [exec]                   Possible workarounds are:
>      [exec]                   Output of 'msggrep' might be incorrect.
>      [exec]                   Possible workarounds are:
>      [exec]                   - Set LC_ALL to a locale with encoding UTF-8.
>      [exec]                   - Convert the translation catalog to ASCII 
> using 'msgconv',
>      [exec]                   - Set LC_ALL to a locale with encoding UTF-8.
>      [exec]                   - Convert the translation catalog to ASCII 
> using 'msgconv',
>      [exec]                     then apply 'msggrep',
>      [exec]                     then convert back to UTF-8 using 'msgconv'.
>      [exec]                     then apply 'msggrep',
>      [exec]                     then convert back to UTF-8 using 'msgconv'.
> 
> i18n-generate-jar:
>     [mkdir] Created dir: /«BUILDDIR»/plm-2.4.11+repack/site/po
> [gettext-dist] Processing en.po
> [gettext-dist] msgfmt --java2 -d ./site/po -r org.plm.i18n.Messages -l en 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/en.po
> [gettext-dist] Processing fr.po
> [gettext-dist] msgfmt --java2 -d ./site/po -r org.plm.i18n.Messages -l fr 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/fr.po
> [gettext-dist] Processing it.po
> [gettext-dist] msgfmt --java2 -d ./site/po -r org.plm.i18n.Messages -l it 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/it.po
> [gettext-dist] Processing pt_BR.po
> [gettext-dist] msgfmt --java2 -d ./site/po -r org.plm.i18n.Messages -l pt_BR 
> /«BUILDDIR»/plm-2.4.11+repack/l10n/engine/pt_BR.po
>       [jar] Building jar: /«BUILDDIR»/plm-2.4.11+repack/lib/plm-messages.jar
>    [delete] Deleting directory /«BUILDDIR»/plm-2.4.11+repack/site/po
> 
> BUILD SUCCESSFUL
> Total time: 12 seconds
> cd debian/_jh_build.plm && jar xf ../../lib/plm-messages.jar org
> # Finally, ask the scripts to compile our stuff, too
> jh_build --no-javadoc --javacopts="-source 1.7"
> find src/ -name *.java -and -type f -print0 | xargs -0 
> /usr/lib/jvm/default-java/bin/javac -g -cp 
> /usr/share/java/miglayout.jar:/usr/share/java/rsyntaxtextarea.jar:/usr/share/java/gettext-commons.jar:/usr/share/java/junit4.jar:/usr/share/java/org.eclipse.jgit.jar:/usr/share/java/json-simple.jar:/usr/share/java/jython.jar:.:/usr/share/java/httpclient.jar:/usr/share/java/httpcore.jar:/usr/share/java/commons-logging.jar:/usr/share/java/httpmime.jar:.:.:debian/_jh_build.plm
>  -d debian/_jh_build.plm -source 1.7
> src/plm/core/model/Game.java:97: error: unmappable character for encoding 
> ASCII
>       public static final String [][] humanLangs = { {"English","en"}, 
> {"Francais","fr"}, {"Italiano","it"}, {"Portugu??s brasileiro", "pt_BR"} };
>                                                                               
>                                         ^
> src/plm/core/model/Game.java:97: error: unmappable character for encoding 
> ASCII
>       public static final String [][] humanLangs = { {"English","en"}, 
> {"Francais","fr"}, {"Italiano","it"}, {"Portugu??s brasileiro", "pt_BR"} };
>                                                                               
>                                          ^
> src/plm/core/ui/AboutPLMDialog.java:127: error: unmappable character for 
> encoding ASCII
>                               + "The PLM Team: Martin Quinson, G??rald Oster 
> and others.<br/> "
>                                                                 ^
> src/plm/core/ui/AboutPLMDialog.java:127: error: unmappable character for 
> encoding ASCII
>                               + "The PLM Team: Martin Quinson, G??rald Oster 
> and others.<br/> "
>                                                                  ^
> src/plm/core/ui/OSXAdapter.java:54: error: unmappable character for encoding 
> ASCII
> Copyright ?? 2003-2007 Apple, Inc., All Rights Reserved
>           ^
> src/plm/core/ui/OSXAdapter.java:54: error: unmappable character for encoding 
> ASCII
> Copyright ?? 2003-2007 Apple, Inc., All Rights Reserved
>            ^
> src/plm/test/simple/test/PythonSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                           ^
> src/plm/test/simple/test/PythonSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                            ^
> src/plm/test/simple/test/PythonSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                                ^
> src/plm/test/simple/test/PythonSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                                 ^
> src/plm/test/simple/test/JavaSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                           ^
> src/plm/test/simple/test/JavaSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                            ^
> src/plm/test/simple/test/JavaSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                                ^
> src/plm/test/simple/test/JavaSimpleExerciseTest.java:13: error: unmappable 
> character for encoding ASCII
>               return "zqkd??ajd??\"\"";
>                                 ^
> src/lessons/recursion/cons/Increasing.java:31: error: unmappable character 
> for encoding ASCII
>                               "  if (l == Nil ||??l.tail == Nil) return 
> true\n" +
>                                                 ^
> src/lessons/recursion/cons/Increasing.java:31: error: unmappable character 
> for encoding ASCII
>                               "  if (l == Nil ||??l.tail == Nil) return 
> true\n" +
>                                                  ^
> src/lessons/recursion/cons/Nlast.java:36: error: unmappable character for 
> encoding ASCII
>                               "    if (n<=0 ||??l==Nil) return l\n"+
>                                               ^
> src/lessons/recursion/cons/Nlast.java:36: error: unmappable character for 
> encoding ASCII
>                               "    if (n<=0 ||??l==Nil) return l\n"+
>                                                ^
> src/lessons/recursion/cons/Main.java:32: error: unmappable character for 
> encoding ASCII
>               addExercise(new AllDifferent(this)); // This one is harder: 
> O(n??) with an extra function, or you need to first sort the array
>                                                                              ^
> src/lessons/recursion/cons/Main.java:32: error: unmappable character for 
> encoding ASCII
>               addExercise(new AllDifferent(this)); // This one is harder: 
> O(n??) with an extra function, or you need to first sort the array
>                                                                               
> ^
> src/lessons/recursion/cons/ButNlast.java:36: error: unmappable character for 
> encoding ASCII
>                               "    if (n<=0 ||??l==Nil) return Nil\n"+
>                                               ^
> src/lessons/recursion/cons/ButNlast.java:36: error: unmappable character for 
> encoding ASCII
>                               "    if (n<=0 ||??l==Nil) return Nil\n"+
>                                                ^
> 22 errors
> make[1]: *** [override_jh_build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/11/08/plm_2.4.11+repack-1_jessie.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: plm
Source-Version: 2.4.11+repack-2

We believe that the bug you reported is fixed in the latest version of
plm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Quinson <mquin...@debian.org> (supplier of updated plm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 13 Nov 2014 14:28:09 +0100
Source: plm
Binary: plm
Architecture: source all
Version: 2.4.11+repack-2
Distribution: unstable
Urgency: medium
Maintainer: Martin Quinson <mquin...@debian.org>
Changed-By: Martin Quinson <mquin...@debian.org>
Description:
 plm        - Programming exerciser in Java, Python and others
Closes: 722148 768732
Changes:
 plm (2.4.11+repack-2) unstable; urgency=medium
 .
   * Specify to jh_build that javac will encounter UTF-8 files
     (Closes: #768732) Thanks to L. Nussbaum for the report and fix
   * Update Standards-Version to 3.9.6 (no change needed)
   * Remove Scala from package description and rules (Closes: #722148)
     (we don't use it ATM since Debian version is too ancient)
   * Cherry-pick the new upstream logo.png to please Lintian.
   * d/p/translate: cherry-pick the translations of 2.5 upstream
Checksums-Sha1:
 603170267442ccbaec739580c6a1255221af07dd 2104 plm_2.4.11+repack-2.dsc
 d1b1b5ada97d71cfc798370a049a66a2162d870c 105608 
plm_2.4.11+repack-2.debian.tar.xz
 8cd80e42c892059948ba32f39d53fd3d75553884 2537500 plm_2.4.11+repack-2_all.deb
Checksums-Sha256:
 a6f7e7941989eac34f29d333f5801d77277d2bb81de2fe9b8549cbf9f9f0b513 2104 
plm_2.4.11+repack-2.dsc
 db12df9dd4d2415e9c1f8e1f7c4af70e5f0ee50b524453d2043392e71b0f3230 105608 
plm_2.4.11+repack-2.debian.tar.xz
 a297545e5c0559d60972353d8b2fd18cf7575cc057933332b82ea3dd270671d6 2537500 
plm_2.4.11+repack-2_all.deb
Files:
 837a514d749145999271532dd2010526 2104 java extra plm_2.4.11+repack-2.dsc
 ad7fc7adc0774c138c4fe843d8a244cc 105608 java extra 
plm_2.4.11+repack-2.debian.tar.xz
 f623395825037f8885e80f5db465ae2a 2537500 java extra plm_2.4.11+repack-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUZLKoAAoJEJi9lyRPc76nqUkP/0cU5GXemra8KjV3vAanjLqw
Ypo3LkeJdIwBd4zBBa+Mz2UHPHg8ySk6gY1llLw8gnCQ+sz75A32fyAh7ERa+ml9
c7ZoeUJIRnOHqMZP6tcsGhxBcJQPhE+GzMLSYQvX6qpQNiXARhYmVZnzd1nsSN/l
pvSds1BEAOME+pEx3paGwKLVID5nWPxx1nrMSAw/lm9ojZXXlakR6GukuazzaYzh
HNUC7mKFlhQgUlTbsWYqNZRlCOF86jyei2d9zEe/qCCy2jkFvMQuIyhXn50dLjAV
FagUvQEZrfh7syN597Zlq5Cm1qZCLeOEPQCX0868d1UTKfwxzmujzjb2DhGRS39E
07qdzmS/kdKw9nsod8NBVbWsdOtfMODsRFXwxWojPhKJY4VP7YnQ1fK/aXc85PyB
1w6pOGf1P/31Ph/xrDl+ub9XVsTg32UFd9chZXgR75M9YCnMUewQA2JNfvQhYiVv
SBqKAH+C8CAD2lSHVPmko0H+B2QyRsUaa8l47TRo6MljHHKjC15wVapPcoS/Cxwi
/zLmKbXgFgBMT6EN5jSW9f19MTllkL1MJUxSSO4/2nJhZN8Uy20qf4lfiNZ2+b+h
Xo3Zd4vdcr9c1nicqhIAogxOsLj+PPgry+idulpZACtR+qNhFDG+9NukTPjsOewy
qWagelJ7JXNp0IMkVrRo
=eOKt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to