Your message dated Wed, 10 Sep 2025 08:41:43 +0200
with message-id <[email protected]>
and subject line Re: Bug#1096709: git-delta: ftbfs with GCC-15
has caused the Debian Bug report #1096709,
regarding git-delta: 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.)
--
1096709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096709
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:git-delta
Version: 0.18.2-3
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/git-delta_0.18.2-3_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
[...]
cargo:warning=oniguruma/src/st.c:538:1: warning: old-style function
definition [-Wold-style-definition]
cargo:warning= 538 | strhash(string)
cargo:warning= | ^~~~~~~
cargo:warning=oniguruma/src/st.c: In function ‘numcmp’:
cargo:warning=oniguruma/src/st.c:577:1: warning: old-style function
definition [-Wold-style-definition]
cargo:warning= 577 | numcmp(x, y)
cargo:warning= | ^~~~~~
cargo:warning=oniguruma/src/st.c: In function ‘numhash’:
cargo:warning=oniguruma/src/st.c:584:1: warning: old-style function
definition [-Wold-style-definition]
cargo:warning= 584 | numhash(n)
cargo:warning= | ^~~~~~~
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections"
"-fdata-sections" "-fPIC" "-m64" "-I"
"/build/reproducible-path/git-delta-0.18.2/target/x86_64-unknown-linux-gnu/release/build/onig_sys-c58d56f6a6db3b40/out"
"-I" "oniguruma/src" "-g" "-Werror=implicit-function-declaration"
"-ffile-prefix-map=/build/reproducible-path/git-delta-0.18.2=."
"-fstack-protector-strong" "-fstack-clash-protection" "-Wformat"
"-Werror=format-security" "-fcf-protection" "-Wall" "-pedantic"
"-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o"
"/build/reproducible-path/git-delta-0.18.2/target/x86_64-unknown-linux-gnu/release/build/onig_sys-c58d56f6a6db3b40/out/c77b18e714869709-st.o"
"-c" "oniguruma/src/st.c" with args cc did not execute successfully (status
code exit status: 1).
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
--- stderr
error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections"
"-fPIC" "-m64" "-I"
"/build/reproducible-path/git-delta-0.18.2/target/x86_64-unknown-linux-gnu/release/build/onig_sys-c58d56f6a6db3b40/out"
"-I" "oniguruma/src" "-g" "-Werror=implicit-function-declaration"
"-ffile-prefix-map=/build/reproducible-path/git-delta-0.18.2=."
"-fstack-protector-strong" "-fstack-clash-protection" "-Wformat"
"-Werror=format-security" "-fcf-protection" "-Wall" "-pedantic"
"-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o"
"/build/reproducible-path/git-delta-0.18.2/target/x86_64-unknown-linux-gnu/release/build/onig_sys-c58d56f6a6db3b40/out/c77b18e714869709-st.o"
"-c" "oniguruma/src/st.c" with args cc did not execute successfully (status
code exit status: 1).
warning: build failed, waiting for other jobs to finish...
warning: `palette` (lib) generated 152 warnings
dh_auto_build: error: /usr/share/dh-rust/bin/cargo build returned exit code 101
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: rust-onig-sys/69.9.1-1
Quoting Matthias Klose (2025-02-17 18:15:53)
> 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.
This was an instance of 1097827 (and several others) in rust-onig-sys,
merely *affecting* git-delta.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
* Sponsorship: https://ko-fi.com/drjones
[x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
--- End Message ---