Your message dated Fri, 09 Sep 2016 10:27:25 +0000 with message-id <e1bij1p-0005vy...@franck.debian.org> and subject line Bug#836732: fixed in strip-nondeterminism 0.026-1 has caused the Debian Bug report #836732, regarding strip-nd: FTBFS when locale is not English 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.) -- 836732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836732 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---source: strip-nondeterminism version: 0.024-1 severity: serious As you can see in reproducible-builds buildlogs, strip-nd fails to build when locale is not English, i.e. in the second build. For example, for Italian: | All tests successful. | Files=2, Tests=15, 59 wallclock secs ( 0.33 usr 0.03 sys + 55.59 cusr 2.80 csys = 58.75 CPU) | Result: PASS | sh: riga 0: return: eĢ possibile eseguire "return" solo da una funzione o da uno script chiamato | sh: riga 0: test: OPTIMIZE=-O0 -fprofile-arcs -ftest-coverage: atteso operatore unario | Reading database from /build-2nd/strip-nondeterminism-0.025/cover_db | | | ----------------------------------- ------ ------ ------ ------ ------ ------ | File stmt bran cond sub time total | ----------------------------------- ------ ------ ------ ------ ------ ------ | .../lib/File/StripNondeterminism.pm 78.5 40.0 66.6 92.8 97.1 67.5 | ...le/StripNondeterminism/Common.pm 100.0 n/a n/a 100.0 0.0 100.0 | ...ripNondeterminism/handlers/ar.pm 100.0 64.2 50.0 100.0 0.0 89.0 | ...ndeterminism/handlers/gettext.pm 20.6 0.0 0.0 66.6 0.6 18.1 | ...pNondeterminism/handlers/gzip.pm 79.6 42.5 33.3 100.0 0.0 65.8 | ...ipNondeterminism/handlers/jar.pm 62.0 23.0 33.3 84.6 1.7 53.4 | ...ndeterminism/handlers/javadoc.pm 95.8 63.6 33.3 100.0 0.0 83.3 | ...inism/handlers/javaproperties.pm 97.2 62.5 33.3 100.0 0.0 86.2 | ...rminism/handlers/pearregistry.pm 100.0 50.0 40.0 100.0 0.0 86.2 | ...ipNondeterminism/handlers/png.pm 97.3 73.3 100.0 100.0 0.1 91.7 | ...ipNondeterminism/handlers/zip.pm 79.7 38.4 41.6 85.7 0.0 69.8 | Total 79.3 43.6 50.0 92.7 100.0 69.8 | ----------------------------------- ------ ------ ------ ------ ------ ------ | | | HTML output written to /build-2nd/strip-nondeterminism-0.025/cover_db/coverage.html | done. | debian/rules:10: set di istruzioni per l'obiettivo "override_dh_auto_test" non riuscito | make[1]: *** [override_dh_auto_test] Errore 2 | make[1]: uscita dalla directory "/build-2nd/strip-nondeterminism-0.025" | debian/rules:13: set di istruzioni per l'obiettivo "build" non riuscito | make: *** [build] Errore 2 | dpkg-buildpackage: error: debian/rules build gave error exit status 2 | I: copying local configuration | E: Failed autobuilding of package The sh errors above translates to sh: line 0: return: is possible to execute "return" only from a function or from a script called sh: line 0: test: OPTIMIZE=-O0 -fprive-arcs -ftest-coverage: exepected unary operator Not sure how much related they are, but I guess it means something given that it's not in the English build. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `-signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: strip-nondeterminism Source-Version: 0.026-1 We believe that the bug you reported is fixed in the latest version of strip-nondeterminism, 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 836...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Chris Lamb <la...@debian.org> (supplier of updated strip-nondeterminism 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: Fri, 09 Sep 2016 11:02:04 +0100 Source: strip-nondeterminism Binary: libfile-stripnondeterminism-perl strip-nondeterminism dh-strip-nondeterminism Architecture: source Version: 0.026-1 Distribution: unstable Urgency: medium Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org> Changed-By: Chris Lamb <la...@debian.org> Description: dh-strip-nondeterminism - file non-deterministic information stripper ā Debhelper add-on libfile-stripnondeterminism-perl - file non-deterministic information stripper ā Perl module strip-nondeterminism - file non-deterministic information stripper ā stand-alone tool Closes: 800159 836732 Changes: strip-nondeterminism (0.026-1) unstable; urgency=medium . * handlers/jar.pm: Reintroduce subroutine prototype on _jar_filename_cmp to fix ordering regression in .jar files. * Add a testcase for jar file ordering and normalisation. * bin/strip-nondeterminism: die if file does not exist (Closes: #800159) * debian/rules: - No need for -make hack as we'll have Makefile during package build. (Closes: #836732) - Update clean target to avoid FTBFS twice in a row. * Add Homepage field. * t/fixtures.t: - Add a lookup table for descriptions of stat(1) indices. - Don't test whether inode number has changed. - Check that output matches expected before comparing attributes to make it less confusing on failure. - Re-add top-level "plan" call dropped in 0.024-1. - Add comment why we use a per-fixture temporary directory. - Re-order @fixtures setup for global->specific ordering. Checksums-Sha1: 0d6155ee43f644d81a897fb539dca2668589556e 2393 strip-nondeterminism_0.026-1.dsc 71a7fba17abc1d7d6ac66e96478b3ca8f7882b68 168648 strip-nondeterminism_0.026.orig.tar.gz 85877f3e9d9de0f006ea795210963ff9ed5ac356 6016 strip-nondeterminism_0.026-1.debian.tar.xz Checksums-Sha256: 17a5e06de60548a0deed866635d5977a91158f0ded98bbd38105dead218c1147 2393 strip-nondeterminism_0.026-1.dsc 09f15e860ff48a7e93816c88f2d9c3cdf86ce9d00c7b3a70279c78873f944b1b 168648 strip-nondeterminism_0.026.orig.tar.gz 7455319e970eacc6270a1810bae4d916ba61032c901f28ed4e0ce9d81d037f97 6016 strip-nondeterminism_0.026-1.debian.tar.xz Files: bbf7cea79a94fd2d8f923bd26ce41709 2393 devel optional strip-nondeterminism_0.026-1.dsc 6ecc184881987d13c1f45962ca30bf8e 168648 devel optional strip-nondeterminism_0.026.orig.tar.gz 46a0ce7c3ff20e0852c03db299203e87 6016 devel optional strip-nondeterminism_0.026-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJX0ojZAAoJEB6VPifUMR5Y7fUP/2fVFLaJETUBw3GoecJ+enLb WSNgSYNMlmv4V5z9AXtAf+pRe+PTT9pL0jszUbF+sr9WZ+NyP18qFH3GBWggWVcG UbGqwWQv9l8xoP5KsGfDOe4mCGhtoJJCkuG1tRiuNJjGAsbpFv98TATlimDQBEkJ xoK11eMZJKlP3RLHxwtO6ySTJWWS7/x5qv1+9MM84hTZdPVKGPYj40m7lz4di3Ru ARmT9F5emVcGWzXD/FJSPP8yhXHb7sl6X7HjDNVx6I8g8QlugCU8oolCOBPfV0IC ZYC1WUZy4CLRQO/+YBY3lPy3AsVYfLeCxoa859kBKVBsIZ46k9Amopsx1gLY0SoF 3fOz4Yy2EMlP32g0PVY8DBlDlnEQnKG7MlLPS5IHE61/EQyAEhXHM+x8grcEresr xmOx8yJK2wt3slwYu4V+C7VgM/3zRJTyYFjBnhVrklRUl3cCLALjwuKiHpExvcQC 8jC61YprbjayCpxB1MkjiinRforvqQhEa0/WcuYyzfOWfOdwdoBZ74DmBSCuV6so EyilY9WDtWU/9+HXr60DcbjkKyC2JXuE77QX+HZ328O1sEGtHW6bvHZrV9h1wEp4 4f18gp2wg0ETY/R/nVDOSU9VwQedjbFO6dElX8fq36gQwELfKiqM1lgF+/xE2706 0OF1CHoI9JvloUoLS50K =uoQY -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Reproducible-builds mailing list Reproducible-builds@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds