Your message dated Sat, 03 Aug 2024 16:40:54 +0000
with message-id <e1sahom-009y4p...@fasolo.debian.org>
and subject line Bug#1075428: fixed in qemu 1:9.0.2+ds-2
has caused the Debian Bug report #1075428,
regarding qemu: 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.)
--
1075428: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075428
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qemu
Version: 1:8.2.5+ds-2
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/qemu_8.2.5+ds-2_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
[...]
architecture: amd64
essential: true
-
package: autotools-dev
version: 20220109.1
architecture: all
-
package: autopoint
version: 0.22.5-1
architecture: all
-
package: automake
version: 1:1.16.5-1.3
architecture: all
-
package: autoconf
version: 2.71-3
architecture: all
-
package: at-spi2-common
version: 2.50.0-1
architecture: all
-
package: adwaita-icon-theme
version: 46.0-1
architecture: all
-
package: adduser
version: 3.137
architecture: all
background-packages: 76200
foreground-packages: 1
total-packages: 76201
broken-packages: 0
+------------------------------------------------------------------------------+
| Cleanup |
+------------------------------------------------------------------------------+
Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Package build dependencies not satisfied; skipping
+------------------------------------------------------------------------------+
| Summary |
+------------------------------------------------------------------------------+
Build Architecture: amd64
Build Type: binary
Build-Space: n/a
Build-Time: 0
Distribution: unstable
Fail-Stage: install-deps
Host Architecture: amd64
Install-Time: 0
Job: qemu_1:8.2.5+ds-2
Machine Architecture: amd64
Package: qemu
Package-Time: 0
Source-Version: 1:8.2.5+ds-2
Space: n/a
Status: given-back
Version: 1:8.2.5+ds-2
--------------------------------------------------------------------------------
Finished at 2024-07-02T00:08:45Z
Build needed 00:00:00, no disk space
E: Package build dependencies not satisfied; skipping
DC-Status: Failed 42.9666076s
DC-Time-Estimation: 42.9666076 versus expected 4160 (r/m: 95.81937281918434 ;
m: 42.9666076)
--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 1:9.0.2+ds-2
Done: Michael Tokarev <m...@tls.msk.ru>
We believe that the bug you reported is fixed in the latest version of
qemu, 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.
Michael Tokarev <m...@tls.msk.ru> (supplier of updated qemu 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: Sat, 03 Aug 2024 19:23:13 +0300
Source: qemu
Architecture: source
Version: 1:9.0.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team <pkg-qemu-de...@lists.alioth.debian.org>
Changed-By: Michael Tokarev <m...@tls.msk.ru>
Closes: 1075428
Changes:
qemu (1:9.0.2+ds-2) unstable; urgency=medium
.
* d/rules: pass CROSS_COMPILE= to u-boot* config targets too,
not just build targets
* u-boot-sam460ex-build.patch: u-boot-sam460ex build fixes/workarounds
(hopefully Closes: #1075428)
* move helper binaries (qemu-bridge-helper, virtfs-proxy-helper,
vhost-user-gpu) from usr/lib/qemu to usr/libexec/qemu
* d/*.NEWS: use common indent of 2 spaces instead of sometimes-3
* move helper binaries (qemu-bridge-helper, virtfs-proxy-helper,
vhost-user-gpu) from usr/lib/qemu to usr/libexec/qemu
* d/*.NEWS: use common indent of 2 spaces instead of sometimes-3
* switch from gcc-arm-none-eabi to gcc-arm-linux-gnueabi
to build npcm7xx vbootrom
* d/rules: use the same cross_prefix_* variables in d/rules as
./configure recognizes and export them for ./configure
* d/rules: expand seabios-hpppa build and use cross_prefix_hppa* vars
* d/rules: do not install opensbi-riscv64-generic-fw_dynamic.elf
(only .bin file is needed)
* rebuild linux-user vdso files during arch-indep build,
so no pre-built binaries are used:
- require all cross compilers in Build-Depend-Indep
- build vdso archive (build-vdso) and ship it in qemu-system-data
- Build-Depends-Arch: qemu-system-data (=source:Version)
(with vdso archive)
- pkg.qemu.use-upstream-vdso profile to avoid all this
- allow building and using vdso files in single arch+indep build
without using vdso archive from qemu-system-data
- pkg.qemu.omit-vdso-build-dep profile to omit the
dependency on qemu-system-data (for single arch+indep build)
Checksums-Sha1:
38b782738994a3ba92eda83651c214236cad396d 11407 qemu_9.0.2+ds-2.dsc
e24bfaa6821d57461c98e40edd0b93c42c66dbec 117380 qemu_9.0.2+ds-2.debian.tar.xz
b924776f8ff5f00894f6fa2005ea8a3eff7b1df1 8254 qemu_9.0.2+ds-2_source.buildinfo
Checksums-Sha256:
28c997b87db43e91253ef9fb763a19a64218a6ba3b3d749befd7d5783e2cc9b7 11407
qemu_9.0.2+ds-2.dsc
4f7d08b4f34913304c6393907a6504d8ac33a84061909192bc51aa501a68ee39 117380
qemu_9.0.2+ds-2.debian.tar.xz
82d5aa2338e97ea78a423615ade7f088e7973f7677113676083bd8a01d0fd69d 8254
qemu_9.0.2+ds-2_source.buildinfo
Files:
a1b935839da80a4d0e8b3662fddd22a6 11407 otherosfs optional qemu_9.0.2+ds-2.dsc
c64c276b7084f9d5e62b059c3c7e7535 117380 otherosfs optional
qemu_9.0.2+ds-2.debian.tar.xz
f504413a37dc6f404de0ac0a8f8e7c93 8254 otherosfs optional
qemu_9.0.2+ds-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFDBAEBCgAtFiEEe3O61ovnosKJMUsicBtPaxppPlkFAmauWakPHG1qdEB0bHMu
bXNrLnJ1AAoJEHAbT2saaT5Z+FsIAIJjMCTt2LmEqYYlJYF1960czTupnzWr4IPH
JpXvyg6oLpxpCC5FD6WZvnFrxw+nUB35ILZLbBJ+bgRo3L+oZeTAjjDu9CtaM8vd
7SMqZnhiR5adIWfIhwvFzjB4Mu1/dyJcuptfIpHM2HRus+8egsXxvpk2wHnbeesZ
Y3fDILCuTsHbWH9Hm/B+9GuDlBmiL3e7iEzOH8ZOrkPEMchORuot06+7fjGSr/Cx
ohlTuGJsDYuNbzsYIb9vKckYIGAkzXWteXRf3KslftA/oR14KgIVyizfiugRMhuD
uc8WhT1gJJAspAoH6Gj//9t7K7OqnAc2mNHQj6KinGrccb/D4R0=
=0T7G
-----END PGP SIGNATURE-----
pgpe_BDUf7UpN.pgp
Description: PGP signature
--- End Message ---