Your message dated Thu, 26 Aug 2021 18:34:00 +0000
with message-id <e1mjkco-0007ve...@fasolo.debian.org>
and subject line Bug#991647: fixed in libisocodes 1.2.4-1
has caused the Debian Bug report #991647,
regarding libisocodes: FTBFS: dh_auto_test: error: make -j4 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 ow...@bugs.debian.org
immediately.)


-- 
991647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libisocodes
Version: 1.2.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210728 ftbfs-bullseye

Hi,

During a rebuild of all packages in bullseye, your package failed to build
on amd64.

See also #963371 and the bug I just filed against isoquery.

Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
> make[3]: Nothing to be done for 'check'.
> 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")]
>  ^^^^^
> /<<PKGBUILDDIR>>/src/isocodes.vala.c: In function 
> ‘libisocodes_iso_codes_set_standard’:
> /<<PKGBUILDDIR>>/src/isocodes.vala.c:1313:12: warning: assignment discards 
> ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1313 |  old_value = libisocodes_iso_codes_get_standard (self);
>       |            ^
> Compilation succeeded - 1 warning(s)
> gtester --verbose codetest
> 
> ** (gtester:16679): WARNING **: 06:18:09.479: Deprecated: Since GLib 2.62, 
> gtester and gtester-report are deprecated. Port to TAP.
> TEST: codetest... (pid=16680)
>   /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 == "Bengali")
> FAIL
> GTester: last random seed: R02S833d46f1b36e675a6568755a80dd3576
> make[4]: *** [Makefile:1683: check-local] Beendet
> make[4]: Verzeichnis „/<<PKGBUILDDIR>>“ wird verlassen
> make[3]: *** [Makefile:1431: check-am] Fehler 2
> make[3]: Verzeichnis „/<<PKGBUILDDIR>>“ wird verlassen
> make[2]: *** [Makefile:1135: check-recursive] Fehler 1
> make[2]: Verzeichnis „/<<PKGBUILDDIR>>“ wird verlassen
> dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2021/07/28/libisocodes_1.2.3-1_testing.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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

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.4-1
Done: Dr. Tobias Quathamer <to...@debian.org>

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 991...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dr. Tobias Quathamer <to...@debian.org> (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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 26 Aug 2021 20:12:33 +0200
Source: libisocodes
Architecture: source
Version: 1.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Dr. Tobias Quathamer <to...@debian.org>
Changed-By: Dr. Tobias Quathamer <to...@debian.org>
Closes: 991647
Changes:
 libisocodes (1.2.4-1) unstable; urgency=medium
 .
   * New upstream version 1.2.4
     - Fix FTBFS due to translation update in iso-codes. Closes: #991647
   * Standards-Version to 4.6.0, no changes needed
Checksums-Sha1:
 5613ed3eba9f364a4b38bb99e476511daf3faac7 2128 libisocodes_1.2.4-1.dsc
 b2e4da3a15e775f7e157f5804a655294fe7d9681 307264 libisocodes_1.2.4.orig.tar.xz
 6646265a7cc129abcd6a0d0b349cea2a25cc0e71 4092 libisocodes_1.2.4-1.debian.tar.xz
 3a588d2a35bbea3d4a0b8f45f3a1e8c5fbd9150c 8307 
libisocodes_1.2.4-1_amd64.buildinfo
Checksums-Sha256:
 ae1fc4f169c63e8256e1931024aa2496379a5e177facca9e5fa3c468b4d6d89a 2128 
libisocodes_1.2.4-1.dsc
 314623aac6e995f76ab8a3b26dee7d4505f924ff0a85264f060082b6c2435c79 307264 
libisocodes_1.2.4.orig.tar.xz
 f9380036360d8947d9b9198b82a91a7eb918154c04cd5d71ced3bbed045812d1 4092 
libisocodes_1.2.4-1.debian.tar.xz
 a6d1ab6032740e88bef76e03856fffeb2422e1341e1bd1c125632eb8c9dc858a 8307 
libisocodes_1.2.4-1_amd64.buildinfo
Files:
 c47ebbe67dfd6e939957039aec5afa8c 2128 libs optional libisocodes_1.2.4-1.dsc
 1c2471e575ed16251c860521792e92ef 307264 libs optional 
libisocodes_1.2.4.orig.tar.xz
 8def96abef94fe0d64421a28ffe4c626 4092 libs optional 
libisocodes_1.2.4-1.debian.tar.xz
 9b1e29bd05b792425a2408bbdefd958a 8307 libs optional 
libisocodes_1.2.4-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIyBAEBCAAdFiEE0cuPObxd7STF0seMEwLx8Dbr6xkFAmEn2xMACgkQEwLx8Dbr
6xlfIQ/4oXLtSJ+OmkGywjvAj+ax2uPsiZ6un47Q023VlVu84GMGqHTQktgW1xZ+
q8VihWc6XEVXm5fRsy9PRP8dQ1L1WvfzGeHfICx8PgrBeo3Oh8HmVOt/iK8qk7Mq
6Ds8vAxrDmEoxrgMPu241taNZ5WPkkiePg4le3o/B2VP9P1SRJT5ZV0RAsJ78vfz
ddT4Hgp9R39fODChlbWfuCsal4SZUnYWNCcMDamMjguvb8JEZVHLzBi8I1ctcteD
p/A1yS49KMxcAEGBG3nrFtIfuEmKNFPo2GubkD4c0qD9FRbSX0voFKtkl/RezlZb
nSvOdtB0VBXFn91k5bIKdYbV+DgcyQ0p0NxMKh708NWWQM/NPnqwr7NmNRpYx6lM
H6OO0pry7AUKqRrQ6lDAlNlIKqSNn0AZtxVj5J4dnDx/1oi0oJI1NKb/5HRV/L0b
DBLcx+/B5swH4AOeA6TOU0CeOdu0nJcMTKKMAO6bdgF2tBuPAZia2SDcpOnDv0MA
o4cZ3lWt8Aam7oFI+3cSD0enb9n/lDVlrc7XlDn+iq3HkLbAk4g+DEepZdcH1MbX
DApT6Pwjox/GHZCBdP0qP40UiMCP42gFemC2waFhIfwCidxBNMvdcl6mY961kSPJ
KjU2GPuW9crLoGwL2PrDIppCh2dmA8QATqTeCsToxdLCHbIkzw==
=LemK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to