Your message dated Tue, 25 Jun 2024 12:37:04 +0000
with message-id <e1sm5q0-003gp8...@fasolo.debian.org>
and subject line Bug#1073354: fixed in idzebra 2.2.7-2
has caused the Debian Bug report #1073354,
regarding idzebra: FTBFS: mod_dom.c:560:46: error: implicit declaration of 
function ‘atoi’; did you mean ‘atoi_n’? [-Werror=implicit-function-declaration]
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.)


-- 
1073354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: idzebra
Version: 2.2.7-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../include  -I./../include -I/usr/include/libxml2 -DYAZ_HAVE_ICU=1 
> -DYAZ_POSIX_THREADS=1 -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -DYAZ_HAVE_EXSLT=1  
> -DDEFAULT_PROFILE_PATH=\"/usr/share/idzebra-2.0/tab\" 
> -DDEFAULT_MODULE_PATH=\"/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules\" 
> -I/usr/include/tcl8.6  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o mod_alvis.lo mod_alvis.c
> mod_dom.c: In function ‘parse_input’:
> mod_dom.c:560:46: error: implicit declaration of function ‘atoi’; did you 
> mean ‘atoi_n’? [-Werror=implicit-function-declaration]
>   560 |                 p->u.xmlreader.split_level = atoi(level_str);
>       |                                              ^~~~
>       |                                              atoi_n
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I./../include 
> -I/usr/include/libxml2 -DYAZ_HAVE_ICU=1 -DYAZ_POSIX_THREADS=1 
> -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -DYAZ_HAVE_EXSLT=1 
> -DDEFAULT_PROFILE_PATH=\"/usr/share/idzebra-2.0/tab\" 
> -DDEFAULT_MODULE_PATH=\"/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules\" 
> -I/usr/include/tcl8.6 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c mod_alvis.c  -fPIC -DPIC -o 
> .libs/mod_alvis.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I./../include 
> -I/usr/include/libxml2 -DYAZ_HAVE_ICU=1 -DYAZ_POSIX_THREADS=1 
> -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -DYAZ_HAVE_EXSLT=1 
> -DDEFAULT_PROFILE_PATH=\"/usr/share/idzebra-2.0/tab\" 
> -DDEFAULT_MODULE_PATH=\"/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules\" 
> -I/usr/include/tcl8.6 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c mod_grs_xml.c -o mod_grs_xml.o 
> >/dev/null 2>&1
> mod_alvis.c: In function ‘create_schemas’:
> mod_alvis.c:274:39: error: implicit declaration of function ‘atoi’; did you 
> mean ‘atoi_n’? [-Werror=implicit-function-declaration]
>   274 |                     split_level_str ? atoi(split_level_str) : 0;
>       |                                       ^~~~
>       |                                       atoi_n
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I./../include 
> -I/usr/include/libxml2 -DYAZ_HAVE_ICU=1 -DYAZ_POSIX_THREADS=1 
> -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -DYAZ_HAVE_EXSLT=1 
> -DDEFAULT_PROFILE_PATH=\"/usr/share/idzebra-2.0/tab\" 
> -DDEFAULT_MODULE_PATH=\"/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules\" 
> -I/usr/include/tcl8.6 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c mod_grs_regx.c -o mod_grs_regx.o 
> >/dev/null 2>&1
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../include  -I./../include -I/usr/include/libxml2 -DYAZ_HAVE_ICU=1 
> -DYAZ_POSIX_THREADS=1 -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -DYAZ_HAVE_EXSLT=1  
> -DDEFAULT_PROFILE_PATH=\"/usr/share/idzebra-2.0/tab\" 
> -DDEFAULT_MODULE_PATH=\"/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules\" 
> -I/usr/include/tcl8.6  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o mod_safari.lo mod_safari.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I./../include 
> -I/usr/include/libxml2 -DYAZ_HAVE_ICU=1 -DYAZ_POSIX_THREADS=1 
> -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -DYAZ_HAVE_EXSLT=1 
> -DDEFAULT_PROFILE_PATH=\"/usr/share/idzebra-2.0/tab\" 
> -DDEFAULT_MODULE_PATH=\"/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules\" 
> -I/usr/include/tcl8.6 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c mod_safari.c  -fPIC -DPIC -o 
> .libs/mod_safari.o
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:841: mod_alvis.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/idzebra_2.2.7-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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.

--- End Message ---
--- Begin Message ---
Source: idzebra
Source-Version: 2.2.7-2
Done: Hugh McMaster <h...@debian.org>

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

Debian distribution maintenance software
pp.
Hugh McMaster <h...@debian.org> (supplier of updated idzebra 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: SHA512

Format: 1.8
Date: Tue, 25 Jun 2024 21:45:06 +1000
Source: idzebra
Architecture: source
Version: 2.2.7-2
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean <vdanj...@debian.org>
Changed-By: Hugh McMaster <h...@debian.org>
Closes: 1073354
Changes:
 idzebra (2.2.7-2) unstable; urgency=medium
 .
   * Acknowledge 64-bit time_t transition NMU.
     Thanks to Graham Inggs and Lukas Märdian for their work.
   * debian/control:
     + Update my email address.
     + Build-Depend on pkgconf instead of pkg-config.
     + Raise Standards-Version to 4.7.0 (no changes needed).
   * debian/copyright:
     + Extend my copyright to 2024.
     + Update X Consortium licence.
   * debian/patches: Add missing stdlib.h inclusions (Closes: #1073354).
   * debian/tests/control: Depend on pkgconf instead of pkg-config.
Checksums-Sha1:
 f4bb69f19a68a09fe271f386c93564607f2b8da7 3264 idzebra_2.2.7-2.dsc
 2713e29ac24fd24870b0c7e75619fb2382128965 13572 idzebra_2.2.7-2.debian.tar.xz
 eabaec4a4a359ab0987c6f4b318f824c5aeb691e 7043 idzebra_2.2.7-2_source.buildinfo
Checksums-Sha256:
 008dde3ad12058c81554589fc262bd4aca964ca97dc5ffd13d1e4cd12185a47f 3264 
idzebra_2.2.7-2.dsc
 a7b1ebaa94d157eb1b0469ca601e96f88a2c3fc8d23d17b1e5c5af89bfcba845 13572 
idzebra_2.2.7-2.debian.tar.xz
 68dcaac05bcc3b338cb97c565d012d747a91f0b3aaa16dc2bac27021198f0c7d 7043 
idzebra_2.2.7-2_source.buildinfo
Files:
 9df9480e25f905b49985c83c467dd85a 3264 text optional idzebra_2.2.7-2.dsc
 0217d80f9f4faac8b0deab5ef28c2816 13572 text optional 
idzebra_2.2.7-2.debian.tar.xz
 b942a4f93d9f6327143104b9d35a1490 7043 text optional 
idzebra_2.2.7-2_source.buildinfo

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

iQJDBAEBCgAtFiEEOiCBPKV5RoaMUVIRWsYQdMXoG8QFAmZ6s/YPHGhtY0BkZWJp
YW4ub3JnAAoJEFrGEHTF6BvEtzEQAKLrQ2nbx7Oj0widSCbZS2QUTaSp5JoxeZqg
0DNn1PCQGUdx/w6ppUfAZtYp/6FbUzD+Jjw1p+FfVyxukGrJ2qJQq+TRbO6T1fyV
7HLJUeIdsogEv8Hixtv5C1o2psm3PIGMEhgRRiQzaZA6/ObYjFlFo8oMktO4dnJw
zcHADLzFV7nMCzD9BLPN6SCS5ENAyGCiathAfQ2iJryd8Qx+kBYJhhhs+RoAhKAx
25g05AwWw1k0sUJf9p1NtSyoCMfAXM18oY+duVZhWsBTm1esIaJZQZ0Fnl4UxQ2v
6hGfSplrZrm2wk6KFc27PCegEVa2i8dn9pv+eh6Pi5XCJVAd/WQbU7yf7A6RZpcb
IcfLv7vMMEm9nj7SwpzXJoF0JT35Yfd/QJzDOuWF8nzl94PJVcRuUA18vYDFsY03
+EXXc7NL6+gvVCXDncKgTLKPI7I+4IwfqQGmO8EIl8LZbpJRIhls8UKedI8QUovc
CZAamk0kgnivScNtk0LVRKdRl7eUX2GulxmHvk59IzJj+AAK6vfmt2K5Ow92FSvb
hM/gxtVAd0xaSK07Z3VfD1FEz4s1TE0wsfYeUq1SNzIpVS1QhOAy2oFqNe/7p4SZ
v8oOdUAqMI1JeCJgQpEeqMWkRmKpI7i2uwGxNnv+u+E2L9Mhh6k0ffJSzoQktsKz
7dCsdWUO
=14nF
-----END PGP SIGNATURE-----

Attachment: pgpUQbStRn2Dy.pgp
Description: PGP signature


--- End Message ---

Reply via email to