Your message dated Sat, 06 Sep 2025 12:57:56 +0000
with message-id <[email protected]>
and subject line Bug#1097468: fixed in nip2 8.9.1-2
has caused the Debian Bug report #1097468,
regarding nip2: 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.)
--
1097468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097468
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nip2
Version: 8.9.1-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/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
--- End Message ---
--- Begin Message ---
Source: nip2
Source-Version: 8.9.1-2
Done: Laszlo Boszormenyi (GCS) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nip2, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated nip2 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, 06 Sep 2025 10:41:32 +0200
Source: nip2
Architecture: source
Version: 8.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 1097468
Changes:
nip2 (8.9.1-2) unstable; urgency=medium
.
* Backport upstream fixes for compilation with GCC 15 (closes: #1097468):
- do not redeclare statfs(),
- declare function arguments for function pointer.
* Switch pkg-config dependency to pkgconf.
* Refer online version of Free Software Foundation licence.
* Update Standards-Version to 4.7.2 .
Checksums-Sha1:
18b7177715afeec9095e62a3e69cb99d0eb91e59 2053 nip2_8.9.1-2.dsc
a2c9dd4e0d99ba84102d74e0c5b1495127e30bab 8432 nip2_8.9.1-2.debian.tar.xz
Checksums-Sha256:
1774ef07a94ba259ebc0b4bbacb4079b4916b876fa888317ce3e9bb675e5d1a7 2053
nip2_8.9.1-2.dsc
be4f3bf61d89d411035a51dc5a4cd372274c27ac3877fc35ff9ae50cf879609a 8432
nip2_8.9.1-2.debian.tar.xz
Files:
503ddaf7500ee832a609613e17db71b7 2053 graphics optional nip2_8.9.1-2.dsc
31d293643c98791c8300bb920bcaaeac 8432 graphics optional
nip2_8.9.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmi7/roACgkQ3OMQ54ZM
yL/eFQ/+Pg6osz0JVONToEZFpl1//odkIxsp+JlMeMFK0DJkBASdndzQWfj0M5Kp
Rr6N+5Qce1FmBCnv5TJ/yqsFwJ3lrwrr8VJAtzQvL/I1/pVQQsfHSNbS4vNhoJO6
vUsqQKBVa8LFe0RvKe+oIMOGfi/r+7l46YWblhK6rB6LRNUrrBEHcj/FnhsdRaz0
xoQW4zBdvtUvuzKHSpGl/8rvEiiNy9rueHe5U8KMeitXaoN4Ko0vZvAWnfpBxcTt
xuDptAL3Y9/wzSPGj1yr6ulz3aDwqQWcjg8ye4mSPODnuyej6TPJPYIaYwzegX+6
aJcMGWYMc9p6dbZuwdwqIXu5YZnww7pZwLaSICLHfcYKmWzNPkxNJiozCBJNB+tO
o+2nsCK8tKFTYQY9mDEQf8kcoutVUv0eMqhLbEY17pRJ+eT+AiYENp9fqVU6zcbR
clvfPNc4TNv4Di4Hzc+213/MtiwRzi+x/1GJhS6j9Lxv8/9e1pYWh0oPsCi90CVb
o7ETmu/Af+xic9iFkoERxYRLA5dXyFhtcH+p+DoFocsVHPpkRkid1/F+x2rlJJdX
EROdwxAonImqrmQkPFRzijun+2R9JWpovgqE3KwSaERJHKcbs4eVZrlFBP4LcimU
KWg837psfEUVZ+rYfz3QXxqEL3EXZs3mGRKsCC4Z2WLwxMZfH6I=
=RXqj
-----END PGP SIGNATURE-----
pgpGCFtKQ0GvN.pgp
Description: PGP signature
--- End Message ---