Bug#1133627: marked as done (scilab: ftbfs with GCC-16)
"Debian Bug Tracking System" <[email protected]> Tue, 04 Aug 2026 20:41:02 +0000
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <handler.1133627.D1133627.17858759113647269.ackdone__20070.2704767295$1785876077$gmane$org@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1785876062-3648983-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Tue, 04 Aug 2026 20:38:30 +0000 with message-id <[email protected]> and subject line Bug#1133627: fixed in scilab 2024.1.0+dfsg1-3 has caused the Debian Bug report #1133627, regarding scilab: ftbfs with GCC-16 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.) --=20 1133627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1133627 Debian Bug Tracking System Contact [email protected] with problems ------------=_1785876062-3648983-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:10:54 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-116.7 required=4.0 tests=BAYES_00, BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE, SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 43; hammy, 149; neutral, 143; spammy, 1. spammytokens:0.995-1--F77 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311, 0.000-+--H*RT:108 Return-path: <[email protected]> Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:36752) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wCH42-002muX-1S for [email protected]; Mon, 13 Apr 2026 13:10:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=CIVqKvunaOM2sDiN8JvPxq9IxmsNy45HHAynLa751WE=; b=Tm0X1E05uFkHAwCb3lBtmy+4Pe GlC5UWC5un3vYpuovVufoaug26ytkMKodlCbm13LIdomhCfRos5d3rzkqkaxi+6du0sy1PuOSWaFR lCIlGNykt8jS4mAG5+zPaxf4knZzwHH/4xhpJzNotGp1Ahxt02dDVDrezzWwnbF6LwA777drbGdp6 GDMosGhlGTr6jAWmuBBwOGBe+MesMOCrnmeZJKyK39o+Q1MxUsZi5rOiHIZcGzP8CfkU+XOOn9E6D D5ofMSCtRCyIPX3CsYew7CXP379FwRplx3qnV9F9l4DPI0DQ87NqUk0/AWS5F4kyLNLvNv1aVnhNy hwCAP2eA==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wCH40-00CJhx-2h for [email protected]; Mon, 13 Apr 2026 13:10:53 +0000 Date: Mon, 13 Apr 2026 15:10:52 +0200 From: Emanuele Rocca <[email protected]> To: [email protected] Subject: scilab: ftbfs with GCC-16 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debian-User: ema Delivered-To: [email protected] Package: src:scilab Version: 2024.1.0+dfsg1-2 Severity: important Tags: sid forky ftbfs User: [email protected] Usertags: ftbfs-gcc-16 Hi, scilab fails to build in a test rebuild on at least amd64 and arm64 with gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this report will be raised before the forky release. The full build log can be found at: https://people.debian.org/~ema/gcc-16-rebuilds/output-1/scilab_arm64.build.xz The last lines of the build log are at the end of this report. To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures include unused (but set) variables, array subscripts partly outside array bounds, and new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-16/porting_to.html Please only close this issue after double-checking that the package can be built correctly with GCC 16. Please do not reassign this bug to another package. If a fix in another package is required, then file a bug for the other package (or clone), and mark this bug as blocked by the bug in the other package. [...] /bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -g -O2 -I../../modules/core/includes/ -g -O2 -ffile-prefix-map=/build/reproducible-path/scilab-2024.1.0+dfsg1=. -fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard -c -o src/fortran/dclmat.lo src/fortran/dclmat.f libtool: compile: gfortran -DNDEBUG -g -O2 -I../../modules/core/includes/ -g -O2 -ffile-prefix-map=/build/reproducible-path/scilab-2024.1.0+dfsg1=. -fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard -c src/fortran/dclmat.f -fPIC -o src/fortran/.libs/dclmat.o /bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -g -O2 -I../../modules/core/includes/ -g -O2 -ffile-prefix-map=/build/reproducible-path/scilab-2024.1.0+dfsg1=. -fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard -c -o src/fortran/ortran.lo src/fortran/ortran.f libtool: compile: gfortran -DNDEBUG -g -O2 -I../../modules/core/includes/ -g -O2 -ffile-prefix-map=/build/reproducible-path/scilab-2024.1.0+dfsg1=. -fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard -c src/fortran/ortran.f -fPIC -o src/fortran/.libs/ortran.o src/fortran/ortran.f:59:72: 59 | 60 z(i,j) = 0.0d+0 | 1 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 60 at (1) src/fortran/ortran.f:73:72: 73 | 100 ort(i) = a(i,mp-1) | 1 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1) src/fortran/ortran.f:79:72: 79 | 110 g = g + ort(i) * z(i,j) | 1 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 110 at (1) src/fortran/ortran.f:85:72: 85 | 120 z(i,j) = z(i,j) + g * ort(i) | 1 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 120 at (1) /bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -g -O2 -I../../modules/core/includes/ -g -O2 -ffile-prefix-map=/build/reproducible-path/scilab-2024.1.0+dfsg1=. -fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard -c -o src/fortran/bdiag.lo src/fortran/bdiag.f libtool: compile: gfortran -DNDEBUG -g -O2 -I../../modules/core/includes/ -g -O2 -ffile-prefix-map=/build/reproducible-path/scilab-2024.1.0+dfsg1=. -fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard -c src/fortran/bdiag.f -fPIC -o src/fortran/.libs/bdiag.o src/fortran/bdiag.f:425:72: 425 | do 410 j=1,n | 1 Warning: Fortran 2018 deleted feature: Shared DO termination label 410 at (1) src/fortran/bdiag.f:434:72: 434 | do 430 j=1,n | 1 Warning: Fortran 2018 deleted feature: Shared DO termination label 430 at (1) src/fortran/bdiag.f:469:72: 469 | do 470 i=1,n | 1 Warning: Fortran 2018 deleted feature: Shared DO termination label 470 at (1) src/fortran/bdiag.f:489:72: 489 | do 530 i=1,n | 1 Warning: Fortran 2018 deleted feature: Shared DO termination label 530 at (1) src/fortran/bdiag.f:225:72: 225 | call split(a, x, n, km1, e1, e2, lda, lda) | 1 Error: Too many arguments in call to 'split' at (1) src/fortran/bdiag.f:278:72: 278 | call split(a, x, n, k, e1, e2, lda, lda) | 1 Error: Too many arguments in call to 'split' at (1) src/fortran/bdiag.f:324:72: 324 | call split(a, x, n, k, e1, e2, lda, lda) | 1 Error: Too many arguments in call to 'split' at (1) make[4]: *** [Makefile:3187: src/fortran/bdiag.lo] Error 1 make[4]: Leaving directory '/build/reproducible-path/scilab-2024.1.0+dfsg1/scilab/modules/elementary_functions' make[3]: *** [Makefile:873: all-recursive] Error 1 make[3]: Leaving directory '/build/reproducible-path/scilab-2024.1.0+dfsg1/scilab/modules' make[2]: *** [Makefile:1666: all-recursive] Error 1 make[2]: Leaving directory '/build/reproducible-path/scilab-2024.1.0+dfsg1/scilab' make[1]: *** [debian/rules:56: override_dh_auto_build] Error 2 make[1]: Leaving directory '/build/reproducible-path/scilab-2024.1.0+dfsg1' make: *** [debian/rules:38: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 ------------=_1785876062-3648983-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1133627-close) by bugs.debian.org; 4 Aug 2026 20:38:31 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-114.2 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD, HAS_BUG_NUMBER,MD5_SHA1_SUM,PGPSIGNATURE,USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 105; hammy, 150; neutral, 131; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload, 0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo. Return-path: <[email protected]> Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:53962) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wrLuB-00FIol-1o for [email protected]; Tue, 04 Aug 2026 20:38:31 +0000 Received: via submission from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by muffat.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wrLuB-000qL9-0O for [email protected]; Tue, 04 Aug 2026 20:38:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type: Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID :Content-Description:In-Reply-To:References; bh=4wmHhucNuPGiBmvm0/ymzORv8FENA5Hw/coQ5KsZdJw=; b=kerjkr4a+jS8dfiN/O8N1ZegGy 9Is4wlvO00N7HWZGfcbZTf8mvZim04lFN0gVXScVCCx647yA4sCyH7+U3BS0m0Ln71ej/A+li3sZH q/B72fiiyP8X7oy0GLhjqjvNjyq9XZMaAMNPmdYF9kfXv6BU8NEb7CdyHA7JsmO75enV7HBMrdbKj ZAJlD4X1zfLhsRknorV9Yr21m16QCap1kdeBkc33B5WeBGuUE7h3TLyZnt9qVHzDy2SJSvTAkffbM H8avckYOq5qwDew0kGaz815mlDTvZEzWakBBcpihNYM/98ARIhd4fCYzR+V47xjEEX1U2beexhlss c+ILCRZQ==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wrLuA-0000000CHBx-1LoY; Tue, 04 Aug 2026 20:38:30 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Pierre Gruet <[email protected]> To: [email protected] X-DAK: dak process-upload X-Debian: DAK X-Debian-Package: scilab Debian: DAK Debian-Changes: scilab_2024.1.0+dfsg1-3_source.changes Debian-Source: scilab Debian-Version: 2024.1.0+dfsg1-3 Debian-Architecture: source Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1133627: fixed in scilab 2024.1.0+dfsg1-3 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============7672462931823121819==" Message-Id: <[email protected]> Date: Tue, 04 Aug 2026 20:38:30 +0000 --===============7672462931823121819== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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]= th.debian.org> Changed-By: Pierre Gruet <[email protected]> Closes: 1133627 1139619 Changes: scilab (2024.1.0+dfsg1-3) unstable; urgency=3Dmedium . * 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.debi= an.tar.xz 2ff6e932aadc67d8d1e6f15a637a899a651b0509 21794 scilab_2024.1.0+dfsg1-3_sourc= e.buildinfo Checksums-Sha256: 2303087e3e3aba4c86f2ca328548c43d138ebc733c3035511d4974e42979a829 3611 scilab= _2024.1.0+dfsg1-3.dsc e72507663f077deeed24697514b5205716fd518ddcdd5dbd0eea52bf4498c557 100256 scil= ab_2024.1.0+dfsg1-3.debian.tar.xz 270e40b838fdfd4cf0b5b3eaa024b64e72760d763b941f661193a96a84179bf2 21794 scila= b_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=3D =3DXmKY -----END PGP SIGNATURE----- --===============7672462931823121819== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCanJNxgAKCRCb9qggYcy5 IYUCAQCqbx1jHm7M2kABlDsC6MsNFouKJ0NSLdL56ikPeRuXLQD/TR1IEJZo+tIx uPyNtOffkMraWKf6oWbNQa5pVoFlDQI= =/ei9 -----END PGP SIGNATURE----- --===============7672462931823121819==-- ------------=_1785876062-3648983-0--