Your message dated Tue, 04 Aug 2026 20:38:30 +0000
with message-id <[email protected]>
and subject line Bug#1139619: fixed in scilab 2024.1.0+dfsg1-3
has caused the Debian Bug report #1139619,
regarding scilab: FTBFS against HDF5 2.1.0
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.)


-- 
1139619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139619
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: scilab
Version: 2024.1.0+dfsg1-2
Severity: important
Tags: ftbfs patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

During a test rebuild of HDF5's reverse dependencies against HDF5 2.1.0
currently in experimental, scilab FTBFS because its build toolchain
doesn't support this new major release.

The attached patch is a workaround for this issue and supports both
HDF5 1.14.6 in unstable and HDF5 2.1.0 in experimental.

Best,
_g.


- -- System Information:
Debian Release: 12.0
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-44-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

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

iQEzBAEBCgAdFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAmopMhAACgkQ7+hsbH/+
z4MD9Qf/aGD93ELT0AM8CQFA2C89TPBI2+Pgw29NOPihjhT1Jc464f1OkOtChYRF
VJsOco1kT86PhnBMJ+rDwIGyz+oYFq7XTbWNwHpWi+4jeCLbTJCtG7zih+Oqdnmt
CVmLmFjHPZlSlrhud5uCFvf3jTuZb2oBwAuBNXhSjvwP9vqJFs1VMW4fpXZHEeGw
1pKQWZikWE5ltwfCT6DDEglhPljcVXP7EYiIZbuZA+e5MebO29A1xzMQ5SRfnEM+
uPLjdM6anFGrFtOqSbo9bgfwoVuRTANjOIQ/FV8d6A6A+1voNZKb7t6lDQ2qIOkv
dtCOdHSFWe/ZyqqX8XWi9MERvMY/KA==
=GF9L
-----END PGP SIGNATURE-----
diff -Nru scilab-2024.1.0+dfsg1/debian/changelog 
scilab-2024.1.0+dfsg1/debian/changelog
--- scilab-2024.1.0+dfsg1/debian/changelog      2026-03-11 15:45:00.000000000 
+0100
+++ scilab-2024.1.0+dfsg1/debian/changelog      2026-06-06 22:51:02.000000000 
+0200
@@ -1,3 +1,10 @@
+scilab (2024.1.0+dfsg1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS against HDF5-2.1.0
+
+ -- Gilles Filippini <[email protected]>  Sat, 06 Jun 2026 22:51:02 +0200
+
 scilab (2024.1.0+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru scilab-2024.1.0+dfsg1/debian/patches/hdf5-2.1.0.patch 
scilab-2024.1.0+dfsg1/debian/patches/hdf5-2.1.0.patch
--- scilab-2024.1.0+dfsg1/debian/patches/hdf5-2.1.0.patch       1970-01-01 
01:00:00.000000000 +0100
+++ scilab-2024.1.0+dfsg1/debian/patches/hdf5-2.1.0.patch       2026-06-06 
22:51:02.000000000 +0200
@@ -0,0 +1,22 @@
+Index: scilab-2024.1.0+dfsg1/scilab/Makefile.am
+===================================================================
+--- scilab-2024.1.0+dfsg1.orig/scilab/Makefile.am
++++ scilab-2024.1.0+dfsg1/scilab/Makefile.am
+@@ -105,7 +105,7 @@ scilab_bin_LDADD   = \
+                       $(top_builddir)/modules/libscilab.la \
+                       $(top_builddir)/modules/libscilab-cli.la \
+                       $(OPENMPI_LIBS) $(XML_LIBS) \
+-                      $(COMMON_LIBS) $(FLIBS)
++                      $(COMMON_LIBS) $(FLIBS) $(CURL_LIBS)
+ 
+ if NEED_JAVA
+ scilab_bin_LDADD += \
+@@ -151,7 +151,7 @@ scilab_cli_bin_LDADD       = $(COMMON_LIBS) $
+       $(top_builddir)/modules/tclsci/libscitclsci-disable.la \
+     $(BLAS_LIBS) $(LAPACK_LIBS) $(FLIBS)
+ else
+-scilab_cli_bin_LDADD  = $(COMMON_LIBS) 
$(top_builddir)/modules/libscilab-cli.la $(BLAS_LIBS) $(LAPACK_LIBS) $(FLIBS)
++scilab_cli_bin_LDADD  = $(COMMON_LIBS) 
$(top_builddir)/modules/libscilab-cli.la $(BLAS_LIBS) $(LAPACK_LIBS) $(FLIBS) 
$(CURL_LIBS)
+ endif
+ 
+ if MPI
diff -Nru scilab-2024.1.0+dfsg1/debian/patches/series 
scilab-2024.1.0+dfsg1/debian/patches/series
--- scilab-2024.1.0+dfsg1/debian/patches/series 2026-03-11 13:00:00.000000000 
+0100
+++ scilab-2024.1.0+dfsg1/debian/patches/series 2026-06-06 22:51:02.000000000 
+0200
@@ -32,3 +32,4 @@
 no_ezxml.patch
 locales_utf8.patch
 java25-increase-entity-limit.patch
+hdf5-2.1.0.patch

--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 2024.1.0+dfsg1-3
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
scilab, 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.
Pierre Gruet <[email protected]> (supplier of updated scilab 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: Tue, 04 Aug 2026 22:12:16 +0200
Source: scilab
Architecture: source
Version: 2024.1.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1133627 1139619
Changes:
 scilab (2024.1.0+dfsg1-3) unstable; urgency=medium
 .
   * Building with gfortran-16 (Closes: #1133627)
   * Raising Standards version to 4.7.4 (no change)
   * Switching to debhelper-compat 14, dropping shlibds:Depends and
     misc:Depends substvars
   * Building with HDF5 2.1.0, thanks to Gilles Filippini!
     (Closes: #1139619)
Checksums-Sha1:
 84a6466c0969ca757e2988b6522815fe94e6f8e1 3611 scilab_2024.1.0+dfsg1-3.dsc
 49374c324b2225be36f99b252f5e054c900c94b4 100256 
scilab_2024.1.0+dfsg1-3.debian.tar.xz
 2ff6e932aadc67d8d1e6f15a637a899a651b0509 21794 
scilab_2024.1.0+dfsg1-3_source.buildinfo
Checksums-Sha256:
 2303087e3e3aba4c86f2ca328548c43d138ebc733c3035511d4974e42979a829 3611 
scilab_2024.1.0+dfsg1-3.dsc
 e72507663f077deeed24697514b5205716fd518ddcdd5dbd0eea52bf4498c557 100256 
scilab_2024.1.0+dfsg1-3.debian.tar.xz
 270e40b838fdfd4cf0b5b3eaa024b64e72760d763b941f661193a96a84179bf2 21794 
scilab_2024.1.0+dfsg1-3_source.buildinfo
Files:
 65e1649f1ca48d3f28bfefba60c81ea0 3611 math optional scilab_2024.1.0+dfsg1-3.dsc
 61ff8eb4711c165286ca4a0146d3404f 100256 math optional 
scilab_2024.1.0+dfsg1-3.debian.tar.xz
 5cd3050d17606bf5f84ba37795761337 21794 math optional 
scilab_2024.1.0+dfsg1-3_source.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmpyR9sACgkQYAMWptwn
dHbs1Q/+IBNESaR8CbuKK+0RXI2abuLQqnXJIF7SS/fWYgJdHbAY77iNqYR4+Jbr
yYE592Wkl7a+gujswSjMToE4I+YlDHQZBkNYZpUvoXlsSAJqy3n72ZgVWUVDsyfg
NW82UjaEcFOIYjX7eNq3Elqn+7z1Mlfaicghloo8ioto4Co4bsOZCT6YKSqzdjl5
oZMRPzhCi64p4x+HCzq/68F8uan+1HlyPbO3J0MSyY+HNQAhzZczg18bSX2N1d4+
BKMyYmNb+kR52w4Jx3t6/U5iF0JNaaXLIAIwinUqBzqDiqOK16g8QdHRn784Kzkm
ryfjgo8CdmeBzIYBlOBLv9QQWh1U+ujM7a+PpeAXN5vraN4NZ5v2y6ejV3A+rLIF
aNtUCgV9Yyt8eB4cqOxpREwtpJXBG6vZwmrWDk8BMdtim5BtQ4RSviNdG4vPxWFY
fO1CNESNnDJ/aVk1u73dR88jADiIWuDln+oLSq4j/i777Wlp6+zXeA3McgV82+Md
pP+wKNvt2qUny5hC0/vIfd3MzgShmijV6uZjhYfG9RvYgYphCy9tuKb0ONM4zZ1U
aXMmKqz1X/oRdYFVC7phsw9e8L7TxkZUw9JnxWbw20+8OxMyCvzSGg9m3VZVEIwr
K4yUht9w0jTJYMV/5p3ZJ7lVyKAw/6Vt29Vw0UTjm+Nx4kn8p0o=
=XmKY
-----END PGP SIGNATURE-----

Attachment: pgpUXBTQj8OjY.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to