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

Bug#1097995: marked as done (ticker: ftbfs with GCC-15)



Your message dated Sat, 27 Sep 2025 18:11:58 +0000
with message-id <E1v2ZOo-00651W-1M@fasolo.debian.org>
and subject line Bug#1097995: fixed in ticker 1.16
has caused the Debian Bug report #1097995,
regarding ticker: 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.)


-- 
1097995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097995
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:ticker
Version: 1.15
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/ticker_1.15_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

[...]
configure.ac:37: the top level
configure.ac:54: warning: The macro 'AC_HEADER_TIME' is obsolete.
configure.ac:54: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
configure.ac:54: the top level
configure.ac:67: warning: AC_OUTPUT should be used without arguments.
configure.ac:67: You should run autoupdate.
   dh_auto_configure
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for SLsig_block_signals in -lslang... 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 sys/time.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for limits.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getopt.h... yes
checking for slang.h... yes
checking for an ANSI C-conforming const... yes
checking for vprintf... yes
checking for select... yes
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating makeinfo
config.status: WARNING:  'autoconf/makeinfo.in' seems to ignore the --datarootdir setting
config.status: creating slang.h
config.status: creating config.h
   dh_auto_build
	make -j8
make[1]: Entering directory '/build/reproducible-path/ticker-1.15'
gcc ticker.c -o ticker  -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ticker-1.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -lslang  
ticker.c: In function ‘Init_Screen’:
ticker.c:86:32: error: passing argument 1 of ‘SLang_set_abort_signal’ from incompatible pointer type [-Wincompatible-pointer-types]
   86 |         SLang_set_abort_signal(Clean_Exit);
      |                                ^~~~~~~~~~
      |                                |
      |                                void (*)(void)
In file included from slang.h:7,
                 from ticker.c:13:
/usr/include/slang.h:1490:39: note: expected ‘void (*)(int)’ but argument is of type ‘void (*)(void)’
 1490 | SL_EXTERN int SLang_set_abort_signal (void (*)(int));
      |                                       ^~~~~~~~~~~~~
ticker.c:68:6: note: ‘Clean_Exit’ declared here
   68 | void Clean_Exit () {
      |      ^~~~~~~~~~
make[1]: *** [Makefile:11: ticker] Error 1
make[1]: Leaving directory '/build/reproducible-path/ticker-1.15'
dh_auto_build: error: make -j8 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 ---
Source: ticker
Source-Version: 1.16
Done: Sergio Durigan Junior <sergiodj@debian.org>

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

Debian distribution maintenance software
pp.
Sergio Durigan Junior <sergiodj@debian.org> (supplier of updated ticker 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: Sat, 27 Sep 2025 13:41:17 -0400
Source: ticker
Architecture: source
Version: 1.16
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sergio Durigan Junior <sergiodj@debian.org>
Closes: 1097995
Changes:
 ticker (1.16) unstable; urgency=medium
 .
   * QA upload.
   * ticket.c: Properly declare Clean_Exit.
     Fix FTBFS with GCC 15. (Closes: #1097995)
Checksums-Sha1:
 235ebae21af4d76cc95b0b2c3a7f78c6b2a9537b 1609 ticker_1.16.dsc
 0d3d54c056ef1cdc8b210466e412405fb6cc5f21 47356 ticker_1.16.tar.xz
 4a5ff330d0b23596db8e43c348617f25dcd1f698 5965 ticker_1.16_amd64.buildinfo
Checksums-Sha256:
 a45e8629c3d6ecc0244fca255da88e9f6f70be86c0e284247dc0ae7107f9f117 1609 ticker_1.16.dsc
 af88c0a7b6d56ee7d129b5c8ff98831ff2cd10080b131411cad89cdb09b23c69 47356 ticker_1.16.tar.xz
 fbd4fdc03053e836d0a4f3c9fa4846a6d08d6d4a303ea599c49544be982cca53 5965 ticker_1.16_amd64.buildinfo
Files:
 7ed06c58e8e4e6decfda803399d9f5a6 1609 utils optional ticker_1.16.dsc
 3789b90a49c203f8a192643389028cdc 47356 utils optional ticker_1.16.tar.xz
 0405f02b88b6917b48e92631203fc5ff 5965 utils optional ticker_1.16_amd64.buildinfo

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

iQJIBAEBCgAyFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmjYIesUHHNlcmdpb2Rq
QGRlYmlhbi5vcmcACgkQ0Ot2KGX8XjY/NA/+O0X3JUx8Y70cU+QRubcUlbwGDqHa
qweiH7+i1mGcEsOyXnL/jHEMb4P0YPm1hYEFk2JpTQVstp4WZH24C6JHlgu9wi0+
WgflUJrMwaiBAkIs7xgozStG+tBxgWEHvJ03lSqyF7ZW9q5YeO2n90bur6N4aBNo
zpKwzmNrOpY4e85HMc57TYAuI/p7K3Ot5ncB6uOJtf1UfO+iI+BAkO81K/eLdQyo
msjYeWUedQAtmavAst2SMlKf5wpgugqlQ566RYy/re/rvcwfoA7+K0Qg2Eb4xPeY
F4hQtAchrRG2j8yQGeJcQV7RGtAdFyK7aS8i5P/2XSSLCg/R/KmmyD8dY0DJIUZa
75Jo8gOmScjnLoPYTsnhsu1JI6487V+9CgZbiW8MGGJQWFnIQe7+CsEXc8R6i2DQ
tpjGD9GNWnMb1Qy3AfmpCGkSeK/dXcBv4dgoag7Ghe3xYBv3mkmp8RIP9g88Q1fw
6/WEEaU4Vbe2ABkCCNni9lJZv5ZN7bgpMlcesv0UrnunH8w3l4Wht3eT+/yaaeEg
s97vb/ILNU0ezdBqcBO4U0vZrvV3rlebRV9cq5xzT8jH4lMexTk6W9DDfPBrRINb
G+EO9No4Jef8bFAqXS0tGR7txbNxDwVwxK8/frwaq+d3ZHRojl2CCY5EojVbx9gA
t2Rm+2un9urFL/Y=
=lKXS
-----END PGP SIGNATURE-----

Attachment: pgpZQkuxnVPFb.pgp
Description: PGP signature


--- End Message ---

Reply to: