Your message dated Wed, 19 Feb 2025 21:18:19 +0100
with message-id <[email protected]>
and subject line Re: Bug#1096631: filetea: ftbfs with GCC-15
has caused the Debian Bug report #1096631,
regarding filetea: 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.)


-- 
1096631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096631
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:filetea
Version: 0.1.18-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/filetea_0.1.18-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

[...]
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for json-glib-1.0 >= 0.10.0... yes
checking for evd-0.2 >= 0.2.0... yes
checking for uuid... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filetea/Makefile
config.status: creating html/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

   FileTea 0.1.18
   =========================

              Install prefix:   /usr
      Enable automated tests:   yes

   dh_auto_build
        make -j8
make[1]: Entering directory '/build/reproducible-path/filetea-0.1.18'
make  all-recursive
make[2]: Entering directory '/build/reproducible-path/filetea-0.1.18'
Making all in filetea
make[3]: Entering directory '/build/reproducible-path/filetea-0.1.18/filetea'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
-DGLIB_DISABLE_DEPRECATION_WARNINGS -Wall -I/usr/include/evd-0.2 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/json-glib-1.0 
-pthread -I/usr/include/p11-kit-1 -I/usr/include/uuid  
-I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -pthread  -I/usr/include/uuid  
-DENABLE_TESTS="\"\"" -DHTML_DATA_DIR="\"/usr/share/filetea\""  
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/filetea-0.1.18=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o filetea-main.o `test -f 'main.c' 
|| echo './'`main.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
-DGLIB_DISABLE_DEPRECATION_WARNINGS -Wall -I/usr/include/evd-0.2 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/json-glib-1.0 
-pthread -I/usr/include/p11-kit-1 -I/usr/include/uuid  
-I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -pthread  -I/usr/include/uuid  
-DENABLE_TESTS="\"\"" -DHTML_DATA_DIR="\"/usr/share/filetea\""  
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/filetea-0.1.18=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o filetea-file-source.o `test -f 
'file-source.c' || echo './'`file-source.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
-DGLIB_DISABLE_DEPRECATION_WARNINGS -Wall -I/usr/include/evd-0.2 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/json-glib-1.0 
-pthread -I/usr/include/p11-kit-1 -I/usr/include/uuid  
-I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -pthread  -I/usr/include/uuid  
-DENABLE_TESTS="\"\"" -DHTML_DATA_DIR="\"/usr/share/filetea\""  
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/filetea-0.1.18=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o filetea-file-transfer.o `test -f 
'file-transfer.c' || echo './'`file-transfer.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
-DGLIB_DISABLE_DEPRECATION_WARNINGS -Wall -I/usr/include/evd-0.2 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/json-glib-1.0 
-pthread -I/usr/include/p11-kit-1 -I/usr/include/uuid  
-I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -pthread  -I/usr/include/uuid  
-DENABLE_TESTS="\"\"" -DHTML_DATA_DIR="\"/usr/share/filetea\""  
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/filetea-0.1.18=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o filetea-filetea-node.o `test -f 
'filetea-node.c' || echo './'`filetea-node.c
In file included from /usr/include/evd-0.2/evd.h:63,
                 from file-transfer.h:27,
                 from file-transfer.c:23:
/usr/include/evd-0.2/evd-promise.h:91:65: error: two or more data types in 
declaration specifiers
   91 |                                                    gboolean     bool);
      |                                                                 ^~~~
make[3]: *** [Makefile:501: filetea-file-transfer.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /usr/include/evd-0.2/evd.h:63,
                 from file-source.h:27,
                 from file-source.c:23:
/usr/include/evd-0.2/evd-promise.h:91:65: error: two or more data types in 
declaration specifiers
   91 |                                                    gboolean     bool);
      |                                                                 ^~~~
In file included from /usr/include/evd-0.2/evd.h:63,
                 from main.c:23:
/usr/include/evd-0.2/evd-promise.h:91:65: error: two or more data types in 
declaration specifiers
   91 |                                                    gboolean     bool);
      |                                                                 ^~~~
make[3]: *** [Makefile:487: filetea-file-source.o] Error 1
make[3]: *** [Makefile:473: filetea-main.o] Error 1
In file included from /usr/include/evd-0.2/evd.h:63,
                 from filetea-node.h:27,
                 from filetea-node.c:25:
/usr/include/evd-0.2/evd-promise.h:91:65: error: two or more data types in 
declaration specifiers
   91 |                                                    gboolean     bool);
      |                                                                 ^~~~
make[3]: *** [Makefile:515: filetea-filetea-node.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/filetea-0.1.18/filetea'
make[2]: *** [Makefile:552: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/filetea-0.1.18'
make[1]: *** [Makefile:401: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/filetea-0.1.18'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
On Mon, Feb 17, 2025 at 05:13:22PM +0000, Matthias Klose wrote:
> 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.

filetea builds fine now that event-dance has been updated to 0.2.0-6

Berto

--- End Message ---

Reply via email to