Your message dated Sat, 17 Aug 2024 19:21:25 +0000
with message-id <[email protected]>
and subject line Bug#1075655: fixed in xdelta 1.1.3-10.7
has caused the Debian Bug report #1075655,
regarding xdelta: ftbfs with GCC-14
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.)


-- 
1075655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xdelta
Version: 1.1.3-10.6
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/xdelta_1.1.3-10.6_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c fh.c -o fh.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c simple.c -o simple.o >/dev/null 2>&1
In file included from edsio.c:10:
edsio.h:378:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead 
[-Wdeprecated-declarations]
  378 | gchar*   edsio_time_t_to_iso8601 (GTime time);
      | ^~~~~
edsio.c:330:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead 
[-Wdeprecated-declarations]
  330 | edsio_time_t_to_iso8601 (GTime t0)
      | ^~~~~~~~~~~~~~~~~~~~~~~
edsio.c: In function ‘edsio_property_unset’:
edsio.c:977:27: warning: variable ‘ent’ set but not used 
[-Wunused-but-set-variable]
  977 |       EdsioPropertyEntry* ent;
      |                           ^~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread   -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 -Wall -c -o generic.lo generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c generic.c  -fPIC -DPIC -o .libs/generic.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread   -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 -Wall -c -o default.lo default.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c md5c.c -o md5c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread   -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 -Wall -c -o base64.lo base64.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread   -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 -Wall -c -o maketime.lo maketime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c default.c  -fPIC -DPIC -o .libs/default.o
In file included from generic.c:10:
edsio.h:378:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead 
[-Wdeprecated-declarations]
  378 | gchar*   edsio_time_t_to_iso8601 (GTime time);
      | ^~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c base64.c  -fPIC -DPIC -o .libs/base64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c sha.c -o sha.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c generic.c -o generic.o >/dev/null 2>&1
In file included from default.c:10:
edsio.h:378:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead 
[-Wdeprecated-declarations]
  378 | gchar*   edsio_time_t_to_iso8601 (GTime time);
      | ^~~~~
default.c: In function ‘sink_next_string’:
default.c:87:34: warning: pointer targets in passing argument 2 of 
‘sink->next_bytes’ differ in signedness [-Wpointer-sign]
   87 |   return sink->next_bytes (sink, ptr, strlen (ptr));
      |                                  ^~~
      |                                  |
      |                                  const char *
default.c:87:34: note: expected ‘const guint8 *’ {aka ‘const unsigned char *’} 
but argument is of type ‘const char *’
default.c: In function ‘source_next_string’:
default.c:254:10: warning: pointer targets in assignment from ‘guint8 *’ {aka 
‘unsigned char *’} to ‘const char *’ differ in signedness [-Wpointer-sign]
  254 |   (*ptr) = buf;
      |          ^
default.c: In function ‘serializeio_source_alloc’:
default.c:297:22: error: initialization of ‘long int’ from ‘void *’ makes 
integer from pointer without a cast [-Wint-conversion]
  297 |           { long x = source->alloc_buf; ALIGN_8 (x); source->alloc_buf 
= x; }
      |                      ^~~~~~
default.c:297:72: error: assignment to ‘void *’ from ‘long int’ makes pointer 
from integer without a cast [-Wint-conversion]
  297 |           { long x = source->alloc_buf; ALIGN_8 (x); source->alloc_buf 
= x; }
      |                                                                        ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c maketime.c  -fPIC -DPIC -o .libs/maketime.o
