Your message dated Sat, 04 Oct 2025 14:35:40 +0000
with message-id <[email protected]>
and subject line Bug#1096655: fixed in freeglut 3.4.0-5
has caused the Debian Bug report #1096655,
regarding freeglut: 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.)
--
1096655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freeglut
Version: 3.4.0-4
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/freeglut_3.4.0-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
[...]
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/fg_font.c.o -MF
CMakeFiles/freeglut_static.dir/src/fg_font.c.o.d -o
CMakeFiles/freeglut_static.dir/src/fg_font.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/fg_font.c
[ 29%] Building C object CMakeFiles/freeglut.dir/src/x11/fg_cursor_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT CMakeFiles/freeglut.dir/src/x11/fg_cursor_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_cursor_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_cursor_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_cursor_x11.c
[ 30%] Building C object CMakeFiles/freeglut.dir/src/x11/fg_ext_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT CMakeFiles/freeglut.dir/src/x11/fg_ext_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_ext_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_ext_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_ext_x11.c
[ 31%] Building C object CMakeFiles/freeglut_static.dir/src/fg_menu.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/fg_menu.c.o -MF
CMakeFiles/freeglut_static.dir/src/fg_menu.c.o.d -o
CMakeFiles/freeglut_static.dir/src/fg_menu.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/fg_menu.c
[ 31%] Building C object CMakeFiles/freeglut.dir/src/x11/fg_gamemode_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT CMakeFiles/freeglut.dir/src/x11/fg_gamemode_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_gamemode_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_gamemode_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_gamemode_x11.c
[ 32%] Building C object
CMakeFiles/freeglut_static.dir/src/x11/fg_cursor_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/x11/fg_cursor_x11.c.o -MF
CMakeFiles/freeglut_static.dir/src/x11/fg_cursor_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_cursor_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_cursor_x11.c
[ 33%] Building C object
CMakeFiles/freeglut.dir/src/x11/fg_glutfont_definitions_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT
CMakeFiles/freeglut.dir/src/x11/fg_glutfont_definitions_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_glutfont_definitions_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_glutfont_definitions_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_glutfont_definitions_x11.c
[ 34%] Building C object CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_init_x11.c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_gamemode_x11.c:35:12:
warning: ‘use_xrandr’ defined but not used [-Wunused-function]
35 | static int use_xrandr(void)
| ^~~~~~~~~~
[ 34%] Building C object CMakeFiles/freeglut_static.dir/src/x11/fg_ext_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/x11/fg_ext_x11.c.o -MF
CMakeFiles/freeglut_static.dir/src/x11/fg_ext_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_ext_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_ext_x11.c
[ 34%] Building C object
CMakeFiles/freeglut.dir/src/x11/fg_input_devices_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT
CMakeFiles/freeglut.dir/src/x11/fg_input_devices_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_input_devices_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_input_devices_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_input_devices_x11.c
[ 35%] Building C object
CMakeFiles/freeglut_static.dir/src/x11/fg_gamemode_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/x11/fg_gamemode_x11.c.o
-MF CMakeFiles/freeglut_static.dir/src/x11/fg_gamemode_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_gamemode_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_gamemode_x11.c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_init_x11.c:297:6: error:
conflicting types for ‘fgPlatformDestroyContext’; have
‘void(SFG_PlatformDisplay, struct __GLXcontextRec *)’ {aka ‘void(struct
tagSFG_PlatformDisplay, struct __GLXcontextRec *)’}
297 | void fgPlatformDestroyContext ( SFG_PlatformDisplay pDisplay,
SFG_WindowContextType MContext )
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_init_x11.c:34:
/build/reproducible-path/freeglut-3.4.0/src/egl/fg_init_egl.h:31:13: note:
previous declaration of ‘fgPlatformDestroyContext’ with type ‘void(void)’
31 | extern void fgPlatformDestroyContext();
| ^~~~~~~~~~~~~~~~~~~~~~~~
[ 36%] Building C object CMakeFiles/freeglut.dir/src/x11/fg_joystick_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT CMakeFiles/freeglut.dir/src/x11/fg_joystick_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_joystick_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_joystick_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_joystick_x11.c
make[3]: *** [CMakeFiles/freeglut.dir/build.make:474:
CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 37%] Building C object CMakeFiles/freeglut.dir/src/x11/fg_main_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -Dfreeglut_EXPORTS
-I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -fPIC -MD -MT CMakeFiles/freeglut.dir/src/x11/fg_main_x11.c.o -MF
CMakeFiles/freeglut.dir/src/x11/fg_main_x11.c.o.d -o
CMakeFiles/freeglut.dir/src/x11/fg_main_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_main_x11.c
[ 38%] Building C object
CMakeFiles/freeglut_static.dir/src/x11/fg_glutfont_definitions_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT
CMakeFiles/freeglut_static.dir/src/x11/fg_glutfont_definitions_x11.c.o -MF
CMakeFiles/freeglut_static.dir/src/x11/fg_glutfont_definitions_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_glutfont_definitions_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_glutfont_definitions_x11.c
[ 38%] Building C object CMakeFiles/freeglut_static.dir/src/x11/fg_init_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/x11/fg_init_x11.c.o -MF
CMakeFiles/freeglut_static.dir/src/x11/fg_init_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_init_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_init_x11.c
[ 39%] Building C object
CMakeFiles/freeglut_static.dir/src/x11/fg_input_devices_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT
CMakeFiles/freeglut_static.dir/src/x11/fg_input_devices_x11.c.o -MF
CMakeFiles/freeglut_static.dir/src/x11/fg_input_devices_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_input_devices_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_input_devices_x11.c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_gamemode_x11.c:35:12:
warning: ‘use_xrandr’ defined but not used [-Wunused-function]
35 | static int use_xrandr(void)
| ^~~~~~~~~~
[ 39%] Building C object
CMakeFiles/freeglut_static.dir/src/x11/fg_joystick_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/x11/fg_joystick_x11.c.o
-MF CMakeFiles/freeglut_static.dir/src/x11/fg_joystick_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_joystick_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_joystick_x11.c
[ 40%] Building C object CMakeFiles/freeglut_static.dir/src/x11/fg_main_x11.c.o
/usr/bin/cc -DHAVE_CONFIG_H -I/build/reproducible-path/freeglut-3.4.0/src
-I/build/reproducible-path/freeglut-3.4.0/include
-I/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/freeglut-3.4.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-pedantic -MD -MT CMakeFiles/freeglut_static.dir/src/x11/fg_main_x11.c.o -MF
CMakeFiles/freeglut_static.dir/src/x11/fg_main_x11.c.o.d -o
CMakeFiles/freeglut_static.dir/src/x11/fg_main_x11.c.o -c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_main_x11.c
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_init_x11.c:297:6: error:
conflicting types for ‘fgPlatformDestroyContext’; have
‘void(SFG_PlatformDisplay, struct __GLXcontextRec *)’ {aka ‘void(struct
tagSFG_PlatformDisplay, struct __GLXcontextRec *)’}
297 | void fgPlatformDestroyContext ( SFG_PlatformDisplay pDisplay,
SFG_WindowContextType MContext )
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
/build/reproducible-path/freeglut-3.4.0/src/x11/fg_init_x11.c:34:
/build/reproducible-path/freeglut-3.4.0/src/egl/fg_init_egl.h:31:13: note:
previous declaration of ‘fgPlatformDestroyContext’ with type ‘void(void)’
31 | extern void fgPlatformDestroyContext();
| ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/freeglut_static.dir/build.make:474:
CMakeFiles/freeglut_static.dir/src/x11/fg_init_x11.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
'/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:195: CMakeFiles/freeglut.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
'/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:227: CMakeFiles/freeglut_static.dir/all]
Error 2
make[2]: Leaving directory
'/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/freeglut-3.4.0/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: freeglut
Source-Version: 3.4.0-5
Done: Anton Gladky <[email protected]>
We believe that the bug you reported is fixed in the latest version of
freeglut, 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.
Anton Gladky <[email protected]> (supplier of updated freeglut 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: Sat, 04 Oct 2025 14:57:16 +0200
Source: freeglut
Architecture: source
Version: 3.4.0-5
Distribution: unstable
Urgency: medium
Maintainer: Anton Gladky <[email protected]>
Changed-By: Anton Gladky <[email protected]>
Closes: 1096655
Changes:
freeglut (3.4.0-5) unstable; urgency=medium
.
[ Henrique F. Simoes ]
* [599fda5] Revert direct changes to CMakeLists.txt
* [43b21e2] Fix FTBFS with GCC-15 (Closes: #1096655)
.
[ Anton Gladky ]
* [3374b79] Apply cme fix dpkg
Checksums-Sha1:
2350e6395ae21ddf9b2b4048572906a61ecc26be 2397 freeglut_3.4.0-5.dsc
9745b926bb84aa867299863e2642bb75779ccf54 18360 freeglut_3.4.0-5.debian.tar.xz
e1c7b95a9729732064d2bc0afe824eff578387d9 939140 freeglut_3.4.0-5.git.tar.xz
cb6c53032c3882c8e7346aaf564d11a50643418c 18222
freeglut_3.4.0-5_source.buildinfo
Checksums-Sha256:
6a3e9e522e00cc83e38d04bf331a8c258e8a3f16f54dba1e2e3fbd11adcdca57 2397
freeglut_3.4.0-5.dsc
1b0888859dfd3a8af92d002a923e5fd7b19e4077f1bb99fd4ac4f197cc2db349 18360
freeglut_3.4.0-5.debian.tar.xz
6a488bf8d783e18660777d2f437b710e6653e2f3e1d48135eeaa4c8e3f471053 939140
freeglut_3.4.0-5.git.tar.xz
fee092524f567320ce9d9df8db417c2ed2e8430beda8577dd83518d24ab4c94b 18222
freeglut_3.4.0-5_source.buildinfo
Files:
da755932c1749c7acfe45ecbd0d62f5b 2397 graphics optional freeglut_3.4.0-5.dsc
94e9effad5b7669f98b2d7802987fd8a 18360 graphics optional
freeglut_3.4.0-5.debian.tar.xz
99a33c463b4018518b26ec9b0240aab4 939140 graphics optional
freeglut_3.4.0-5.git.tar.xz
10407ed250b77361edc3735b8218681a 18222 graphics optional
freeglut_3.4.0-5_source.buildinfo
Git-Tag-Info: tag=de7ae819e31a36751c1433fa964b615291435bfa
fp=bbbd45ea818ab86ff67e7285d3e17383cfa7ff06
Git-Tag-Tagger: Anton Gladky <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjhJsUACgkQYG0ITkaD
wHkwVw/+OrZs4x67itohctOiuZr9pURs913IE/SaZ0XUxv8IGiOYtqhsNkWt3fRT
AAVMCsANziIriupVBa+aZlxE0Vz5Wl6JbxOgeT8iW88IopvP6SqlTbxe2rMnnOEX
vBE7KPc2rtM2KpodMVtghKgaXTfMUw0nxoFu/pIjdd9G7hW0TsTDQAKm/6BZRUvg
l5AM9aquvzqUiNNnZ9RK00AWSyWHaRccixVmqVlFDzFgKLLjo2Nb98b+UGWAssDi
fpzKtq6PlYdQEmcZU19oFJBsr+pZvh6hjm+MeckWlRIuPZGdgipLQcsXJwE5l+MM
QQ6kPnSRG1K5XGfdNtyA1ok+sj1p2HN8fhyB/FiJj+sF4iiW1QxHXome8itDCBBT
okshwaXZLRtjsCIcbudVcA3LuTJdh8ag0FISuXqXjDGoeuXUddIML9tgP5szb/AX
R1KrTMX4T0A/KJHSAYEPO7w7KFgg2M3DiyOtTs3Brsu2XY2TYYCQMw1bUjWQABZz
RmFpbqNc6LSJcOAg8onjYW2toMRUgwsnol3xou1UVjUhS7gPZMuUNHY+xjg1agL0
JbZeukcy/B5UW0ZIma0uFw4iJIQrfZwYR8LVt5svV2nHOZ1aO5Tdl2VS92eIr4Yk
KYRGs1JoMMVmkjBlX4B0EZDdM21+t2J5jM7mjEjhCbcZAgNQevY=
=+XLc
-----END PGP SIGNATURE-----
pgpmFN8cLgYmW.pgp
Description: PGP signature
--- End Message ---