Your message dated Mon, 24 Mar 2025 14:09:59 +0000
with message-id <[email protected]>
and subject line Re: Bug#1097048: kivy: ftbfs with GCC-15
has caused the Debian Bug report #1097048,
regarding kivy: 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 [email protected]
immediately.)
--
1097048: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097048
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kivy
Version: 2.3.1-1
Severity: important
Tags: sid forky
User: [email protected]
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/kivy_2.3.1-1_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
[...]
essential: true
-
package: base-files
version: 13.6
architecture: amd64
essential: true
-
package: autotools-dev
version: 20220109.1
architecture: all
-
package: autopoint
version: 0.23.1-1
architecture: all
-
package: automake
version: 1:1.17-3
architecture: all
-
package: autoconf
version: 2.72-3
architecture: all
-
package: at-spi2-common
version: 2.55.2-1
architecture: all
-
package: adwaita-icon-theme
version: 48~beta-3
architecture: all
background-packages: 76374
foreground-packages: 1
total-packages: 76375
broken-packages: 0
+------------------------------------------------------------------------------+
| Cleanup Sun, 16 Feb 2025 02:20:58 +0000 |
+------------------------------------------------------------------------------+
Purging /build/reproducible-path
Not cleaning session: cloned chroot in use
E: Package build dependencies not satisfied; skipping
+------------------------------------------------------------------------------+
| Summary Sun, 16 Feb 2025 02:20:59 +0000 |
+------------------------------------------------------------------------------+
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: kivy_2.3.1-1
Machine Architecture: amd64
Package: kivy
Package-Time: 0
Source-Version: 2.3.1-1
Space: n/a
Status: given-back
Version: 2.3.1-1
--------------------------------------------------------------------------------
Finished at 2025-02-16T02:20:09Z
Build needed 00:00:00, no disk space
E: Package build dependencies not satisfied; skipping
DC-Status: Failed 50.606260643s
DC-Time-Estimation: 50.606260643 versus expected 484 (r/m: 8.564034051327369 ;
m: 50.606260643)
--- End Message ---
--- Begin Message ---
On Mon, Feb 17, 2025 at 05:26:54PM +0000, Matthias Klose wrote:
Package: src:kivy
Version: 2.3.1-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[...]
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 actual failure here was:
The following packages have unmet dependencies:
dh-elpa : Depends: emacs-nox (>= 1:28.2+1-9) but it is not installable or
emacs (>= 1:28.2+1-9)
E: Unable to correct problems, you have held broken packages.
I'm not sure exactly what the root cause was here, but it doesn't happen
any more in unstable and I was able to build kivy cleanly with gcc-15
from experimental. Closing.
--
Colin Watson (he/him) [[email protected]]
--- End Message ---