Your message dated Sat, 13 Sep 2025 03:52:34 +0000
with message-id <[email protected]>
and subject line Bug#1096533: fixed in docker 1.5-5
has caused the Debian Bug report #1096533,
regarding docker: ftbfs with GCC-15
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.)


-- 
1096533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096533
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:docker
Version: 1.5-4
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/docker_1.5-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package docker
dpkg-buildpackage: info: source version 1.5-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Tianon Gravi <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1 distclean
make[1]: Entering directory '/build/reproducible-path/docker-1.5'
rm -rf .dist
rm -f core *.o .\#* *\~ wmdocker
rm -f version.h
rm -f docker-*.tar.gz
make[1]: Leaving directory '/build/reproducible-path/docker-1.5'
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
use)
 debian/rules binary
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1
make[1]: Entering directory '/build/reproducible-path/docker-1.5'
sed -e "s/@VERSION@/1.5/" version.h.in > version.h
cc -c -pedantic -Wall -W -O `pkg-config --cflags glib-2.0` docker.c
docker.c: In function ‘main’:
docker.c:387:3: error: too many arguments to function ‘parse_cmd_line’; 
expected 0, have 2
  387 |   parse_cmd_line(argc, argv);
      |   ^~~~~~~~~~~~~~ ~~~~
docker.c:51:6: note: declared here
   51 | void parse_cmd_line()
      |      ^~~~~~~~~~~~~~
docker.c: In function ‘event_loop’:
docker.c:340:12: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
  340 |         if (e.xany.window == win) /* reparented to us */
      |            ^
docker.c:342:7: note: here
  342 |       case UnmapNotify:
      |       ^~~~
make[1]: *** [Makefile:38: docker.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/docker-1.5'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:8: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: docker
Source-Version: 1.5-5
Done: Tianon Gravi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
docker, 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.
Tianon Gravi <[email protected]> (supplier of updated docker 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: SHA512

Format: 1.8
Date: Fri, 12 Sep 2025 20:08:21 -0700
Source: docker
Architecture: source
Version: 1.5-5
Distribution: unstable
Urgency: medium
Maintainer: Paul Tagliamonte <[email protected]>
Changed-By: Tianon Gravi <[email protected]>
Closes: 1096533
Changes:
 docker (1.5-5) unstable; urgency=medium
 .
   * Add simple patch for gcc-15+ (Closes: #1096533)
   * Remove unused debian/Dockerfile
   * Add Homepage metadata
Checksums-Sha1:
 53f80e7598fab76f4f9a74ea1c4dd2e9f295871d 1922 docker_1.5-5.dsc
 ebdb1011ca919c6aa4e0ddcb055b93ad338ac639 6004 docker_1.5-5.debian.tar.xz
 630f778c4d9761ffda508949ecba247bde7e7bee 7001 docker_1.5-5_source.buildinfo
Checksums-Sha256:
 ee9d6e5e090293823079091f28bded7f275ced0ede5ac098b17bbc56142f8eb8 1922 
docker_1.5-5.dsc
 99d882650944e62828a3e881cec0d4f062dacb4b282bc087e10d22143d8b4c28 6004 
docker_1.5-5.debian.tar.xz
 c0de97cb0cc9fac32fae429b031c238ff8be80149c7472da79bcb17e464313ee 7001 
docker_1.5-5_source.buildinfo
Files:
 1c8daccb7ca1851bc40bb114c660983d 1922 x11 optional docker_1.5-5.dsc
 ee2884b9c380a2406f468a3d1ad88630 6004 x11 optional docker_1.5-5.debian.tar.xz
 31b02c9f1bc1759ef8fecc516535c79c 7001 x11 optional 
docker_1.5-5_source.buildinfo

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

iQJGBAEBCgAwFiEEtC9oGQB/APiONk/UA2qcJb81fdQFAmjE4KQSHHRpYW5vbkBk
ZWJpYW4ub3JnAAoJEANqnCW/NX3UHxMP/0lB2PTLJ7Uu1FFC4zb2kMQbA4yfjAhh
Ywid5BbLsMeB5uSlB2POpy211G/XJFAA5f5Wd1gd8X0KjVbtX8CEjsjAIaVH5SHe
6Aepw72+OcrzLP9+hUcVPcLGQuR8REUApOGDdg5YKNvUxRCCLFaUpfuFXn7xQSCd
N/I9qMP6APSwagofbdIe4fDLau8lUotvVXyAS9EuBHhXNTnaFShJnwkfe9kM11FS
xZ7neY0stGtozKit9WrFY3PN02bBwwIfb4LS/w7VRHWD8y9Eyh1PH3Gq4Dt/FQpF
7qN4abnAmB3mrWeftC5pqYA5D6Qk8jfewHyW72J9SBM/nlrc1rsKA8tpj4KXM5co
blhXuC5bssL91SX7jOwjBfDjAzzlJ0bEy7LZTpUGnBGezi4sZGQOIWjAQBJaHuGk
NUzhaZAyc44ZWC92m7hk/3hEzqPyDpnWvXBY/vzqOIhajYES0r0tHLJhkb/1Ttdt
Pfo5LJcp2Is9d14uEb+mnfLC28+RUel4OLtoHRh3gz0J7L4at0kpGvL1cQL4U4ZL
nVIBss4bhdxX+wSRRcd1UFj/CWt6ofPV1xvkfsdar8mM6sSsEu66+tedidvFj/h4
7JOsSXBMP+u4Uu3dBOxxkskUerSCez+5SEr1neAaVxDYfpus19TI598O0ErA7VTF
1h17NDAWWeh8
=lOE7
-----END PGP SIGNATURE-----

Attachment: pgplFlHylRq8F.pgp
Description: PGP signature


--- End Message ---

Reply via email to