Your message dated Sun, 25 Aug 2024 16:20:06 +0000
with message-id <e1sifyi-0018df...@fasolo.debian.org>
and subject line Bug#1075162: fixed in libdbi-drivers 0.9.0-13
has caused the Debian Bug report #1075162,
regarding libdbi-drivers: 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 ow...@bugs.debian.org
immediately.)


-- 
1075162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libdbi-drivers
Version: 0.9.0-12
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/libdbi-drivers_0.9.0-12_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

[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/drivers/ingres'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/drivers/ingres'
Making all in db2
make[4]: Entering directory '/<<PKGBUILDDIR>>/drivers/db2'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/drivers/db2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/drivers'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/drivers'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/drivers'
Making all in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
Making all in cgreen
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/cgreen'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT unit.o -MD -MP -MF .deps/unit.Tpo -c -o unit.o `test -f 'src/unit.c' 
|| echo './'`src/unit.c
src/unit.c:255:13: warning: ‘tally_counter’ defined but not used 
[-Wunused-function]
  255 | static void tally_counter(const char *file, int line, int expected, int 
actual, void *abstract_reporter) {
      |             ^~~~~~~~~~~~~
mv -f .deps/unit.Tpo .deps/unit.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT messaging.o -MD -MP -MF .deps/messaging.Tpo -c -o messaging.o `test 
-f 'src/messaging.c' || echo './'`src/messaging.c
src/messaging.c: In function ‘start_cgreen_messaging’:
src/messaging.c:40:5: warning: ignoring return value of ‘pipe’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   40 |     pipe(pipes);
      |     ^~~~~~~~~~~
src/messaging.c: In function ‘send_cgreen_message’:
src/messaging.c:56:5: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   56 |     write(queues[messaging].writepipe, message, sizeof(CgreenMessage));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/messaging.Tpo .deps/messaging.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT breadcrumb.o -MD -MP -MF .deps/breadcrumb.Tpo -c -o breadcrumb.o 
`test -f 'src/breadcrumb.c' || echo './'`src/breadcrumb.c
mv -f .deps/breadcrumb.Tpo .deps/breadcrumb.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT reporter.o -MD -MP -MF .deps/reporter.Tpo -c -o reporter.o `test -f 
'src/reporter.c' || echo './'`src/reporter.c
In function ‘destroy_reporter’,
    inlined from ‘create_reporter’ at src/reporter.c:37:9:
src/reporter.c:58:56: warning: ‘*reporter.breadcrumb’ may be used uninitialized 
[-Wmaybe-uninitialized]
   58 |         destroy_breadcrumb((CgreenBreadcrumb *)reporter->breadcrumb);
      |                                                ~~~~~~~~^~~~~~~~~~~~
mv -f .deps/reporter.Tpo .deps/reporter.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT assertions.o -MD -MP -MF .deps/assertions.Tpo -c -o assertions.o 
`test -f 'src/assertions.c' || echo './'`src/assertions.c
mv -f .deps/assertions.Tpo .deps/assertions.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT vector.o -MD -MP -MF .deps/vector.Tpo -c -o vector.o `test -f 
'src/vector.c' || echo './'`src/vector.c
mv -f .deps/vector.Tpo .deps/vector.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT mocks.o -MD -MP -MF .deps/mocks.Tpo -c -o mocks.o `test -f 
'src/mocks.c' || echo './'`src/mocks.c
mv -f .deps/mocks.Tpo .deps/mocks.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-Wall -MT constraint.o -MD -MP -MF .deps/constraint.Tpo -c -o constraint.o 
`test -f 'src/constraint.c' || echo './'`src/constraint.c
src/constraint.c: In function ‘with_’:
src/constraint.c:104:22: error: assignment to ‘void (*)(Constraint *, const 
char *, intptr_t,  const char *, int,  TestReporter *)’ {aka ‘void (*)(struct 
Constraint_ *, const char *, long int,  const char *, int,  struct 
TestReporter_ *)’} from incompatible pointer type ‘void (*)(Constraint *, const 
char *, const char *, intptr_t,  const char *, int,  TestReporter *)’ {aka 
‘void (*)(struct Constraint_ *, const char *, const char *, long int,  const 
char *, int,  struct TestReporter_ *)’} [-Wincompatible-pointer-types]
  104 |     constraint->test = &test_with_matcher;
      |                      ^
src/constraint.c: In function ‘compare_using_matcher’:
src/constraint.c:167:39: error: initialization of ‘int (*)(const void *)’ from 
‘intptr_t’ {aka ‘long int’} makes pointer from integer without a cast 
[-Wint-conversion]
  167 |         int (*matches)(const void*) = constraint->expected;
      |                                       ^~~~~~~~~~
src/constraint.c:168:20: error: passing argument 1 of ‘matches’ makes pointer 
from integer without a cast [-Wint-conversion]
  168 |     return matches(actual);
      |                    ^~~~~~
      |                    |
      |                    intptr_t {aka long int}
src/constraint.c:168:20: note: expected ‘const void *’ but argument is of type 
‘intptr_t’ {aka ‘long int’}
make[4]: *** [Makefile:555: constraint.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/cgreen'
make[3]: *** [Makefile:743: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[2]: *** [Makefile:458: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:388: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:60: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libdbi-drivers
Source-Version: 0.9.0-13
Done: Laszlo Boszormenyi (GCS) <g...@debian.org>

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

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated libdbi-drivers 
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: Sun, 25 Aug 2024 17:38:05 +0200
Source: libdbi-drivers
Architecture: source
Version: 0.9.0-13
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org>
Closes: 1049127 1075162
Changes:
 libdbi-drivers (0.9.0-13) unstable; urgency=medium
 .
   [ Boian Bonev <bbo...@ipacct.com> ]
   * Fix FTBFS with GCC 14 (closes: #1075162).
 .
   [ Laszlo Boszormenyi (GCS) ]
   * Make rebuildable (closes: #1049127).
Checksums-Sha1:
 e9387dac4aa1a84b7e1293a99095187870336af9 2193 libdbi-drivers_0.9.0-13.dsc
 f819a65aad66e592ca84b3c744f5af825086da3b 15700 
libdbi-drivers_0.9.0-13.debian.tar.xz
Checksums-Sha256:
 bc4391665365d176f6611c82b787f7a3356fd1a0626238ad1b1dcba5466973b4 2193 
libdbi-drivers_0.9.0-13.dsc
 3f2116fc9e18691164dfe0d55d87f3ea5cc3f7efcf47f5fac8c841f0f3dbb81f 15700 
libdbi-drivers_0.9.0-13.debian.tar.xz
Files:
 96de321f593dba4461e5dd11455e134c 2193 libs optional libdbi-drivers_0.9.0-13.dsc
 34d9027fc182bf667113cd01972c8f8a 15700 libs optional 
libdbi-drivers_0.9.0-13.debian.tar.xz

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

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmbLUtIACgkQ3OMQ54ZM
yL/o+w/6Az2qOug2V7YBpnY2+SwYNub5S6ZkfM1hvyWoSeEGY+lEuqfYW9/aGisb
dC8pNOMrhgQgH2SI3GH50RSpHNXmBKy1Y7sdu5HajmaMKkL6mpYtZDNyKR9RPSs3
PDyXDt/GFK2np4lwiFhcrCJxA67PziMhOkmuV0oLu2KHOowfraHPoomgsxpxR/23
8GlhFV6bP96JxG6z6nrvtreT9h3d+OJx6/jGiy0WsmFxHWd3nlU+W+ALk62FZGgO
iznZuJxsusLQe2yemUwSuNoKnk4c8vXuDXQD3g+rZMNcKfcKFcCSZodFzmnBUYxe
9I4/4l60qsOXaH6uFC8GquuXbOJtmo182UAXiDxhFMdCrZyE2JHCAq4I9Qn6anlN
yisTamLVWdneN4iLq64MPtolPW+L5Qn7dFshSWjsrvgu32Pfgg4cuVrwIDaopw2W
0WWDJsOTc4b9amCyQycd8fV2mzNAegd/ZrbnRhk62wsE5DMJOGEdAFZ2ysZF5laT
Kc4rqpF7pdPMYVxdWIygGQG3y62BlLDlUlcSxXaWal7EcavIMwKABlXxdLj7wQnr
w2tLrdW/5Urm163cEboffwiRHlfZpQw8EIVr6mmmeSDmROKTDnYEdLZWJNpZfbwB
TGIKLKOFdMOOgggjJth8QqG16fmqnOOF75A3xjTP822mC1hsj/s=
=JZ04
-----END PGP SIGNATURE-----

Attachment: pgpOsAuArC_2i.pgp
Description: PGP signature


--- End Message ---

Reply via email to