Your message dated Mon, 07 Apr 2025 07:34:21 +0000
with message-id <e1u1gzt-00hvb5...@fasolo.debian.org>
and subject line Bug#1075599: fixed in uml-utilities 20070815.4-2
has caused the Debian Bug report #1075599,
regarding uml-utilities: 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.)
--
1075599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:uml-utilities
Version: 20070815.4-1
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/uml-utilities_20070815.4-1_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
[...]
95 | sprintf(out, "Didn't parse /proc/net/route, got %d\n on '%s'", n,
buf);
| ^~
~~~
host.c:95:7: note: ‘sprintf’ output between 43 and 1076 bytes into a
destination of size 1024
95 | sprintf(out, "Didn't parse /proc/net/route, got %d\n on '%s'", n,
buf);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
host.c: In function ‘route_and_arp’:
host.c:131:60: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
131 | "echo 1 > /proc/sys/net/ipv4/conf/%.9s/proxy_arp", dev);
| ^
host.c:130:3: note: ‘snprintf’ output between 44 and 53 bytes into a
destination of size 52
130 | snprintf(echo, sizeof(echo) - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131 | "echo 1 > /proc/sys/net/ipv4/conf/%.9s/proxy_arp", dev);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
host.c: In function ‘no_route_and_arp’:
host.c:153:60: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
153 | "echo 0 > /proc/sys/net/ipv4/conf/%.9s/proxy_arp", dev);
| ^
host.c:152:3: note: ‘snprintf’ output between 44 and 53 bytes into a
destination of size 52
152 | snprintf(echo, sizeof(echo) - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
153 | "echo 0 > /proc/sys/net/ipv4/conf/%.9s/proxy_arp", dev);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -Wall -DTUNTAP -c -o output.o output.c
cc -g -Wall -DTUNTAP -c -o slip.o slip.c
slip.c: In function ‘slip_up’:
slip.c:35:49: warning: ‘%d’ directive output may be truncated writing between 1
and 10 bytes into a region of size 5 [-Wformat-truncation=]
35 | snprintf(slip_name, sizeof(slip_name) - 1, "sl%d", n);
| ^~
slip.c:35:46: note: directive argument in the range [0, 2147483647]
35 | snprintf(slip_name, sizeof(slip_name) - 1, "sl%d", n);
| ^~~~~~
slip.c:35:3: note: ‘snprintf’ output between 4 and 13 bytes into a destination
of size 7
35 | snprintf(slip_name, sizeof(slip_name) - 1, "sl%d", n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -Wall -DTUNTAP -c -o uml_net.o uml_net.c
cc -g -Wall -DTUNTAP -c -o tuntap.o tuntap.c
cc -g -Wall -DTUNTAP -o uml_net ethertap.o host.o output.o slip.o uml_net.o
tuntap.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/uml_net'
make[2]: Entering directory '/<<PKGBUILDDIR>>/uml_switch'
cc -g -Wall -DTUNTAP -c -o hash.o hash.c
cc -g -Wall -DTUNTAP -c -o port.o port.c
cc -g -Wall -DTUNTAP -c -o uml_switch.o uml_switch.c
cc -g -Wall -DTUNTAP -c -o tuntap.o tuntap.c
cc -g -Wall -DTUNTAP -o uml_switch hash.o port.o uml_switch.o tuntap.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/uml_switch'
make[2]: Entering directory '/<<PKGBUILDDIR>>/watchdog'
cc -g -Wall -c -o uml_watchdog.o uml_watchdog.c
cc -g -Wall -o uml_watchdog uml_watchdog.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/watchdog'
make[2]: Entering directory '/<<PKGBUILDDIR>>/umlfs'
cc -g -Wall -D_FILE_OFFSET_BITS=64 -I/usr/local/include -c -o uml_mount.o
uml_mount.c
uml_mount.c: In function ‘init_fuse’:
uml_mount.c:14:39: error: passing argument 2 of ‘fuse_mount_compat22’ from
incompatible pointer type [-Wincompatible-pointer-types]
14 | return fuse_mount(mountpoint, &args);
| ^~~~~
| |
| struct fuse_args *
In file included from /usr/include/fuse/fuse_common.h:477,
from /usr/include/fuse/fuse_lowlevel.h:26,
from uml_mount.c:1:
/usr/include/fuse/fuse_common_compat.h:22:61: note: expected ‘const char *’ but
argument is of type ‘struct fuse_args *’
22 | int fuse_mount_compat22(const char *mountpoint, const char *opts);
| ~~~~~~~~~~~~^~~~
make[2]: *** [<builtin>: uml_mount.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/umlfs'
make[1]: *** [Makefile:16: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: uml-utilities
Source-Version: 20070815.4-2
Done: Ritesh Raj Sarraf <r...@debian.org>
We believe that the bug you reported is fixed in the latest version of
uml-utilities, 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.
Ritesh Raj Sarraf <r...@debian.org> (supplier of updated uml-utilities 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: Mon, 07 Apr 2025 12:44:40 +0530
Source: uml-utilities
Architecture: source
Version: 20070815.4-2
Distribution: unstable
Urgency: medium
Maintainer: User Mode Linux Maintainers <team+...@tracker.debian.org>
Changed-By: Ritesh Raj Sarraf <r...@debian.org>
Closes: 1075599
Changes:
uml-utilities (20070815.4-2) unstable; urgency=medium
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Wrap long lines in changelog entries: 20060110-1.
* Bump debhelper from deprecated 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Change priority extra to priority optional.
.
[ Ritesh Raj Sarraf ]
* Add Rules-Rrequires-Root config stanza
* Fix build with gcc-14.
Thanks to Marek Benc (Closes: #1075599)
Checksums-Sha1:
3f58110621826faad3482995f230525642fe62e1 2053 uml-utilities_20070815.4-2.dsc
3e0bd91a0c900c8bfebaac412a36b7cfaf9a16b3 15784
uml-utilities_20070815.4-2.debian.tar.xz
Checksums-Sha256:
ac4e078f9317fd5f475c031bd5a01d8da13d279ebecb26acaac2b5b648ed2a6d 2053
uml-utilities_20070815.4-2.dsc
4ca0d6fbc047e09375a1cb87359fa93dec117ecd8cc19049f44258cea17ccd1a 15784
uml-utilities_20070815.4-2.debian.tar.xz
Files:
a5163190d1b45b5a934a80a6e149d5e5 2053 otherosfs optional
uml-utilities_20070815.4-2.dsc
44a183c145faf1ff0e2d582767147b16 15784 otherosfs optional
uml-utilities_20070815.4-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEdv0XRkXGL5yVL3hv/1nES2xS6BAFAmfzfLwACgkQ/1nES2xS
6BBuoA//d1HdTPw15ISqCs6v8Tuvl0FvvENyuCXez9GIz0WCSV3yD0qxrt2K9rpq
/FWj/piicfhF2r6vhoHga69lf109cqfhwyEP1vkuSsewtS67Hd+MUcDP0N0I1Xzc
yefXQzM3o2lzLZ6egZVYHNbK3SMd0dP+BuukFlvRjMqkipVbtsb9qEORALngm4oZ
E3gGd8iwzI/KhFeNkiwhSmUDK6yZ2QCQPiIPNFISVwtsoZIN2pD1qUSdYJcBmiN/
b0f6fU6IfsZg0Cwx4DWmZkezCg1suTkGXLZ9dcx80uF44UUZaUhU/pEb4TAF9E9h
UAeg707DkY+RFjL/aXEgbE7CR3VtSRkJXtKnaQ4cl24qz52+TuSe7ne7t64FJk6p
5Q6ix3mvIyROu+MQGM/WIhkxP0U/W0y00kyF/Cweqx1o2WncoWp4ulqhTQXaKcl9
82UPAugORKXytm2RLiuM4uxiJ7qNKPQEzTb5B9cw2wTorWQQJtNg1YDwTpcT00j6
SoPebgB4WzD/62JhYEJPtR8c8Clr69xluk7fyWRUSYthDy6UkPj6904wMnxc5I7i
bpOLnr4bxrhWaOdivNv5DBHRxPETxvVkndG9gJxAaNRdbVdsCebxk9WPe4QPo45a
4g7XHGHzCwNIdYKhg8JcB2fxUOuYvWAiSWt1mHsXgzdfg94Vzp8=
=6xaV
-----END PGP SIGNATURE-----
pgpWced2XKz_M.pgp
Description: PGP signature
--- End Message ---