Your message dated Sat, 08 Nov 2025 06:18:44 +0000
with message-id <[email protected]>
and subject line Bug#1097439: fixed in csh 20240808-4
has caused the Debian Bug report #1097439,
regarding ncl: 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.)
--
1097439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ncl
Version: 6.6.2.dfsg.1-10
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/ncl_6.6.2.dfsg.1-10_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
[...]
mv config/Project.post config/Project
make[1]: Leaving directory '/build/reproducible-path/ncl-6.6.2.dfsg.1'
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/ncl-6.6.2.dfsg.1'
cp config/Site.local.shared config/Site.local
cp debian/LINUX.DEBIAN.gfortran config/LINUX
ln -sf LINUX config/DEBIAN
# regenerate lex file; shipped was non-dfsg
( cd ./ncarview/src/lib/libictrans ; flex -o lex.yy_linux.c lex.l )
echo 'n' | ./Configure -v
*** WARNING:There is a previous configuration saved.
Overwrite existing configuration? (n)
Enter Return(default), y(yes), n(no), or q(quit) >
Building Top-level Makefile with current configuration options
Making ymake from Makefile.ini in ./config first
make[2]: Entering directory '/build/reproducible-path/ncl-6.6.2.dfsg.1/config'
cc -O -Wdate-time -D_FORTIFY_SOURCE=2 -DH5_USE_110_API -c -o ymake-filter.o
ymake-filter.c
ymake-filter.c: In function ‘main’:
ymake-filter.c:57:22: error: too many arguments to function ‘isacppcomment’;
expected 0, have 1
57 | if ( isacppcomment(line) ) continue;
| ^~~~~~~~~~~~~ ~~~~
ymake-filter.c:50:17: note: declared here
50 | int isacppcomment();
| ^~~~~~~~~~~~~
ymake-filter.c: In function ‘isacppcomment’:
ymake-filter.c:50:17: warning: old-style function definition
[-Wold-style-definition]
ymake-filter.c:214:1: error: number of arguments doesn’t match prototype
214 | {
| ^
ymake-filter.c:50:17: error: prototype declaration
50 | int isacppcomment();
| ^~~~~~~~~~~~~
make[2]: *** [<builtin>: ymake-filter.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/ncl-6.6.2.dfsg.1/config'
Continuing in: /build/reproducible-path/ncl-6.6.2.dfsg.1
./config/ymake-filter: Command not found.
You have completed the configuration process. Once you exit this
program you may initiate the installation procedure by typing:
make Everything >& make-output &
You can watch the output with:
tail -f make-output
If this is not your first installation attempt, and you simply
made some changes in the configuration, restart the process using:
make All >>& make-output &
This command does not erase object code that has already
been compiled.
Both of these commands run the installation procedure
in the background, and you can track its progress
by periodically examining the file "make-output" while
the installation proceeds.
/usr/bin/make Makefiles includes depend
make[2]: Entering directory '/build/reproducible-path/ncl-6.6.2.dfsg.1'
make[2]: *** No rule to make target 'Makefiles'. Stop.
make[2]: Leaving directory '/build/reproducible-path/ncl-6.6.2.dfsg.1'
make[1]: *** [debian/rules:119: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/ncl-6.6.2.dfsg.1'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: csh
Source-Version: 20240808-4
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
csh, 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.
Alastair McKinstry <[email protected]> (supplier of updated csh 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: Fri, 07 Nov 2025 16:12:49 +0000
Source: csh
Architecture: source
Version: 20240808-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1097439
Changes:
csh (20240808-4) unstable; urgency=medium
.
* Redo std23 patch; use c17 with gcc15; int/bool issue breaks
third-party codes. Closes: #1097439
Checksums-Sha1:
6dcf21f52ea7ef2d55580ce931d9b2b3daf706bd 1908 csh_20240808-4.dsc
04a9656eb30a71e45dd92527c0032b59c0a0678e 14048 csh_20240808-4.debian.tar.xz
Checksums-Sha256:
915ae0f53e3152098cbc55dd644d339b61047d3c7625171352c2d9e4eedc5ae6 1908
csh_20240808-4.dsc
400caf5ecba01d851daa3f06cf86ce87a45a7e7bf798244a0e9ba8f707cd3a75 14048
csh_20240808-4.debian.tar.xz
Files:
6e20ec08866416e270ba7fa0c567096f 1908 shells optional csh_20240808-4.dsc
df2ecf51bcff93de1f342268285df58a 14048 shells optional
csh_20240808-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmkO3loACgkQy+a7Tl2a
06V2cA//Yr1PHfUW4/CcXFuBnXp47oXT6gJDtfpft4ZPn7xD+JG+GTylb/ksOb6/
whtj9/XsHBPvnxokmuhURMSXvJCwZ7YCEegyXsK6zJzk/bpLkn3uXsnVmCxQsmBC
4k7JJTFZj6zDGYqPHUXjHUN9LO8jHYSf/bdHuQEn0eryMPWwLfKaZADlaHljNBFJ
RfVAkkeuKUa+z2sabi13lcNei/JoFE/mCVIgSz90Ih9DYIb5Cpo5w4Z9KfAKBpVj
YrSUoUZTZdzC3m2rZQm03AJUXi8jPSXNnA9qJYs1+BQQFEnE+u2BWBmLAwS6LCiF
cQ9DoUvSLeQMTRWLGugO2fa536pR6sPTm7fKGA9xvklg/N29GLi2AshRaycdP/ro
XH+uMnisVAXx5ypOkO2BWfxVBo84iUyun3blVo5QGpRtBx25MdxpmCapUazVK5DA
rJxMqBq1HPs6H1jDJSRC/ItCamSaJU3nLUzPCuHsTEhBgh+Th8tX9T9VrpSRjky1
v4GTy0z6mqf6VFhKzvGqSWeL0rmR1y0CHMqgSVS+bOzBREC1HDcdjcm2ntbIM5EG
thhNlEXxdZSssDHWF+lx9qqqqk62n3ECowsJgcYBY22vxNMmzdv8j+x4pA7UYmRD
LNVnOHuVgSxSpcBrrwOk2eupItoEIDLKwhzuHiI/Y6M31xvr6zg=
=+XAi
-----END PGP SIGNATURE-----
pgp_eASN0BLh9.pgp
Description: PGP signature
--- End Message ---