[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#980597: marked as done (liblangtag: FTBFS: check-extlang.c:45:26: error: too many arguments for format [-Werror=format-extra-args])



Your message dated Sat, 23 Jan 2021 17:49:47 +0000
with message-id <E1l3N2h-0006Xw-M3@fasolo.debian.org>
and subject line Bug#980597: fixed in liblangtag 0.6.3-2
has caused the Debian Bug report #980597,
regarding liblangtag: FTBFS: check-extlang.c:45:26: error: too many arguments for format [-Werror=format-extra-args]
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 owner@bugs.debian.org
immediately.)


-- 
980597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980597
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: liblangtag
Version: 0.6.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -I../liblangtag -I.. -DTEST_DATADIR=\"/<<PKGBUILDDIR>>/data/\" -DTEST_MODDIR="\"/<<PKGBUILDDIR>>/extensions/.libs\"" -D__LANGTAG_COMPILATION -D__LANGTAG_PRIVATE -pthread  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type  -c -o check-extlang.o check-extlang.c
> In file included from main.h:17,
>                  from check-extlang.c:18:
> check-extlang.c: In function ‘test_lt_extlang_compare_fn’:
> check-extlang.c:45:26: error: too many arguments for format [-Werror=format-extra-args]
>    45 |  fail_unless(e1 != NULL, "No expected extlang found: 'yue'");
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:46:42: error: too many arguments for format [-Werror=format-extra-args]
>    46 |  fail_unless(lt_extlang_compare(e1, e1), "extlang that points to the same object should be dealt as same");
>       |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:48:26: error: too many arguments for format [-Werror=format-extra-args]
>    48 |  fail_unless(e2 != NULL, "No expected extlang found: 'hks'");
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:49:43: error: too many arguments for format [-Werror=format-extra-args]
>    49 |  fail_unless(!lt_extlang_compare(e1, e2), "extlang that has different tag should be dealt as different.");
>       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:52:26: error: too many arguments for format [-Werror=format-extra-args]
>    52 |  fail_unless(e2 != NULL, "No expected extlang found: '*'");
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:53:42: error: too many arguments for format [-Werror=format-extra-args]
>    53 |  fail_unless(lt_extlang_compare(e1, e2), "wildcard should be matched with any objects.");
>       |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:56:26: error: too many arguments for format [-Werror=format-extra-args]
>    56 |  fail_unless(e2 != NULL, "No expected extlang found: ''");
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> check-extlang.c:57:43: error: too many arguments for format [-Werror=format-extra-args]
>    57 |  fail_unless(!lt_extlang_compare(e1, e2), "extlang that has different tag should be dealt as different even if it's an empty entry.");
>       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:1006: check-extlang.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2021/01/20/liblangtag_0.6.3-1_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!

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 me
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: liblangtag
Source-Version: 0.6.3-2
Done: Rene Engelhard <rene@debian.org>

We believe that the bug you reported is fixed in the latest version of
liblangtag, 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 980597@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated liblangtag 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Jan 2021 18:32:32 +0100
Source: liblangtag
Architecture: source
Version: 0.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Closes: 980597
Changes:
 liblangtag (0.6.3-2) unstable; urgency=medium
 .
   * disable tests for now since they don't build with check 0.15
    (closes: #980597)
Checksums-Sha1:
 fc10f6d2c82482b383d2582c898750c9a6fd2d7e 2409 liblangtag_0.6.3-2.dsc
 d2d6de60ca4e14f5b7980e202084557cdae06b9d 6412 liblangtag_0.6.3-2.debian.tar.xz
 0766be055217caa51ae593395e23cb8aad1a84f1 8286 liblangtag_0.6.3-2_source.buildinfo
Checksums-Sha256:
 72824766b526feecaf988328115057cd976009a48df474237a404ddd97f68373 2409 liblangtag_0.6.3-2.dsc
 c8214a64f326430266feda56b81cdd9fa073b7709a30b8a1aaac639a3aeb524a 6412 liblangtag_0.6.3-2.debian.tar.xz
 5a36b874a3246b58fa68b723e14a8de74f156c9a69a003e5cf31f084cffec185 8286 liblangtag_0.6.3-2_source.buildinfo
Files:
 1bb2f07b8ed4654b3e65b5e639d2af9a 2409 libs optional liblangtag_0.6.3-2.dsc
 fd3d06391f875c11221bb37791d5a24d 6412 libs optional liblangtag_0.6.3-2.debian.tar.xz
 d9a0ddc6f0e0fc157c8df8b6e563bc52 8286 libs optional liblangtag_0.6.3-2_source.buildinfo

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

iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmAMXv8QHHJlbmVAZGVi
aWFuLm9yZwAKCRAKoEVx0D4+cKBdEADFgo3m/rCfZL/3VHqnWS8IOJ2p1WpxWJMb
TcN24KmHB/v9gyTK07WB1Vf5c7JEG9OTUJAKGkXMP4CgskgaKanUFwBRuEU8kDaQ
oYAMQTRMwB3n6x32PYQynai4f5OMoJNN/rfj/EyoJPlZ/ZTdWRKNhavPem0ZlYx1
jJ7OC+WLRM8jm8bt/lnJqueBtCRIgQoDRbs3UY6zmxd4MV7uTAp+vO/CPpBnCOMN
pyO9itYG1rzR2qpT4qdjtRh7KhXgJN+Q7E+Ja2gDKzTYzy/JUn/nNt/zUNmcknER
D8a2lQSd8E0JKdklO3dI5Cmy7vCmR6h1iCF/1/Jf3GQZ0W6nt4AF04z7uT6uValj
D4pjmxANtYWdDSftgs7pJavaeRf8ZIyfaafH7UgTENnCNiygcGBPzUam9onELt82
VlFlOIiX/ZIxRSAwTSJc7NpZc2NG9FLV9Hz0/v6nrHCMPgK7uYHXob7XdWZC5CSG
Iik0fafCCXqZj8ggYeY0MFi6YwljhlwbGpT1yU9zyXPAeY5ATVcIwZJAVfoOl9EQ
JN5PsR4xW5SQLeeJOLfnKexBLU9Zz3uas1HS/9VQKBKSvGXSXmMITRcLcPi7dMR+
5LLOvm7Rfn0g1zELplUtUHxq2UgQd+Zmtcr7J2VUWMKoM3GaEaxuXlamuiEV3ABC
/zM/RbzVrA==
=MEVc
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: