Your message dated Wed, 27 Jan 2021 00:34:02 +0000
with message-id <[email protected]>
and subject line Bug#963411: fixed in libisocodes 1.2.3-1
has caused the Debian Bug report #963411,
regarding libisocodes: FTBFS: dh_auto_test: error: make -j1 check VERBOSE=1
returned exit code 2
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 [email protected]
immediately.)
--
963411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963411
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libisocodes
Version: 1.2.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
> make[3]: Verzeichnis „/<<PKGBUILDDIR>>“ wird betreten
> make check-local
> make[4]: Verzeichnis „/<<PKGBUILDDIR>>“ wird betreten
> /usr/bin/valac --pkg libxml-2.0 --pkg gee-0.8 --vapidir=./vapi --pkg config
> -X -I. -X -DGETTEXT_PACKAGE=\"libisocodes\" -X
> -DLOCALEDIR=\"/usr/share/locale\" -X -DTESTDIR=\"./tests/data\"
> --output=codetest tests/codetest.vala tests/test_iso_3166.vala
> tests/test_iso_3166_2.vala tests/test_iso_639.vala tests/test_iso_639_3.vala
> tests/test_iso_639_5.vala tests/test_iso_4217.vala tests/test_iso_15924.vala
> src/isocodes.vala src/iso_3166.vala src/iso_3166_item.vala
> src/iso_3166_2.vala src/iso_3166_2_item.vala src/iso_639.vala
> src/iso_639_item.vala src/iso_639_3.vala src/iso_639_3_item.vala
> src/iso_639_5.vala src/iso_639_5_item.vala src/iso_4217.vala
> src/iso_4217_item.vala src/iso_15924.vala src/iso_15924_item.vala
> src/exceptions.vala
> config.vapi:19.2-19.6: warning: argument `prefix' never used
> [CCode (prefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
> ^^^^^
> Compilation succeeded - 1 warning(s)
> gtester --verbose codetest
>
> ** (gtester:15218): WARNING **: 07:34:41.559: Deprecated: Since GLib 2.62,
> gtester and gtester-report are deprecated. Port to TAP.
> TEST: codetest... (pid=15219)
> /iso_3166/3.x/create class: OK
> /iso_3166/3.x/create class with changed filepath: OK
> /iso_3166/3.x/change filepath with null value or empty string: OK
> /iso_3166/3.x/change locale: OK
> /iso_3166/3.x/throw exception for non-existant file: OK
> /iso_3166/3.x/throw exception for directory: OK
> /iso_3166/3.x/throw exception for parsing failure: OK
> /iso_3166/3.x/throw exception for wrong ISO data: OK
> /iso_3166/3.x/find all codes: OK
> /iso_3166/3.x/find all codes in locale 'fr': OK
> /iso_3166/3.x/call find_code() without argument: OK
> /iso_3166/3.x/search empty code: OK
> /iso_3166/3.x/find code 'de': OK
> /iso_3166/3.x/find code 'FR': OK
> /iso_3166/3.x/find code 'Tw': OK
> /iso_3166/3.x/find code 'ukr': OK
> /iso_3166/3.x/find code '798': OK
> /iso_3166/3.x/search non existant code: OK
> /iso_3166/3.x/find code 'ES' in locale 'de': OK
> /iso_3166/3.x/find code 'TW' in locale 'fr': OK
> /iso_3166/3.x/find code 'RUS' in non existant locale: OK
> /iso_3166_2/3.x/create class: OK
> /iso_3166_2/3.x/create class with changed filepath: OK
> /iso_3166_2/3.x/find all codes: OK
> /iso_3166_2/3.x/find all codes in locale 'fr': OK
> /iso_3166_2/3.x/call find_code() without argument: OK
> /iso_3166_2/3.x/search empty code: OK
> /iso_3166_2/3.x/find code 'de-hh': OK
> /iso_3166_2/3.x/find code 'FR-78': OK
> /iso_3166_2/3.x/find code 'ES-C': OK
> /iso_3166_2/3.x/search non existant code: OK
> /iso_3166_2/3.x/find code 'DE-HH' in locale 'fr': OK
> /iso_3166_2/3.x/find code 'NO-15' in non existant locale: OK
> /iso_639/3.x/create class: OK
> /iso_639/3.x/create class with changed filepath: OK
> /iso_639/3.x/find all codes: OK
> /iso_639/3.x/find all codes in locale 'fr': OK
> /iso_639/3.x/call find_code() without argument: OK
> /iso_639/3.x/search empty code: OK
> /iso_639/3.x/find code 'ALG': OK
> /iso_639/3.x/find code 'Tib': OK
> /iso_639/3.x/find code 'bod': OK
> /iso_639/3.x/find code 'aA': OK
> /iso_639/3.x/search non existant code: OK
> /iso_639/3.x/find code 'he' in locale 'fr': OK
> /iso_639/3.x/find code 'hEB' in locale 'pl': OK
> /iso_639/3.x/find code 'alg' in non existant locale: OK
> /iso_639_3/3.x/create class: OK
> /iso_639_3/3.x/create class with changed filepath: OK
> /iso_639_3/3.x/find all codes: OK
> /iso_639_3/3.x/find all codes in locale 'fr': OK
> /iso_639_3/3.x/call find_code() without argument: OK
> /iso_639_3/3.x/search empty code: OK
> /iso_639_3/3.x/find code 'deu': OK
> /iso_639_3/3.x/find code 'De': OK
> /iso_639_3/3.x/find code 'NBS': OK
> /iso_639_3/3.x/find code 'ger': OK
> /iso_639_3/3.x/search non existant code: OK
> /iso_639_3/3.x/find code 'de' in locale 'fr': OK
> /iso_639_3/3.x/find code 'aaE' in locale 'de': OK
> /iso_639_3/3.x/find code 'nbs' in non existant locale: OK
> /iso_639_5/3.x/create class: OK
> /iso_639_5/3.x/create class with changed filepath: OK
> /iso_639_5/3.x/find all codes: OK
> /iso_639_5/3.x/find all codes in locale 'fr': OK
> /iso_639_5/3.x/call find_code() without argument: OK
> /iso_639_5/3.x/search empty code: OK
> /iso_639_5/3.x/find code 'aus': OK
> /iso_639_5/3.x/find code 'Sh00004044': OK
> /iso_639_5/3.x/find code 'TUT': OK
> /iso_639_5/3.x/search non existant code: OK
> /iso_639_5/3.x/find code 'tut' in locale 'fr': OK
> /iso_639_5/3.x/find code 'auS' in locale 'de': OK
> /iso_639_5/3.x/find code 'aus' in non existant locale: OK
> /iso_4217/3.x/create class: OK
> /iso_4217/3.x/create class with changed filepath: OK
> /iso_4217/3.x/find all codes: OK
> /iso_4217/3.x/find all codes in locale 'fr': OK
> /iso_4217/3.x/call find_code() without argument: OK
> /iso_4217/3.x/search empty code: OK
> /iso_4217/3.x/find code 'EUR': OK
> /iso_4217/3.x/find code '826': OK
> /iso_4217/3.x/find code 'inR': OK
> /iso_4217/3.x/search non existant code: OK
> /iso_4217/3.x/find code 'GBP' in locale 'de': OK
> /iso_4217/3.x/find code '356' in locale 'fr': OK
> /iso_4217/3.x/find code 'GBP' in non existant locale: OK
> /iso_15924/3.x/create class: OK
> /iso_15924/3.x/create class with changed filepath: OK
> /iso_15924/3.x/find all codes: OK
> /iso_15924/3.x/find all codes in locale 'fr': **
> ERROR:/<<PKGBUILDDIR>>/tests/test_iso_15924.vala.c:465:__lambda94_: assertion
> failed: (e[0].name == "bengalî")
> FAIL
> GTester: last random seed: R02Sabd11ce2074121afa7b684473d1388b9
> make[4]: *** [Makefile:1632: check-local] Beendet
> make[4]: Verzeichnis „/<<PKGBUILDDIR>>“ wird verlassen
> make[3]: *** [Makefile:1396: check-am] Fehler 2
> make[3]: Verzeichnis „/<<PKGBUILDDIR>>“ wird verlassen
> make[2]: *** [Makefile:1100: check-recursive] Fehler 1
> make[2]: Verzeichnis „/<<PKGBUILDDIR>>“ wird verlassen
> dh_auto_test: error: make -j1 check VERBOSE=1 returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2020/06/20/libisocodes_1.2.2-2_unstable.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: libisocodes
Source-Version: 1.2.3-1
Done: Dr. Tobias Quathamer <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libisocodes, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dr. Tobias Quathamer <[email protected]> (supplier of updated libisocodes
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 27 Jan 2021 01:10:59 +0100
Source: libisocodes
Architecture: source
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Dr. Tobias Quathamer <[email protected]>
Changed-By: Dr. Tobias Quathamer <[email protected]>
Closes: 963411
Changes:
libisocodes (1.2.3-1) unstable; urgency=medium
.
* New upstream version 1.2.3
- Fix FTBFS due to French translation update in iso-codes.
Closes: #963411
* Add gbp.conf
* Switch to debhelper-compat v13
* Remove custom compression via d/source/options
* Set Rules-Requires-Root: no
* Update Standards-Version to 4.5.1
* Use HTTPS for d/copyright
* Update d/copyright
* Update d/watch
* Add upstream homepage
* Add Vcs-* information to d/control
* Add libisocodes.la to d/not-installed
* Remove dh-autoreconf
Checksums-Sha1:
9b2636a278550ea8448dd27748e2de0900f27e27 2128 libisocodes_1.2.3-1.dsc
7ae8454b4f36a85221fa2840fcd97f82204981dc 306728 libisocodes_1.2.3.orig.tar.xz
754af1eacda7cc1f0ea183e98dbc10c12c287077 4060 libisocodes_1.2.3-1.debian.tar.xz
1955b1c3c8f0d67023d8495faa78cb487305ec23 8341
libisocodes_1.2.3-1_amd64.buildinfo
Checksums-Sha256:
04df59c33ebe8adcb7b9064a94917441f811f168dc097a76ef662c12ca7ff480 2128
libisocodes_1.2.3-1.dsc
69b63b692838ecc939076d1dc14ff4f72a4e012de8fa852f3b07d20847ed2145 306728
libisocodes_1.2.3.orig.tar.xz
6567405bc2fca6000b8ea8b5333409e4e6101e8fda02aac61621a5c2f0b42fce 4060
libisocodes_1.2.3-1.debian.tar.xz
e76fbccb64579e7de9b9338b3e7b721d7414c012674b1739e321bef973460109 8341
libisocodes_1.2.3-1_amd64.buildinfo
Files:
a52314e31cc89b2b483739d2162269f3 2128 libs optional libisocodes_1.2.3-1.dsc
e6c867989446d5e5ec9128109db9abfc 306728 libs optional
libisocodes_1.2.3.orig.tar.xz
9b95fda0b1251baff2fa7521cfed63cf 4060 libs optional
libisocodes_1.2.3-1.debian.tar.xz
2b609a3d9b83b5248f31422c4812ffcf 8341 libs optional
libisocodes_1.2.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE0cuPObxd7STF0seMEwLx8Dbr6xkFAmAQsPcACgkQEwLx8Dbr
6xkutw/9HHuaKu1aQEBz4971CccsF0AMQBnLX60EzxbD4TMYIeprroWpLNRkMxJC
VCpp98V+7+MHOTLfQJ4m/CXf5VU4i8+C+bihkznMkodvOV+lW06t98914S3Px4Ch
r01svo5TUE39WYDyBlqZaylFDqb62KjP4c++vO70lfQYx7TvLmH5nwiFolGiGyuk
RUX42RU4FV5gna8RsHDFcY/cT+7RDMwkAx3kBbY0Z42Rr1Q9l9dRzHCwJDpspfZJ
KmzlzIkbKVsaI95LZXwUKhof+XwUPZyxb9d/XgbLWd14FQlc4LmlTzMcfNEyXET4
r9v8NZzjU9DFdT6hK1M8KhWRgLgQxJdK3xgomgmJv+hQbEqLqC+fXwW796a5kviR
nbUpol6x4FN5/56sYcgQCQSd68+4fPYg3SbYRLBKdGXrNxbF6N6KGHyI4W4baBk2
azPfHQIepJ2D1OomATUtnNxlCiie0kXIl8sEx2GLKic5H+/b9pgfMjpygmcp7Vq+
IRPlVo+6zqZpGgvvqwW25NIglT0xkxmI7hyIjkNQDHXd9DVJ6U8BT+Z0tVOhZY+6
d3HpWZgHLeOfxhLwFj+cheDo+s9C3UOmpbQ74cs9ig50qtgMhCFPE4hRFX4Sg9CX
FXlgvlol7c0h7FCFrMKUliMtu/2Uu7Qdwq7wlRzXMWudnvAH1x0=
=M1H+
-----END PGP SIGNATURE-----
--- End Message ---