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

Bug#1096343: marked as done (audtty: ftbfs with GCC-15)



Your message dated Mon, 22 Sep 2025 20:34:49 +0000
with message-id <E1v0nFJ-00GHNT-1m@fasolo.debian.org>
and subject line Bug#745364: fixed in audtty 0.1.12-7.1
has caused the Debian Bug report #745364,
regarding audtty: 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.)


-- 
745364: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745364
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:audtty
Version: 0.1.12-5.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/audtty_0.1.12-5.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 gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... /usr/bin/rm
checking for mv... /usr/bin/mv
checking for cp... /usr/bin/cp
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDACIOUS... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for stdlib.h... (cached) yes
checking for strcasecmp... yes
checking for initscr in -lncursesw... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make[1]: Leaving directory '/build/reproducible-path/audtty-0.1.12'
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	make -j1
make[1]: Entering directory '/build/reproducible-path/audtty-0.1.12'
cc -g -Wall -I/usr/include/dbus-1.0 `pkg-config --cflags glib-2.0` -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/audtty-0.1.12=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o main.o -c main.c
main.c: In function ‘main’:
main.c:59:9: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations]
   59 |         g_type_init();
      |         ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/dbus-1.0/dbus/dbus-glib.h:29,
                 from /usr/include/audacious/audctrl.h:25,
                 from main.c:20:
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
main.c: In function ‘controls’:
main.c:206:25: error: too many arguments to function ‘playlist_jump’; expected 0, have 1
  206 |                         playlist_jump(list);
      |                         ^~~~~~~~~~~~~ ~~~~
In file included from main.c:36:
playlist_jump.h:26:6: note: declared here
   26 | void playlist_jump();
      |      ^~~~~~~~~~~~~
main.c:173:22: warning: variable ‘width’ set but not used [-Wunused-but-set-variable]
  173 |         gint height, width;
      |                      ^~~~~
main.c: In function ‘mvwtitledhline’:
main.c:359:14: warning: variable ‘height’ set but not used [-Wunused-but-set-variable]
  359 |         gint height, width;
      |              ^~~~~~
make[1]: *** [Makefile:25: main.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/audtty-0.1.12'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:3: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: audtty
Source-Version: 0.1.12-7.1
Done: Adrian Bunk <bunk@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated audtty 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: Fri, 19 Sep 2025 22:35:19 +0300
Source: audtty
Architecture: source
Version: 0.1.12-7.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 745364
Changes:
 audtty (0.1.12-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix incorrect playlist_jump() call, thanks to Michael Tautschnig.
     (Closes: #745364)
Checksums-Sha1:
 b7b7bdb5c75fd6cd59465e02e8fcdc022d04a213 2010 audtty_0.1.12-7.1.dsc
 dc967f87af069ca31ee0ff11cf1dc0a16644d18a 4780 audtty_0.1.12-7.1.debian.tar.xz
Checksums-Sha256:
 c1d9eb67378b61f96ab84361d79c2b44d7a95402cd557e576657c6bb71b8045e 2010 audtty_0.1.12-7.1.dsc
 7123ef4a8458dce3421b1fa2f871867c50b23d41b788682850935477ba40336e 4780 audtty_0.1.12-7.1.debian.tar.xz
Files:
 0921b1d3722375b22f7633fbcfe43719 2010 sound optional audtty_0.1.12-7.1.dsc
 263728e6137bbf15d12172eb23b4161b 4780 sound optional audtty_0.1.12-7.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjN6UYACgkQiNJCh6LY
mLFlehAAmCWu8YheyHmGX/UpE0UowiDZeyoz70fDoeFBRNZSH0DY74Hk3gqzfC/q
Rx68oObLsugpeWk883gJYfp3qNW9tIcpgzH3q3TPLEllkV4YQVXtEcIHFKjiVXmM
P8KmF4dkM5GyOrtUeYnvgy+ZUkXk5/L2iZQU2cH0vmds8EXKfRtU8aUj44i+bfRK
vKMwb4M0iOHIZImqa0Zjvbc17YUghifclFvtHyhuDkCVvsAjNz/7DTpdCq2N3dgU
Hy3GfoBubLTatmHsFShzKIpAxYV7K50IWYWa+CAwyfKRkGtwe5cBolpvyitZfSkN
dKGacfFoTF7QfkaM96/YXtnhnYNISMyR0puAkDqRUns5yqoybs3er5+B6PdGfp52
HFN3cC3zZd9VCS5YKMFbEJ4KoG7oDiwqWVQ+M5qryVTKNVuLAOm3iBMNNCVybHZh
cMgxlTV00qPEV3PkYyfrLta6hb5dnvur2Wg+xDMqAK4qAwICi0f3hR8gY7rnbUoS
JPBLjCo1thqwWPmSbYpurLYcqyMM/sodcviyz+8h1yGLvsdqhj88TY+IgFRPcOdv
+BnOjvmF+VExnP3eMAzlmBn4mCGujtrNQjbgfOrYiolpwWeYXLZjPNC0ACmE9qvu
ApseTFHIf2XXW9wXg7KnCXM23alY7x9kUhgfNhSTGngR0fkHVxY=
=hpLt
-----END PGP SIGNATURE-----

Attachment: pgppYCZAeI3Y9.pgp
Description: PGP signature


--- End Message ---

Reply to: