Your message dated Sat, 13 Apr 2024 21:20:27 +0000
with message-id <e1rvknt-005pml...@fasolo.debian.org>
and subject line Bug#1066292: fixed in createrepo-c 0.17.3-3
has caused the Debian Bug report #1066292,
regarding createrepo-c: FTBFS: xml_file.c:338:36: error: implicit declaration 
of function ‘rasprintf’; did you mean ‘g_sprintf’? 
[-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.)


-- 
1066292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: createrepo-c
Version: 0.17.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<<PKGBUILDDIR>> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o -c 
> /<<PKGBUILDDIR>>/src/xml_parser_other.c
> /<<PKGBUILDDIR>>/src/xml_file.c: In function ‘write_modified_header’:
> /<<PKGBUILDDIR>>/src/xml_file.c:338:36: error: implicit declaration of 
> function ‘rasprintf’; did you mean ‘g_sprintf’? 
> [-Werror=implicit-function-declaration]
>   338 |     int package_count_string_len = rasprintf(&package_count_string, 
> "packages=\"%i\"", package_count);
>       |                                    ^~~~~~~~~
>       |                                    g_sprintf
> [ 44%] Building C object 
> src/CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<<PKGBUILDDIR>> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o -c 
> /<<PKGBUILDDIR>>/src/xml_parser_primary.c
> [ 46%] Building C object 
> src/CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<<PKGBUILDDIR>> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o -c 
> /<<PKGBUILDDIR>>/src/xml_parser_repomd.c
> [ 47%] Building C object 
> src/CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<<PKGBUILDDIR>> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o 
> -MF CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o -c 
> /<<PKGBUILDDIR>>/src/xml_parser_updateinfo.c
> [ 49%] Building C object src/CMakeFiles/libcreaterepo_c.dir/koji.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<<PKGBUILDDIR>> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/koji.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/koji.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/koji.c.o -c /<<PKGBUILDDIR>>/src/koji.c
> cc1: some warnings being treated as errors
> make[3]: *** [src/CMakeFiles/libcreaterepo_c.dir/build.make:429: 
> src/CMakeFiles/libcreaterepo_c.dir/xml_file.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/createrepo-c_0.17.3-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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: createrepo-c
Source-Version: 0.17.3-3
Done: Luca Boccassi <bl...@debian.org>

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

Debian distribution maintenance software
pp.
Luca Boccassi <bl...@debian.org> (supplier of updated createrepo-c 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: Sat, 13 Apr 2024 15:29:16 +0100
Source: createrepo-c
Architecture: source
Version: 0.17.3-3
Distribution: unstable
Urgency: medium
Maintainer: RPM packaging team <team+pkg-...@tracker.debian.org>
Changed-By: Luca Boccassi <bl...@debian.org>
Closes: 1045117 1066292
Changes:
 createrepo-c (0.17.3-3) unstable; urgency=medium
 .
   * Team upload.
   * Move to team maintenance
   * Add patch to fix FTBFS due to missing include (Closes: #1066292)
   * Add patch to fix printing 64bit time_t
   * Bump Standards-Version to 4.7.0, no changes
   * Remove egg-info on dh_auto_clean (Closes: #1045117)
Checksums-Sha1:
 66803858a89060a4b251b85678b1b5737c7d19a9 2611 createrepo-c_0.17.3-3.dsc
 96d13ad6ab0da52004497bd5e07e9ad8692d6522 10180 
createrepo-c_0.17.3-3.debian.tar.xz
 6cfbb4f128a89d460a7f9206b3b8c51d8e397b64 10141 
createrepo-c_0.17.3-3_source.buildinfo
Checksums-Sha256:
 3d76f600868c1c8f6d87eb17d5996aa67bc755e44e96b1d4d5b34dd46f577a54 2611 
createrepo-c_0.17.3-3.dsc
 96c3b8682a2d0952845bda71366609c24f627f8d8b9281c982928e6e0aeee21c 10180 
createrepo-c_0.17.3-3.debian.tar.xz
 232c066dbb74a89ea21eb581116ea4b12b82177b7a9135162ad93c8cb3479f00 10141 
createrepo-c_0.17.3-3_source.buildinfo
Files:
 60731823cbc12df3a75330f8345b8a43 2611 utils optional createrepo-c_0.17.3-3.dsc
 d152fe9aafcc4285e6c0bacf216b30ef 10180 utils optional 
createrepo-c_0.17.3-3.debian.tar.xz
 950a22d9480760f26c7e27745a24597e 10141 utils optional 
createrepo-c_0.17.3-3_source.buildinfo

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

iQJFBAEBCgAvFiEErCSqx93EIPGOymuRKGv37813JB4FAmYa6d4RHGJsdWNhQGRl
Ymlhbi5vcmcACgkQKGv37813JB6SZRAAjFFSGYOwWI/PABGdvqxM0iF0ZsM2GQw3
nqTB48vDHH+2FlnA6rgPJlyDVLH8Ba1JK59uPN3YJxGPJmkNj4fbyU6rPQBMlzie
FdrqnWUplsBEeYavOU0+5XE1CtGHS/ry3rzWn8GzE7wIxB/XBEHluoJw3TMaaeOX
GGIsFbrWIGMbhY6YytO05TXasmyOQz5n5M4cTjr0M34Ev+yODozhYbMn3ecExvgw
W27i4d2YoI7LHz0pxSQkEU1R1i2DLJnlmCbDD+S3bFqVUZPONJ5gnAKR/kKC2dRF
ENaB5RxInLB5BxyO9GKA6KqRA/FNTB3UNR4kqN4Irpdp1AZtnMDISOPt8N8l15jT
FBB81Y5zfeeVW07fzcI/O406r4rb1xUfHZm2HQs7ErG92Yp7HD1FbmE4Vg497oGg
SAsEUPelA/aLZyvgCIGt5IQa/rr+NhIS1hZqR+DWi51crnUmMiXwn+49NgFeB6a3
oTrOgDo2RLP9AsmwV/46Ns/RMRxWctKC+vVm0LumaBE1kYI4/kxXdpN7U7KaHD9E
rZCRCLp99+XrkX3nM9R681qBxB0/JLlY2lK8JOPDWFnZ995Ksow4B8zz9jicaSQs
lGkb3V/vy61CHTMwaVwBIBMdDXQ+pBWXEo2HBelsxe+uksz99KTNqXPUvZkp4vE+
xr6x9Ct+oog=
=VHJv
-----END PGP SIGNATURE-----

Attachment: pgpxSgsLMdkuT.pgp
Description: PGP signature


--- End Message ---

Reply via email to