Your message dated Sun, 28 Jul 2024 01:05:01 +0000
with message-id <[email protected]>
and subject line Bug#1075616: fixed in vde2 2.3.2+r586-11
has caused the Debian Bug report #1075616,
regarding vde2: 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.)
--
1075616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075616
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vde2
Version: 2.3.2+r586-10
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/vde2_2.3.2+r586-10_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
[...]
396 | read(s[1],&sdata,sizeof(int));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vde_autolink.c:401:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
401 | write(s[0],&sdata,sizeof(int));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vde_autolink.c: In function ‘newmgmtconn’:
vde_autolink.c:1180:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1180 | write(new,buf,strlen(buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
vde_autolink.c:1181:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1181 | write(new,prompt,strlen(prompt));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vde_autolink.c: In function ‘mgmtcommand’:
vde_autolink.c:1150:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1150 | write(fd,prompt,strlen(prompt));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -o vde_autolink
vde_autolink.o common/libvdecommon.la -lm lib/libvdemgmt.la -ldl
libtool: link: gcc -Wall -O2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z -Wl,relro -o .libs/vde_autolink vde_autolink.o
common/.libs/libvdecommon.a -lm lib/.libs/libvdemgmt.so -ldl
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -DSYSCONFDIR="\"/etc\""
-DLOCALSTATEDIR="\"/var\"" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o vde_plug2tap.o vde_plug2tap.c
vde_plug2tap.c: In function ‘main’:
vde_plug2tap.c:409:33: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
409 | write(tapfd,bufin,nx);
| ^~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -o vde_plug2tap
vde_plug2tap.o common/libvdecommon.la -lm lib/libvdeplug.la -ldl
libtool: link: gcc -Wall -O2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z -Wl,relro -o .libs/vde_plug2tap vde_plug2tap.o
common/.libs/libvdecommon.a -lm lib/.libs/libvdeplug.so -ldl
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -DSYSCONFDIR="\"/etc\""
-DLOCALSTATEDIR="\"/var\"" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o vde_plug.o vde_plug.c
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -o vde_plug vde_plug.o
common/libvdecommon.la -lm lib/libvdeplug.la -ldl
libtool: link: gcc -Wall -O2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z -Wl,relro -o .libs/vde_plug vde_plug.o common/.libs/libvdecommon.a -lm
lib/.libs/libvdeplug.so -ldl
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -DSYSCONFDIR="\"/etc\""
-DLOCALSTATEDIR="\"/var\"" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o vdeq.o vdeq.c
vdeq.c: In function ‘main’:
vdeq.c:498:25: warning: ignoring return value of ‘daemon’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
498 | daemon(1,1);
| ^~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -o vdeq vdeq.o
common/libvdecommon.la -lm lib/libvdeplug.la -ldl
libtool: link: gcc -Wall -O2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z -Wl,relro -o .libs/vdeq vdeq.o common/.libs/libvdecommon.a -lm
lib/.libs/libvdeplug.so -ldl
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -DSYSCONFDIR="\"/etc\""
-DLOCALSTATEDIR="\"/var\"" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o wirefilter.o wirefilter.c
wirefilter.c: In function ‘markov_compute’:
wirefilter.c:136:13: error: type of ‘i’ defaults to ‘int’ [-Wimplicit-int]
136 | static void markov_compute(i)
| ^~~~~~~~~~~~~~
wirefilter.c: In function ‘main’:
wirefilter.c:1543:33: warning: ignoring return value of ‘asprintf’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
1543 | asprintf(&blinkmsg,"%s
12345678901234567890",optarg);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wirefilter.c:1557:25: warning: ignoring return value of ‘asprintf’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
1557 | asprintf(&blinkmsg,"%06d
12345678901234567890",getpid());
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wirefilter.c: In function ‘printoutc’:
wirefilter.c:977:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
977 | write(fd,outbuf,strlen(outbuf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wirefilter.c: In function ‘mgmtcommand’:
wirefilter.c:1386:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1386 | write(outfd,prompt,strlen(prompt));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wirefilter.c: In function ‘newmgmtconn’:
wirefilter.c:956:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
956 | write(new,buf,strlen(buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
wirefilter.c:957:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
957 | write(new,prompt,strlen(prompt));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:636: wirefilter.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:667: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:406: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: vde2
Source-Version: 2.3.2+r586-11
Done: Renzo Davoli <[email protected]>
We believe that the bug you reported is fixed in the latest version of
vde2, 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.
Renzo Davoli <[email protected]> (supplier of updated vde2 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: Sat, 27 Jul 2024 16:05:23 +0200
Source: vde2
Architecture: source
Version: 2.3.2+r586-11
Distribution: unstable
Urgency: medium
Maintainer: Debian VSquare Team <[email protected]>
Changed-By: Renzo Davoli <[email protected]>
Closes: 1075616
Changes:
vde2 (2.3.2+r586-11) unstable; urgency=medium
.
* Team upload
* wirefilter: fix ftbfs bug (implicit type in function arg). Closes:
#1075616
Checksums-Sha1:
4dcc9eb68a6332233fa30556654355f456c3c0c9 2361 vde2_2.3.2+r586-11.dsc
79d6fd9b64747e83582a0cb907d30167b05e7764 16808 vde2_2.3.2+r586-11.debian.tar.xz
8cf5b6d2d5864d587fe0ba728b2c38ec0f544971 9718
vde2_2.3.2+r586-11_amd64.buildinfo
Checksums-Sha256:
6d1508fc0fb66adb1f41b558b702c16896647e1b488bb6b67dc1fce8db96e101 2361
vde2_2.3.2+r586-11.dsc
654f9d4feede5c902c0ca6850f72f7085f79027f554e067be5ad20401843fe1c 16808
vde2_2.3.2+r586-11.debian.tar.xz
93eb9b68e153437feb5fc73e5b8fc3e6eb01e248d70cd919dc526d17003bdb54 9718
vde2_2.3.2+r586-11_amd64.buildinfo
Files:
cb269d08cd208f4a891be27f676a51e1 2361 net optional vde2_2.3.2+r586-11.dsc
92c7197253c2a095307125ef13108875 16808 net optional
vde2_2.3.2+r586-11.debian.tar.xz
c01c93243002193f6610661e501626c8 9718 net optional
vde2_2.3.2+r586-11_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmalkw8ACgkQCBa54Yx2
K60sYhAAg8AY6rQ7XpW2vJjAUqXvUj1ldwvD274fNccSzGoo/lhoj46xZZL0P+Zm
f5fTaBVVGWflI1R0QHv+HHimteIZDlZrlQPq5KfA77xSjNhuolMVaFfjChxkywmg
uXTt5v7de0Tk13u7wasQaD8sz9eZIvTpCtYcl0AwFWihOF7I/yfDKofGl8ZfBv/X
bqs71wd3Jx8KbNroKWRuA720mmTObVrMJgppHVsBc1bnhEEgdRxVug609dGR1kzH
5JEQnMBJOasJqwsPfp5dDVhmrF3IKisJLBzQyj0qgirOf5Q/2GDDA8j0SXXbJzAo
es2PbvfBKFmP/IAx4uVXGX0LQrBx3yObU0IbcjtTiXpxRMWhobCcfzgWRvtEdXAf
IhNWrk8LjUIM303QR2laZaOs7jERpGh0oNw3l+m5Jd3ckDZwGgYUs+ILjMh6IOun
gS+g/bjwKXnHHB+aWbZJmpYrtsDURrPEgm9yUP60omcPk20Fl+zkySrvO3qnPGqA
G5pRJsAD6TI5pVbSegWDRG1BaBprYmgKz+2/Kq+BZp71plsq5fHw3XXKs+EZfCJG
5h//K/JXPRMYnvcL+D9/kd89DpwZu3sdfzBlNVCGr441lpjMUrFZJrJ+rPuOfbJZ
dkhZLFXVu73UMye8xfgiAb/ldJL1Ok70XoFAed/TaDXUTnqCZRU=
=TF24
-----END PGP SIGNATURE-----
pgpiojLENOLyF.pgp
Description: PGP signature
--- End Message ---