Your message dated Sun, 18 Jan 2026 12:58:45 +0000
with message-id <[email protected]>
and subject line Bug#1121842: Removed package(s) from unstable
has caused the Debian Bug report #1097960,
regarding sympathy: 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.)
--
1097960: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097960
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sympathy
Version: 1.2.1+woking+cvs+git20171124-1
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/sympathy_1.2.1+woking+cvs+git20171124-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 scsi/sg.h... yes
checking for stdint.h... (cached) yes
checking for sys/int_types.h... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for dirent.h... yes
checking for sys/stat.h... (cached) yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for select... yes
checking for strdup... yes
checking for strstr... 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 src/sympathy.h.head
config.status: creating test/Makefile
config.status: creating apps/Makefile
config.status: creating libsympathy-config.src
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
make[1]: Leaving directory
'/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124'
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/sympathy-1.2.1+woking+cvs+git20171124'
Making all in src
make[2]: Entering directory
'/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124/src'
cat sympathy.h.head crt.h utf8.h tty.h ansi.h vt102.h keys.h history.h ring.h
slide.h log.h ipc.h symsocket.h keydis.h cmd.h lockfile.h rx.h context.h
vt102_charset.h prototypes.h sympathy.h.tail > sympathy.h || /bin/rm -f
sympathy.h
make all-am
make[3]: Entering directory
'/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124/src'
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-ansi.o `test -f
'ansi.c' || echo './'`ansi.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-crt.o `test -f
'crt.c' || echo './'`crt.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-html.o `test -f
'html.c' || echo './'`html.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-libsympathy.o `test
-f 'libsympathy.c' || echo './'`libsympathy.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-render.o `test -f
'render.c' || echo './'`render.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-version.o `test -f
'version.c' || echo './'`version.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-vt102.o `test -f
'vt102.c' || echo './'`vt102.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-tty.o `test -f
'tty.c' || echo './'`tty.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-keydis.o `test -f
'keydis.c' || echo './'`keydis.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-history.o `test -f
'history.c' || echo './'`history.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-ring.o `test -f
'ring.c' || echo './'`ring.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-ptty.o `test -f
'ptty.c' || echo './'`ptty.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-terminal.o `test -f
'terminal.c' || echo './'`terminal.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-util.o `test -f
'util.c' || echo './'`util.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-log.o `test -f
'log.c' || echo './'`log.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-ipc.o `test -f
'ipc.c' || echo './'`ipc.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-slide.o `test -f
'slide.c' || echo './'`slide.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-symsocket.o `test
-f 'symsocket.c' || echo './'`symsocket.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-serial.o `test -f
'serial.c' || echo './'`serial.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-cmd.o `test -f
'cmd.c' || echo './'`cmd.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o libsympathy_a-lockfile.o `test -f
'lockfile.c' || echo './'`lockfile.c
lockfile.c: In function ‘chown_uucp’:
lockfile.c:166:1: error: old-style function definition
[-Werror=old-style-definition]
166 | chown_uucp (fd)
| ^~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1035: libsympathy_a-lockfile.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124/src'
make[2]: *** [Makefile:543: all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124/src'
make[1]: *** [Makefile:561: all-recursive] Error 1
make[1]: Leaving directory
'/build/reproducible-path/sympathy-1.2.1+woking+cvs+git20171124'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 1.2.1+woking+cvs+git20171124-1+rm
Dear submitter,
as the package sympathy has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1121842
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---