Your message dated Sun, 18 Jan 2026 08:48:58 +0000
with message-id <[email protected]>
and subject line Bug#1096313: fixed in anyremote 6.7.3-6
has caused the Debian Bug report #1096313,
regarding anyremote: 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.)
--
1096313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096313
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:anyremote
Version: 6.7.3-5
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/anyremote_6.7.3-5_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 g_thread_init in -lgthread-2.0... yes
checking for glib-2.0... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for glib-2.0 >= 2.0.0 gthread-2.0... yes
checking for GLIB - version >= 2.0.0... yes (version 2.83.3)
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
make[1]: Leaving directory '/build/reproducible-path/anyremote-6.7.3'
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/anyremote-6.7.3'
Making all in src
make[2]: Entering directory '/build/reproducible-path/anyremote-6.7.3/src'
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o main.o main.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o dispatcher.o dispatcher.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o executor.o executor.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o cmds.o cmds.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o parse.o parse.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o utils.o utils.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o conf.o conf.c
gcc -DPACKAGE_NAME=\"anyremote\" -DPACKAGE_TARNAME=\"anyremote\"
-DPACKAGE_VERSION=\"6.7.3\" -DPACKAGE_STRING=\"anyremote\ 6.7.3\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"anyremote\"
-DVERSION=\"6.7.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\
\*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_CHOWN=1 -DHAVE_FORK=1
-DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
-DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1
-DHAVE_ISASCII=1 -
DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_BLUETOOTH_BLUETOOTH_H=1
-DHAVE_X11_EXTENSIONS_XTEST_H=1 -DHAVE_ICONV_H=1 -DHAVE_LIBGTHREAD_2_0=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_BLUEZ=1 -DUSE_XTEST=1 -DUSE_ICONV=1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DUSE_GLIB=1 -DDATADIR=\"/usr/share\" -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anyremote-6.7.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include -Wall -D_REENTRANT
-O2 -g -c -o xemulate.o xemulate.c
executor.c: In function ‘handleEventMsg’:
executor.c:254:9: error: too many arguments to function ‘handleDisconnect’;
expected 0, have 1
254 | handleDisconnect(peer);
| ^~~~~~~~~~~~~~~~ ~~~~
executor.c:59:13: note: declared here
59 | static void handleDisconnect();
| ^~~~~~~~~~~~~~~~
executor.c: At top level:
executor.c:380:13: error: conflicting types for ‘handleDisconnect’; have
‘void(int)’
380 | static void handleDisconnect(int peer)
| ^~~~~~~~~~~~~~~~
executor.c:59:13: note: previous declaration of ‘handleDisconnect’ with type
‘void(void)’
59 | static void handleDisconnect();
| ^~~~~~~~~~~~~~~~
executor.c:59:13: warning: ‘handleDisconnect’ used but never defined
executor.c:380:13: warning: ‘handleDisconnect’ defined but not used
[-Wunused-function]
380 | static void handleDisconnect(int peer)
| ^~~~~~~~~~~~~~~~
make[2]: *** [Makefile:480: executor.o] Error 1
make[2]: *** Waiting for unfinished jobs....
dispatcher.c: In function ‘readFromFile’:
dispatcher.c:164:21: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
164 | fread(fBuffer+prefixSz+4, sizeof(char), fLen, fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘createDataDir’:
main.c:154:17: warning: ignoring return value of ‘chown’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
154 | chown(dd,conf.uid,conf.gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function ‘initLog’:
utils.c:125:17: warning: ignoring return value of ‘chown’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
125 | chown(logfile,conf.uid,conf.gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dispatcher.c: In function ‘hookInitOnce’:
dispatcher.c:440:13: warning: ignoring return value of ‘setgid’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
440 | setgid(conf.gid);
| ^~~~~~~~~~~~~~~~
dispatcher.c:441:13: warning: ignoring return value of ‘setuid’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
441 | setuid(conf.uid);
| ^~~~~~~~~~~~~~~~
make[2]: Leaving directory '/build/reproducible-path/anyremote-6.7.3/src'
make[1]: *** [Makefile:389: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/anyremote-6.7.3'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: anyremote
Source-Version: 6.7.3-6
Done: Philipp Huebner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
anyremote, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philipp Huebner <[email protected]> (supplier of updated anyremote 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 18 Jan 2026 09:29:11 +0100
Source: anyremote
Architecture: source
Version: 6.7.3-6
Distribution: unstable
Urgency: medium
Maintainer: Philipp Huebner <[email protected]>
Changed-By: Philipp Huebner <[email protected]>
Closes: 1096313
Changes:
anyremote (6.7.3-6) unstable; urgency=medium
.
[ Matheus Polkorny ]
* d/p/fix-build-with-gcc-15.patch: New upstream patch (Closes: #1096313)
.
[ Philipp Huebner ]
* Updated Standards-Version: 4.7.3
* Updated debian/watch to version 5
* Updated debian/copyright
Checksums-Sha1:
78a844bebae43e578ac022ed82858af0dedef0d0 2121 anyremote_6.7.3-6.dsc
44c8dc3915496c5ca8a22b25a644702fc2f873a9 6696 anyremote_6.7.3-6.debian.tar.xz
6ae5081c86411b7a48d7f88290a9d86d75e4f97c 9001 anyremote_6.7.3-6_amd64.buildinfo
Checksums-Sha256:
f69c00bcedb48e143c360dd38d742c3e5b589f2c0400044e27fb726b89cb3051 2121
anyremote_6.7.3-6.dsc
4b8b7e0cc6ba9b628d3139a6feae4ff6bbb9bbc257d2005b9fbd05bb8283a479 6696
anyremote_6.7.3-6.debian.tar.xz
00130244cf8e289b172ca7d631799b1b79180065f67612c9e7b3aaa84858f0ea 9001
anyremote_6.7.3-6_amd64.buildinfo
Files:
1564bc731264d858143d02bda2cf1493 2121 utils optional anyremote_6.7.3-6.dsc
8ffba2f07feff140d0857f1828633b28 6696 utils optional
anyremote_6.7.3-6.debian.tar.xz
0894d53174c7db5ddd2cdb64ac032ccc 9001 utils optional
anyremote_6.7.3-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEECEGLvkRyDy26xQXsunokltrkDRwFAmlsmuQVHGRlYmFsYW5j
ZUBkZWJpYW4ub3JnAAoJELp6JJba5A0cZX0QANFuD2kxrq44iOJTCgkvVMB9Fsbs
u1cvdXwAN6dSQat1NNX9F6xOOX/9OAEJKf2vmVUI8GpZ7lGF+z43sJ0K7FWzKFI/
6pEDADMRJ9aINYDypRAYyiIqzt3OCEMNYYMS0WA8IcJ/Jbo2bd6n+0/MeWNNFM23
b5nCbCO4MP4PLVjWAHCQoIv20vSVoHY50bzdOTnwHKJDyIBkAyGueiIgOBkAKx84
/XzOtf+yVERA7NoQxWPdUuLxQjDojDn2biSjFE0/cFCeTUpz2tR2dGlAv7be9sQl
AxHRk2mWsNKwA+WHxP/ek/0B4rqMnHbGLht0O1Y49UxmP8MdVgEyBsITNTdKznpg
Pn7p6RiVVBJjnK3GLP8a+5uatCKXQTuiRaNis4G1/52wiitwBpZPdOb3t2+5s0uN
Dyk1LuI8H+0BFl8nTRd5CnDbVE0jH+NjkO0iW/g7SxtMMp6O07SHP+is35kkOop8
xySnZUAkE3U8YiayDUoU5iRWphGWvfkGz2A597iDcneippsycOMB9YiRiBvYHehr
73Nfb9D+Z5I8c023iso31/yboFfvEJWXnkUWW2IWOaLoQyCScCFNH6PcHAEHOXcr
0heP28a3Fxwb56HnQekyF7FTbuJ4okS3iYyBBUHZDdsnTU2D6IZ8YcMuTwZt1Aud
y4wK9o/x5yR++VgZ
=YeQ6
-----END PGP SIGNATURE-----
pgpLNuxQ541bV.pgp
Description: PGP signature
--- End Message ---