make[4]: *** [Makefile:510: default.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c edsio_edsio.c -o edsio_edsio.o >/dev/null 2>&1
In file included from base64.c:10:
edsio.h:378:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead 
[-Wdeprecated-declarations]
  378 | gchar*   edsio_time_t_to_iso8601 (GTime time);
      | ^~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c maketime.c -o maketime.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c base64.c -o base64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread 
-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 -Wall 
-c edsio.c -o edsio.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libedsio'
make[3]: *** [Makefile:378: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libedsio'
make[2]: *** [Makefile:750: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:448: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xdelta
Source-Version: 1.1.3-10.7
Done: Antonio Terceiro <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xdelta, 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.
Antonio Terceiro <[email protected]> (supplier of updated xdelta 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: Fri, 16 Aug 2024 17:23:31 -0300
Source: xdelta
Architecture: source
Version: 1.1.3-10.7
Distribution: unstable
Urgency: medium
Maintainer: LaMont Jones <[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Closes: 1075655
Changes:
 xdelta (1.1.3-10.7) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/rules: turn gcc-14 errors into warnings (Closes: #1075655)
Checksums-Sha1:
 6774c98181014bbd1db6e4664b87738420ddfa54 1961 xdelta_1.1.3-10.7.dsc
 f5a707cfeecbaa8af30738a955f1361010d9ddbf 11568 xdelta_1.1.3-10.7.debian.tar.xz
 55a8bdc37566095809d22aa03627ba2581b8b579 8094 xdelta_1.1.3-10.7_arm64.buildinfo
Checksums-Sha256:
 56abcf5b2b8a48aab32f1c20060ec8de413bd2ca28132567b34ba051e1d2ebe1 1961 
xdelta_1.1.3-10.7.dsc
 5206e641831e94eda2235c33b7b21fee996b2af1417a97b9ba338158564b95c7 11568 
xdelta_1.1.3-10.7.debian.tar.xz
 f4378ced5a22ec1a26ff78b048667c88c37d03f122d62465c7bd1939f46a7320 8094 
xdelta_1.1.3-10.7_arm64.buildinfo
Files:
 4cefe2425cf30feaf0d0ce9829f895f6 1961 utils optional xdelta_1.1.3-10.7.dsc
 56e93c84a91574bc48f72ba494cc57e9 11568 utils optional 
xdelta_1.1.3-10.7.debian.tar.xz
 202bbf7d24ab817d0daa7df287e572fa 8094 utils optional 
xdelta_1.1.3-10.7_arm64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmbA9GEACgkQ/A2xu81G
C97img//d+F5g+D3PWmuzdOeR1MKI1LKeNzNLIz26/azGwT2cokfepytwlx06e6z
Qs/x+N+vR8cePF1iWWhoG0iMP20tXy6ZgVZFAdAoZkkz3XSAyLJe3hKodx+UteM7
qIaPRr1dAawyFKTyxwxKmIj/ccJURQI+PylQ6dfh8iPdPq7+HJmeVFv9ELIn+KHD
Gf44ucnonx4IM82jt7+wj9iZExj70dejgkSe+W3gjNCOfqVuHL2mJmKWtMm6i6rL
PB1oKDUDyHx59k8h8Fv3Os7iGwTSO52Q2MDumlicfj2PSoVGWook1N9XrkN9JIrA
J6T2qnzEp2T7oNt08kpQ5e211X1V3envvijegcpNmRxO1Ozoieb8sKWuD+bM46Yf
nslbxnR73Xgs+NsJTwHW4qBEVj/3zMYMQ2r6WtJZLKoSbLVFHl8YjvXW55YCr0fC
a6qw79SUW3Jluv3LuS0icsCSIM7rAk86KCv5E0j06ABIZmQbvGeQxnzI3FvMEPJT
jYdF2TydhM4/Ar0daU6Y0bYQvlJxUVmvxzg5haVZEoOqfy76JI6IRoiANGSbxh2Y
ne6fD82RGcGJ2UBUYaIE/LXe4xFZrCqCurh3MIjETnYS1pHxzyZwsP5P28lWUa7o
UECFEIH5wVNF6KTkQqBLGOpa42vNcSgx9xQUcFFRVb4PpO1vyx0=
=RIbm
-----END PGP SIGNATURE-----

Attachment: pgpvAEy6pDMzn.pgp
Description: PGP signature


--- End Message ---

Reply via email to