[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/nip2_8.9.1-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
[...]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
make[4]: *** [Makefile:1057: nip2-vobject.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:987: nip2-progress.o] Error 1
vipsobject.c: In function ‘vo_free’:
vipsobject.c:74:9: warning: ‘vips_free’ is deprecated: Use 'g_free' instead [-Wdeprecated-declarations]
74 | im_free( vo );
| ^~~~~~~
In file included from /usr/include/vips/vips7compat.h:1764,
from /usr/include/vips/vips.h:146,
from ip.h:159:
/usr/include/vips/almostdeprecated.h:440:5: note: declared here
440 | int vips_free(void *buf);
| ^~~~~~~~~
make[4]: *** [Makefile:1015: nip2-plotpresent.o] Error 1
make[4]: *** [Makefile:959: nip2-vipsobject.o] Error 1
plotstatus.c: In function ‘plotstatus_columns_destroy’:
plotstatus.c:50:9: warning: ‘vips_free’ is deprecated: Use 'g_free' instead [-Wdeprecated-declarations]
50 | IM_FREE( plotstatus->label );
| ^~~~~~~
In file included from /usr/include/vips/vips7compat.h:1764,
from /usr/include/vips/vips.h:146,
from ip.h:159:
/usr/include/vips/almostdeprecated.h:440:5: note: declared here
440 | int vips_free(void *buf);
| ^~~~~~~~~
panechild.c: In function ‘panechild_finalize’:
panechild.c:49:9: warning: ‘vips_free’ is deprecated: Use 'g_free' instead [-Wdeprecated-declarations]
49 | IM_FREE( panechild->title );
| ^~~~~~~
In file included from /usr/include/vips/vips7compat.h:1764,
from /usr/include/vips/vips.h:146,
from ip.h:159:
/usr/include/vips/almostdeprecated.h:440:5: note: declared here
440 | int vips_free(void *buf);
| ^~~~~~~~~
panechild.c: In function ‘panechild_new’:
panechild.c:151:9: warning: ‘vips_free’ is deprecated: Use 'g_free' instead [-Wdeprecated-declarations]
151 | IM_SETSTR( panechild->title, title );
| ^~~~~~~~~
/usr/include/vips/almostdeprecated.h:440:5: note: declared here
440 | int vips_free(void *buf);
| ^~~~~~~~~
make[4]: *** [Makefile:1029: nip2-plotstatus.o] Error 1
make[4]: *** [Makefile:1001: nip2-panechild.o] Error 1
make[4]: *** [Makefile:1043: nip2-floatwindow.o] Error 1
make[4]: *** [Makefile:973: nip2-plotmodel.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/nip2-8.9.1/src'
make[3]: *** [Makefile:2888: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/nip2-8.9.1/src'
make[2]: *** [Makefile:569: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/nip2-8.9.1'
make[1]: *** [Makefile:434: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/nip2-8.9.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:39: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2