[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096570: marked as done (elektroid: ftbfs with GCC-15)



Your message dated Mon, 14 Apr 2025 09:34:56 +0000
with message-id <E1u4GDQ-002PFr-NI@fasolo.debian.org>
and subject line Bug#1096570: fixed in elektroid 3.2-1
has caused the Debian Bug report #1096570,
regarding elektroid: 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 owner@bugs.debian.org
immediately.)


-- 
1096570: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096570
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:elektroid
Version: 3.1-1
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/elektroid_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

[...]
checking for samplerate >= 0.1.8... yes
checking for alsa >= 1.1.3... yes
checking for alsa >= 1.1.3... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for unistd.h... (cached) yes
checking for limits.h... yes
checking for GNU libc compatible malloc... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating res/Makefile
config.status: creating test/Makefile
config.status: creating po/Makefile.in
config.status: creating po/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
   dh_auto_build
	make -j8
make[1]: Entering directory '/build/reproducible-path/elektroid-3.1'
make  all-recursive
make[2]: Entering directory '/build/reproducible-path/elektroid-3.1'
Making all in src
make[3]: Entering directory '/build/reproducible-path/elektroid-3.1/src'
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-local.o `test -f 'local.c' || echo './'`local.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-connector.o `test -f 'connector.c' || echo './'`connector.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-preferences.o `test -f 'preferences.c' || echo './'`preferences.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-regconn.o `test -f 'regconn.c' || echo './'`regconn.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-regpref.o `test -f 'regpref.c' || echo './'`regpref.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-sample.o `test -f 'sample.c' || echo './'`sample.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-utils.o `test -f 'utils.c' || echo './'`utils.c
gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags libpulse libpulse-mainloop-glib alsa glib-2.0 zlib json-glib-1.0 libzip gtk+-3.0` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elektroid-3.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid-backend.o `test -f 'backend.c' || echo './'`backend.c
local.c:50:15: error: initialization of ‘GSList * (*)(struct backend *, const struct fs_operations *)’ {aka ‘struct _GSList * (*)(struct backend *, const struct fs_operations *)’} from incompatible pointer type ‘GSList * (*)(void)’ {aka ‘struct _GSList * (*)(void)’} [-Wincompatible-pointer-types]
   50 |   .get_exts = sample_get_sample_extensions,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
local.c:50:15: note: (near initialization for ‘FS_LOCAL_SAMPLE_OPERATIONS.get_exts’)
In file included from local.h:25,
                 from local.c:21:
sample.h:70:9: note: ‘sample_get_sample_extensions’ declared here
   70 | GSList *sample_get_sample_extensions ();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:851: elektroid-local.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/elektroid-3.1/src'
make[2]: *** [Makefile:450: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/elektroid-3.1'
make[1]: *** [Makefile:382: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/elektroid-3.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: elektroid
Source-Version: 3.2-1
Done: Dennis Braun <snd@debian.org>

We believe that the bug you reported is fixed in the latest version of
elektroid, 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 1096570@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dennis Braun <snd@debian.org> (supplier of updated elektroid 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 14 Apr 2025 11:20:41 +0200
Source: elektroid
Architecture: source
Version: 3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dennis Braun <snd@debian.org>
Closes: 1096570
Changes:
 elektroid (3.2-1) unstable; urgency=medium
 .
   * New upstream version 3.2
     + Fix ftbfs with GCC-15 (Closes: #1096570)
   * Bump Standards-Version to 4.7.2
   * d/copyright: New appdata file
   * Bump d/copyright years
Checksums-Sha1:
 ea11bf1cbd6d97d8f5431397f2ec9ae1b415c28f 2093 elektroid_3.2-1.dsc
 5fad11c4d752dd57deadbd9cb83de829c2cf250c 1056907 elektroid_3.2.orig.tar.gz
 608758edddb76f54b70fd8e4cd5007373c3fbcbb 7844 elektroid_3.2-1.debian.tar.xz
 8f2db29da5cc8fc8e547cbfb1290c43e49272b38 6740 elektroid_3.2-1_source.buildinfo
Checksums-Sha256:
 9d6655bdbc141f998038dcde16b33d821fac297fc0f54e49679b1e9c53ae9eff 2093 elektroid_3.2-1.dsc
 1b5f1528c0a524422bb743fa3bde7db7890f9e17121942f7f1ce1b10db0c3549 1056907 elektroid_3.2.orig.tar.gz
 a44356a112ee3358463a06323d3eeb5271e5e8c8624c01a68e8f82b37dad9f53 7844 elektroid_3.2-1.debian.tar.xz
 b0b51cdf685774cbf3a95703455c0c7e73ded85d86dfc58c8bd76cc4b27f357e 6740 elektroid_3.2-1_source.buildinfo
Files:
 e571b0f6715afcc10dee602c9ee8bbbc 2093 sound optional elektroid_3.2-1.dsc
 280fa5828310ebc600b69cb8601c30ed 1056907 sound optional elektroid_3.2.orig.tar.gz
 d8917df2de84cb76f4fddcd00cc6d05c 7844 sound optional elektroid_3.2-1.debian.tar.xz
 d0615599512274df55e742b3c8ef65dd 6740 sound optional elektroid_3.2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmf804IPHHNuZEBkZWJp
YW4ub3JnAAoJEGNOpV2QK5g2dEYP/j5DRU6EYJ8/aA2qYz9/ckxewjf3I5Thd6xU
LnLptyvwVUnzRdAJCwii5Ai41DzuUP5ic5Pl3295eptqtkG3TRrnQB93G+iVBfSc
1hzbmDct4YrFjklFvaHZwHoYPWd9XQXoo3kS/oe/8PvM9nRalNwgtEG31kk6dnnV
YpUuVSqwaK6Q6tfZDL4lECvcI34pXt/bMG9oocZ6o6C7oP+Wl/Hp78zbElBbl3g+
G7PQup9yIpSSInwJ3ktGE+UtEklY1B6VTePvsQLujyWqY5+V09+qZaO9izwqXuaw
AszpucVlq4PhaMdFoeWmQ2B0nQ9GadAhHbjYcqq8VtFgd+nKh9AFFugNJQYyGet7
odS5484vlPrcdfe6CGGfUS83uYOhgfnVVTA5iwU60g1IJckVkkYA5n6hJ0U8h4Kj
JX6ru2ob5EX9eUHK2wARrEieDjdQCqN3I3eTOKKqeuij8t9yHdIWazWCZkFNcOwD
SSo/SRokZkZmNXhETsP+DEh9ENKUoHZ9/I0Io7bAVPmCqc/L+UuIc7vVvc+K/6Ad
oyYVmBlAKfROXPEVVAAxbVctp7yxOdYO6ORNNgw2OLBRjaIuDTvsrmkTfsSamGc/
jEReLqTJH7Kvnw1HnPnYF/ddp4pskV6rtwWSHmfD/5pemFZN4SnvFvgePaNJwIvr
OtGa2ivk
=w0e1
-----END PGP SIGNATURE-----

Attachment: pgpMqdPr6SiJB.pgp
Description: PGP signature


--- End Message ---

Reply to: