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

Bug#1098006: marked as done (tlf: ftbfs with GCC-15)



Your message dated Thu, 20 Feb 2025 10:11:02 +0000
with message-id <E1tl3WI-00EMEC-60@fasolo.debian.org>
and subject line Bug#1098006: fixed in tlf 1.4.1-351-ge9217b2-1
has caused the Debian Bug report #1098006,
regarding tlf: 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.)


-- 
1098006: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098006
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:tlf
Version: 1.4.1-327-g7b714df-4
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/tlf_1.4.1-327-g7b714df-4_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

[...]
-----------------------------------------------------------------------
make[1]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df'
   dh_auto_build
	make -j8
make[1]: Entering directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df'
make  all-recursive
make[2]: Entering directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df'
Making all in doc
make[3]: Entering directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/doc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/doc'
Making all in rules
make[3]: Entering directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/rules'
make[4]: Entering directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/rules'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/rules'
make[3]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/rules'
Making all in src
make[3]: Entering directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/src'
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o addcall.o addcall.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o addmult.o addmult.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o addpfx.o addpfx.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o addspot.o addspot.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o audio.o audio.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o autocq.o autocq.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o background_process.o background_process.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o bandmap.o bandmap.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o bands.o bands.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o cabrillo_utils.o cabrillo_utils.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o calledit.o calledit.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o callinput.o callinput.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o changefreq.o changefreq.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o changepars.o changepars.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o change_rst.o change_rst.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o checklogfile.o checklogfile.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o checkqtclogfile.o checkqtclogfile.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o cleanup.o cleanup.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o clear_display.o clear_display.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o clusterinfo.o clusterinfo.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o cqww_simulator.o cqww_simulator.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o cw_utils.o cw_utils.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o dxcc.o dxcc.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o deleteqso.o deleteqso.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o edit_last.o edit_last.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o editlog.o editlog.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o err_utils.o err_utils.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o fldigixmlrpc.o fldigixmlrpc.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o freq_display.o freq_display.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o focm.o focm.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o genqtclist.o genqtclist.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o get_time.o get_time.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o getctydata.o getctydata.c
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  -DPACKAGE_DATA_DIR=\"/usr/share/tlf\" -I/usr/include/python3.13 -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -I/usr/include/libusb-1.0  -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tlf-1.4.1-327-g7b714df=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o getexchange.o getexchange.c
focm.c:63:17: error: initialization of ‘_Bool (*)(spot *)’ from incompatible pointer type ‘_Bool (*)(void)’ [-Wincompatible-pointer-types]
   63 |     .is_multi = no_multi,
      |                 ^~~~~~~~
focm.c:63:17: note: (near initialization for ‘config_focm.is_multi’)
focm.c:34:6: note: ‘no_multi’ declared here
   34 | bool no_multi() {
      |      ^~~~~~~~
make[3]: *** [Makefile:663: focm.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df/src'
make[2]: *** [Makefile:490: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df'
make[1]: *** [Makefile:386: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/tlf-1.4.1-327-g7b714df'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tlf
Source-Version: 1.4.1-351-ge9217b2-1
Done: Ervin Hegedus <airween@gmail.com>

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

Debian distribution maintenance software
pp.
Ervin Hegedus <airween@gmail.com> (supplier of updated tlf 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: Thu, 20 Feb 2025 10:02:23 +0100
Source: tlf
Architecture: source
Version: 1.4.1-351-ge9217b2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Ervin Hegedus <airween@gmail.com>
Closes: 1098006
Changes:
 tlf (1.4.1-351-ge9217b2-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 351-ge9217b2
   * Upstream contains FTBFS fix (Closes: #1098006)
Checksums-Sha1:
 f4c1fd02d3f119dd1c499b35462b3de1b221125d 2108 tlf_1.4.1-351-ge9217b2-1.dsc
 888e44e1fa6efaa9e8512d5cc51bb8757f7e2d09 800556 tlf_1.4.1-351-ge9217b2.orig.tar.gz
 21aef7d3508f6da595ef7bef6a016773c8a7e169 6036 tlf_1.4.1-351-ge9217b2-1.debian.tar.xz
Checksums-Sha256:
 991ad55715738a04933c241558dc50544f19dc0b4abb4893df2023d44af6d456 2108 tlf_1.4.1-351-ge9217b2-1.dsc
 75ea08132ebc35c9665fe1ef4645b0bda624b44887e376f14eb3f88af32a6031 800556 tlf_1.4.1-351-ge9217b2.orig.tar.gz
 99de73fefdf2430b1a667f16d65bb0ca76f875a172fbd33330102a61f0f2be8c 6036 tlf_1.4.1-351-ge9217b2-1.debian.tar.xz
Files:
 032e7e187e100418ba03947de779eaf2 2108 hamradio optional tlf_1.4.1-351-ge9217b2-1.dsc
 65af696d9af31561b7b997d22f6d0577 800556 hamradio optional tlf_1.4.1-351-ge9217b2.orig.tar.gz
 463ad338b263523be547260b59d0fcfa 6036 hamradio optional tlf_1.4.1-351-ge9217b2-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAme2/S0ACgkQTFprqxLS
p64/zA/9FT/OwslRAuejoNuM0qthAw+AdHiXEUdPTfF2bGKKcjrBZZlzFeDBZra8
vJROyd+xiPjmJAe3oxYvONheLpfgdqFtyxC9scyIpetLP+VKPYR+yrYe4D8HTC2l
f1bsPHAdgJfpF7+zZeZt6yf20ZSUeqRRWwBBA2XMKPJlg19Kt2RDDcocz0mV6L6+
HtET328I6tfPSctNVZB5saRGfsr5wS6g9v1Rw9gDReS7QFx/KCprk6vS6/g6rXp7
Kn7RrliNST70g/pzsFq3JNB3AwgRYGwDhQ/Jbw388ntzVmihzGsBWZVNoMvNCona
ffPb91JVpLDI+NV3InW7kRgLeyR+QDp+8iSjW9hUVSsDrme5MzwwHAsCBM2D1tT1
wf3vMmV0BqISrCHPaJU5AuqK9WTEvpfaF5C/msXyFAjx/JUxKE7f4X5FHvd6FMED
9ljowF/77cVCLxLM5PP0qNoI4/YhjBxYGaBHaivEORel1KYL0WvPuKDd1T/Hg0Vp
HImGA/2RR6qqDRBIqlPACK25jnDE7gssDK1WmSr/YVBODbuoL+IyKMaM38MSWVW0
biXDonkpjIRdnt203YjQIwWiLnbuxG1gmRokRsdfb1uKrcjWMhXyf2eBf2MguzOp
dOEmI2NVkit576zyQstyK0fypkBbLjI6MfYJfwEGAxehaM6bj64=
=519l
-----END PGP SIGNATURE-----

Attachment: pgpuZW17TnVVL.pgp
Description: PGP signature


--- End Message ---

Reply to: