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

Bug#1114195: marked as done (mailfront: FTBFS: /usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for 'select'; have 'int(void)')



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 mailfront: FTBFS: /usr/include/bglibs/sysdeps.h:91:12: error: conflicting types for 'select'; have 'int(void)'
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:mailfront
Version: 2.12-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:mailfront, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
	make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f `cat TARGETS`
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
echo '/usr/sbin' >conf-bin
echo '/usr/include/bglibs' >conf-bgincs
echo '/usr/lib' >conf-bglibs
echo 'cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection' >conf-cc
echo 'cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -shared' >conf-ccso
echo 'cc' >conf-ld
echo '/usr/include' >conf-include
echo '/usr/lib/mailfront' >conf-modules
echo '/var/lib/qmail' >conf-qmail
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
	make -j2 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
( echo '#!/bin/sh'; \
  echo 'lib="$1"; shift';\
  echo 'rm -f "$lib"';\
  echo 'ar cr "$lib" ${1+"$@"}';\
  echo 'ranlib "$lib"';\
) >makelib
( echo '#!/bin/sh'; \
  echo 'source=$1; shift'; \
  echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \
  echo exec `head -n 1 conf-cc` -I.  '-o ${base}.o -c $source ${1+"$@"}'; \
) >compile
chmod 755 makelib
( echo '#!/bin/sh'; \
  echo 'source=$1; shift'; \
  echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \
  echo exec `head -n 1 conf-ccso` -DSHARED -I. -L. '-o ${base}.so $source ${1+"$@"}'; \
) >makeso
chmod 755 compile
head -n 1 conf-qmail | \
  sed -e 's/"/\\"/g' \
      -e 's/^/const char conf_qmail[] = "/' \
      -e 's/$/";/' >conf_qmail.c
chmod 755 makeso
./compile mailfront.c
( echo '#!/bin/sh';\
  echo 'main="$1"; shift';\
  echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; \
) >load
chmod 755 load
./compile builtins.c
In file included from /usr/include/bglibs/msg.h:4,
                 from mailfront.c:6:
/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/stdlib.h:514,
                 from mailfront.c:1:
/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/bglibs/obuf.h:5,
                 from /usr/include/bglibs/iobuf.h:6,
                 from mailfront.h:5,
                 from mailfront-internal.h:4,
                 from builtins.c:2:
/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/stdlib.h:514,
                 from builtins.c:1:
/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:26: builtins.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:95: mailfront.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: 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: pgpZj7spgyGG0.pgp
Description: PGP signature


--- End Message ---

Reply to: