[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096361: marked as done (bcron: ftbfs with GCC-15)



Your message dated Sat, 04 Oct 2025 20:34:33 +0000
with message-id <E1v58xd-0093XI-0c@fasolo.debian.org>
and subject line Bug#1096365: fixed in bglibs 2.04+dfsg-9
has caused the Debian Bug report #1096365,
regarding bcron: 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 owner@bugs.debian.org
immediately.)


-- 
1096365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096365
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:bcron
Version: 0.11-23
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/bcron_0.11-23_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

[...]
  echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; \
) >load
python3 -c 'import shlex; line=shlex.split(open("conf-sendmail").readline().strip()); print("const char* sendmail[] = { "+",".join(["\"%s\""%a for a in line])+",NULL };")' >conf_sendmail.c
makeinfo bcron.texi
makeinfo --html --no-split bcron.texi
chmod 755 compile
chmod 755 load
man --html='cat %s' ./bcron-update.8 > bcron-update.8.html
./compile chdir.c
./compile connection.c
./compile crontab.c
./compile crontabs.c
In file included from crontab.c:1:
/usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for ‘select’; have ‘int(void)’
   91 | extern int select();
      |            ^~~~~~
In file included from crontabs.c:1:
/usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for ‘select’; have ‘int(void)’
   91 | extern int select();
      |            ^~~~~~
In file included from connection.c:1:
/usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for ‘select’; have ‘int(void)’
   91 | extern int select();
      |            ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:179,
                 from /usr/include/bglibs/sysdeps.h:5:
/usr/include/x86_64-linux-gnu/sys/select.h:102:12: note: previous declaration of ‘select’ with type ‘int(int,  fd_set * restrict,  fd_set * restrict,  fd_set * restrict,  struct timeval * restrict)’
  102 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:179,
                 from /usr/include/bglibs/sysdeps.h:5:
/usr/include/x86_64-linux-gnu/sys/select.h:102:12: note: previous declaration of ‘select’ with type ‘int(int,  fd_set * restrict,  fd_set * restrict,  fd_set * restrict,  struct timeval * restrict)’
  102 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:179,
                 from /usr/include/bglibs/sysdeps.h:5:
/usr/include/x86_64-linux-gnu/sys/select.h:102:12: note: previous declaration of ‘select’ with type ‘int(int,  fd_set * restrict,  fd_set * restrict,  fd_set * restrict,  struct timeval * restrict)’
  102 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
./compile job.c
In file included from chdir.c:1:
/usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for ‘select’; have ‘int(void)’
   91 | extern int select();
      |            ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:179,
                 from /usr/include/bglibs/sysdeps.h:5:
/usr/include/x86_64-linux-gnu/sys/select.h:102:12: note: previous declaration of ‘select’ with type ‘int(int,  fd_set * restrict,  fd_set * restrict,  fd_set * restrict,  struct timeval * restrict)’
  102 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
make[2]: *** [Makefile:104: crontabs.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:101: crontab.o] Error 1
make[2]: *** [Makefile:95: connection.o] Error 1
In file included from job.c:1:
/usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for ‘select’; have ‘int(void)’
   91 | extern int select();
      |            ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:179,
                 from /usr/include/bglibs/sysdeps.h:5:
/usr/include/x86_64-linux-gnu/sys/select.h:102:12: note: previous declaration of ‘select’ with type ‘int(int,  fd_set * restrict,  fd_set * restrict,  fd_set * restrict,  struct timeval * restrict)’
  102 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
make[2]: *** [Makefile:75: chdir.o] Error 1
make[2]: *** [Makefile:113: job.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/bcron-0.11'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/bcron-0.11'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bglibs
Source-Version: 2.04+dfsg-9
Done: Adrian Bunk <bunk@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated bglibs 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 04 Oct 2025 19:45:36 +0300
Source: bglibs
Architecture: source
Version: 2.04+dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1096365
Changes:
 bglibs (2.04+dfsg-9) unstable; urgency=medium
 .
   * QA upload.
   * Add fix submitted upstream for FTBFS with GCC 15. (Closes: #1096365)
Checksums-Sha1:
 7d9530a90979e4246b1330c4cca3b5b2bdffc840 1971 bglibs_2.04+dfsg-9.dsc
 15f7ccd287083ac556ee7e537f57f8365af5dce9 34084 bglibs_2.04+dfsg-9.debian.tar.xz
Checksums-Sha256:
 ec68d19ed43dc258732fbeccd39dbd966dfa9bb62b2e9ce8874b8e0c19a65e22 1971 bglibs_2.04+dfsg-9.dsc
 1ee0ccc8a5a7fd01a89a6c7e3180587d1e01498d78a8cda214d2fdd78cef520d 34084 bglibs_2.04+dfsg-9.debian.tar.xz
Files:
 9e247a74a9018be7936ed4a87f947f51 1971 devel optional bglibs_2.04+dfsg-9.dsc
 7d8a546fb819fef77c8ed9d7fb01c977 34084 devel optional bglibs_2.04+dfsg-9.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjhf1MACgkQiNJCh6LY
mLHktRAAyuTIibyVQsFW36nFWPtdaJo/+EIHCrMzOcBvm5SOZqr0LcO0DFCKE33V
h/AW8V0iMVPuz3/d5eEJO8OQxSArp8QEYYLTEptWHtCJJkKGPMfW60G32gsKCjYC
dgP9lRNojQmL4yKFm1d+uB3gse4I+aRTp/PQySSmNRgkFBJqQ2IuTsUMwWwy4Om+
kGobxlRd8Z4yI+ykxRo4l9vcUwxdcEscT3o9oC9NWiqo0wNket4CEK8K0IHBuL1Z
btOXHxd7qKIp0++hCN+t4QmysMoSQFTFOu2GCSQn6WecSctATbNDw/pD3YC2B4wx
8mMTardct9+k543GKrtGZW3N/fLszE3yNj8eyCNrGbqXNAZ7k4cSxLUpxv+6+Wbd
jFsg4o0jyagMc5KIhmA/Hxo8r4IyXU9SabaTrdRnxlG6fBKbSaOAOY55x8aTNIJc
epm2+hKl8QpunssfLY6td/zJ2TZLWBOiDJ00dFLMQksNIdTWRjsyZsvSLZQZWzIr
VIkd1EiSN8s8Q/hJ2UGJFUhdPamdBNIzaXvI22of1NVeGzJD1ccjAIq1t+t1X070
LELaoLaJBzhYEmfrhbjuqTj76QVpCbGZXC6fyVtxIaC6hN1bxJZkaTObm5v7yahk
rsggWaG1VeVVVF4qu+/hqHxym4H+iBwQYdYJFD0BdmdDd4RoAm8=
=AlJx
-----END PGP SIGNATURE-----

Attachment: pgp8aoGUODhBh.pgp
Description: PGP signature


--- End Message ---

Reply to: