Your message dated Sun, 7 Sep 2025 17:27:42 +0100
with message-id <[email protected]>
and subject line Re: Bug#1097503: onak: ftbfs with GCC-15
has caused the Debian Bug report #1097503,
regarding onak: 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.)


-- 
1097503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097503
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:onak
Version: 0.6.3-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/onak_0.6.3-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

[...]
-- Configuring done (1.5s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: 
/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu
   dh_auto_build
        cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[1]: Entering directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/build/reproducible-path/onak-0.6.3 
-B/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu/CMakeFiles 
/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
make  -f CMakeFiles/libonak.dir/build.make CMakeFiles/libonak.dir/depend
make[3]: Entering directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
cd /build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu && /usr/bin/cmake 
-E cmake_depends "Unix Makefiles" /build/reproducible-path/onak-0.6.3 
/build/reproducible-path/onak-0.6.3 
/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu/CMakeFiles/libonak.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
make  -f CMakeFiles/libonak.dir/build.make CMakeFiles/libonak.dir/build
make[3]: Entering directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
[  1%] Building C object CMakeFiles/libonak.dir/cleanup.c.o
[  2%] Building C object CMakeFiles/libonak.dir/decodekey.c.o
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/cleanup.c.o -MF 
CMakeFiles/libonak.dir/cleanup.c.o.d -o CMakeFiles/libonak.dir/cleanup.c.o -c 
/build/reproducible-path/onak-0.6.3/cleanup.c
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/decodekey.c.o -MF 
CMakeFiles/libonak.dir/decodekey.c.o.d -o CMakeFiles/libonak.dir/decodekey.c.o 
-c /build/reproducible-path/onak-0.6.3/decodekey.c
[  5%] Building C object CMakeFiles/libonak.dir/charfuncs.c.o
[  5%] Building C object CMakeFiles/libonak.dir/armor.c.o
[  8%] Building C object CMakeFiles/libonak.dir/key-store.c.o
[  8%] Building C object CMakeFiles/libonak.dir/hash.c.o
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/charfuncs.c.o -MF 
CMakeFiles/libonak.dir/charfuncs.c.o.d -o CMakeFiles/libonak.dir/charfuncs.c.o 
-c /build/reproducible-path/onak-0.6.3/charfuncs.c
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/armor.c.o -MF CMakeFiles/libonak.dir/armor.c.o.d 
-o CMakeFiles/libonak.dir/armor.c.o -c 
/build/reproducible-path/onak-0.6.3/armor.c
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/hash.c.o -MF CMakeFiles/libonak.dir/hash.c.o.d 
-o CMakeFiles/libonak.dir/hash.c.o -c /build/reproducible-path/onak-0.6.3/hash.c
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/key-store.c.o -MF 
CMakeFiles/libonak.dir/key-store.c.o.d -o CMakeFiles/libonak.dir/key-store.c.o 
-c /build/reproducible-path/onak-0.6.3/key-store.c
[ 11%] Building C object CMakeFiles/libonak.dir/cleankey.c.o
[ 11%] Building C object CMakeFiles/libonak.dir/hash-helper.c.o
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/cleankey.c.o -MF 
CMakeFiles/libonak.dir/cleankey.c.o.d -o CMakeFiles/libonak.dir/cleankey.c.o -c 
/build/reproducible-path/onak-0.6.3/cleankey.c
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/hash-helper.c.o -MF 
CMakeFiles/libonak.dir/hash-helper.c.o.d -o 
CMakeFiles/libonak.dir/hash-helper.c.o -c 
/build/reproducible-path/onak-0.6.3/hash-helper.c
/build/reproducible-path/onak-0.6.3/hash.c: In function ‘findinhash’:
/build/reproducible-path/onak-0.6.3/hash.c:146:11: error: assignment to ‘int 
(*)(void)’ from incompatible pointer type ‘int (*)(struct stats_key *, uint64_t 
*)’ {aka ‘int (*)(struct stats_key *, long unsigned int *)’} 
[-Wincompatible-pointer-types]
  146 |         p = stats_key_cmp;
      |           ^
/build/reproducible-path/onak-0.6.3/hash.c:136:12: note: ‘stats_key_cmp’ 
declared here
  136 | static int stats_key_cmp(struct stats_key *key, uint64_t *keyid)
      |            ^~~~~~~~~~~~~
[ 12%] Building C object CMakeFiles/libonak.dir/keyarray.c.o
/build/reproducible-path/onak-0.6.3/hash.c:147:66: error: passing argument 3 of 
‘llfind’ from incompatible pointer type [-Wincompatible-pointer-types]
  147 |         if ((found = llfind(hashtable[keyid & HASHMASK], &keyid, 
p))==NULL) {
      |                                                                  ^
      |                                                                  |
      |                                                                  int 
(*)(void)
In file included from /build/reproducible-path/onak-0.6.3/keystructs.h:27,
                 from /build/reproducible-path/onak-0.6.3/hash.h:22,
                 from /build/reproducible-path/onak-0.6.3/hash.c:23:
/build/reproducible-path/onak-0.6.3/ll.h:105:15: note: expected ‘int (*)(const 
void *, const void *)’ but argument is of type ‘int (*)(void)’
  105 |         int (*objectcmp) (const void *object1, const void *object2));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/cc -DCONFIGDIR=\"/etc\" -DDBINIT=keydb_dynamic_init 
-I/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu 
-I/build/reproducible-path/onak-0.6.3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/onak-0.6.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MT CMakeFiles/libonak.dir/keyarray.c.o -MF 
CMakeFiles/libonak.dir/keyarray.c.o.d -o CMakeFiles/libonak.dir/keyarray.c.o -c 
/build/reproducible-path/onak-0.6.3/keyarray.c
make[3]: *** [CMakeFiles/libonak.dir/build.make:152: 
CMakeFiles/libonak.dir/hash.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:186: CMakeFiles/libonak.dir/all] Error 2
make[2]: Leaving directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/onak-0.6.3/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.6.4-1

Fixed in the 0.6.4 release I made + uploaded today.

On Mon, Feb 17, 2025 at 05:41:09PM +0000, Matthias Klose wrote:
Package: src:onak
Version: 0.6.3-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

J.

--
... "Unfortunately, no matter how good commercial software is, it gets
    locked up in a tower, later archived to a dungeon, and its grave bears
    no marker." -- adb

--- End Message ---

Reply via email to