Your message dated Tue, 02 Jun 2026 14:34:40 +0000
with message-id <[email protected]>
and subject line Bug#1097857: fixed in sciplot 1.37-1
has caused the Debian Bug report #1097857,
regarding sciplot: 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.)


-- 
1097857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sciplot
Version: 1.36-19
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/sciplot_1.36-19_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

[...]
      | ^~~~~~~~~~~~~~~~~~~~
SciPlot.c:127:13: note: previous declaration of 'ComputeAllDimensions' with 
type 'void(void)'
  127 | static void ComputeAllDimensions();
      |             ^~~~~~~~~~~~~~~~~~~~
SciPlot.c:2792:1: error: conflicting types for 'ComputeAll'; have 'void(struct 
_SciPlotRec *)'
 2792 | ComputeAll (SciPlotWidget w)
      | ^~~~~~~~~~
SciPlot.c:126:13: note: previous declaration of 'ComputeAll' with type 
'void(void)'
  126 | static void ComputeAll();
      |             ^~~~~~~~~~
SciPlot.c:3382:1: error: conflicting types for 'DrawAll'; have 'void(struct 
_SciPlotRec *)'
 3382 | DrawAll (SciPlotWidget w)
      | ^~~~~~~
SciPlot.c:128:13: note: previous declaration of 'DrawAll' with type 'void(void)'
  128 | static void DrawAll();
      |             ^~~~~~~
SciPlot.c:118:13: warning: 'Redisplay' used but never defined
  118 | static void Redisplay();
      |             ^~~~~~~~~
SciPlot.c:119:13: warning: 'Resize' used but never defined
  119 | static void Resize();
      |             ^~~~~~
SciPlot.c:120:16: warning: 'SetValues' used but never defined
  120 | static Boolean SetValues();
      |                ^~~~~~~~~
SciPlot.c:121:13: warning: 'GetValuesHook' used but never defined
  121 | static void GetValuesHook();
      |             ^~~~~~~~~~~~~
SciPlot.c:122:13: warning: 'Initialize' used but never defined
  122 | static void Initialize();
      |             ^~~~~~~~~~
SciPlot.c:123:13: warning: 'Realize' used but never defined
  123 | static void Realize();
      |             ^~~~~~~
SciPlot.c:124:13: warning: 'Destroy' used but never defined
  124 | static void Destroy();
      |             ^~~~~~~
SciPlot.c:126:13: warning: 'ComputeAll' used but never defined
  126 | static void ComputeAll();
      |             ^~~~~~~~~~
SciPlot.c:128:13: warning: 'DrawAll' used but never defined
  128 | static void DrawAll();
      |             ^~~~~~~
SciPlot.c:129:13: warning: 'ItemDrawAll' used but never defined
  129 | static void ItemDrawAll();
      |             ^~~~~~~~~~~
SciPlot.c:131:13: warning: 'EraseAll' used but never defined
  131 | static void EraseAll();
      |             ^~~~~~~~
SciPlot.c:132:13: warning: 'FontInit' used but never defined
  132 | static void FontInit();
      |             ^~~~~~~~
SciPlot.c:133:12: warning: 'ColorStore' used but never defined
  133 | static int ColorStore();
      |            ^~~~~~~~~~
SciPlot.c:134:12: warning: 'FontStore' used but never defined
  134 | static int FontStore();
      |            ^~~~~~~~~
SciPlot.c:135:12: warning: 'FontnumReplace' used but never defined
  135 | static int FontnumReplace();
      |            ^~~~~~~~~~~~~~
make[2]: *** [Makefile:563: SciPlot.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/sciplot-1.36=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c SciPlotUtil.c -o SciPlotUtil.o 
>/dev/null 2>&1
make[2]: Leaving directory '/build/reproducible-path/sciplot-1.36'
make[1]: *** [Makefile:386: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/sciplot-1.36'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sciplot
Source-Version: 1.37-1
Done: Barak A. Pearlmutter <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sciplot, 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.
Barak A. Pearlmutter <[email protected]> (supplier of updated sciplot 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: Mon, 01 Jun 2026 22:01:09 +0100
Source: sciplot
Architecture: source
Version: 1.37-1
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Closes: 1097857
Changes:
 sciplot (1.37-1) unstable; urgency=medium
 .
   * New upstream release
     - GTK4/Cairo port
     - no more ancient C constructs (closes: #1097857)
Checksums-Sha1:
 f4c926e43bed2615faccf3b9bd9e2c939ab27ce2 2253 sciplot_1.37-1.dsc
 3ce2d849b5719772ce275a1ba975a526d24c6575 69188 sciplot_1.37.orig.tar.xz
 2c76488156c55532ebc1b98b1fa56f035747be30 4384 sciplot_1.37-1.debian.tar.xz
 a441e49d44c93a20ad00f6ee2e3757f57fd303a9 162820 sciplot_1.37-1.git.tar.xz
 6b176a2d45302efa5761c16b2d185ac58ae3dd0e 17481 sciplot_1.37-1_source.buildinfo
Checksums-Sha256:
 eddfb3d652ed78f916cff244de467164521e8122751c8fc270fca441a75ac787 2253 
sciplot_1.37-1.dsc
 56bef8903347d336d625dea419da7a5fa68f401cbe8408698bc7715ef9277826 69188 
sciplot_1.37.orig.tar.xz
 e60b92d0e4d178b909cb1376eff13a3f0769b721a61dfb36a9dc8ce8e1a15408 4384 
sciplot_1.37-1.debian.tar.xz
 13c2d2ead3dc447a92024f79dd5857b6508ea38c2e6b8cfb08b55c247949fcdb 162820 
sciplot_1.37-1.git.tar.xz
 9206eb0d73f52cdb03aa533f7cf21f81e4d96826a5bf925a4dffbadadb523557 17481 
sciplot_1.37-1_source.buildinfo
Files:
 99c498b40867a5b1df0142856363b4ac 2253 science optional sciplot_1.37-1.dsc
 147b2149c507fb971e68acb2344a259e 69188 science optional 
sciplot_1.37.orig.tar.xz
 f2cec5c4dd237989d39bc6c950dea08d 4384 science optional 
sciplot_1.37-1.debian.tar.xz
 86604c067b9ed6d186f80ff652e9a6b0 162820 science None sciplot_1.37-1.git.tar.xz
 aac4c5a2bdba6f6ae825ea7eb3d586e8 17481 science optional 
sciplot_1.37-1_source.buildinfo
Git-Tag-Info: tag=7cd77cf93201d2a8a462b7646050d55a3ebd4cda 
fp=2de4bf05421076c47ad20367c6af2490d3ca72b9
Git-Tag-Tagger: Barak A. Pearlmutter <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmoe5rYACgkQYG0ITkaD
wHntuhAA6S8URVR1qDOOpPt9TcgJPSF2Lq+oiIEPqSAe075oER5qs8Y48fhqukJw
ymodMmH0tjE1P0iaI5WhNk0glYgTQgLLLqut+Zemysb9oWqkiJyyJRr3ocZjEjda
D9RytoM62HwfSLEu75m8swe0h4+dIDnwbtrjhm2nPX1EFjj3OkmvyZMRPSoadPwD
MAK3eZtjar6D34MDzdDrMPM0hoO2XV9N2sCW/F4TPekWuc4hkhusWHuYcssh5hm0
x1XIOy7X14zX+LJnl2xDOEzWJtmRm962WvAe2WrKNLD5Qgs6g1dKmAu1Klc9GUO0
2AwcYNhliHRc8XZNI2iGxvbZkWRvS8wZgotHywWVM1XA25e+vhCX8LvELLYhh9Rd
F3DXepfgvUT4Iklo6vkXCdpAgOnfufSQ404O2lqmcKwLJNK4YMK438KaGzb05fHV
AVlBW2kD2iFNy6piyi+uqrKRx5Ix3oRHQ3KXciX4q5+1Px4ikS/DbJ5K9gjLsWSw
HFlHHVGmBIxxorTFKec+8y0icntbYBRrbAyq6WB/FI1dwAbuqRTLpavEu5UxZL4P
JNmL6GgW2wXsOWRWPj5zi/BROS29a3GWkImQQDjN3ZyYEY6DuYXf+H+UOsz4xxol
iYk0mE+ZKPf5CxfYxJHZXgVA4RQXVeaIec2XLFCJCNML1jAWHUg=
=XzEt
-----END PGP SIGNATURE-----

Attachment: pgpa2aBzrilzE.pgp
Description: PGP signature


--- End Message ---

Reply via email to