Your message dated Wed, 03 Feb 2021 16:22:25 +0000
with message-id <[email protected]>
and subject line Bug#957828: fixed in sparskit 2.0.0-4
has caused the Debian Bug report #957828,
regarding sparskit: ftbfs with GCC-10
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.)


-- 
957828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sparskit
Version: 2.0.0-3
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/sparskit_2.0.0-3_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-10/porting_to.html

[...]
      |           1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/<<PKGBUILDDIR>>/MATGEN/FEM/elmtlib2.f:684:17:

  683 |       do i=2,nx+1
      |                 2
  684 |         ia(i)=ia(i)+i-1
      |                 1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/<<PKGBUILDDIR>>/MATGEN/FEM/elmtlib2.f:686:12:

  683 |       do i=2,nx+1
      |                 2
......
  686 |         jwk(i)=0
      |            1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
[ 22%] Building Fortran object CMakeFiles/skit.dir/MATGEN/FEM/femgen.f.o
[ 23%] Building Fortran object CMakeFiles/skit.dir/MATGEN/FEM/meshes.f.o
[ 24%] Building Fortran object CMakeFiles/skit.dir/MATGEN/MISC/sobel.f.o
[ 25%] Building Fortran object CMakeFiles/skit.dir/MATGEN/MISC/zlatev.f.o
/<<PKGBUILDDIR>>/MATGEN/MISC/zlatev.f:138:16:

  138 | 20    RNR(I) = I
      |                1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 20 at (1)
/<<PKGBUILDDIR>>/MATGEN/MISC/zlatev.f:148:21:

  148 | 22    RNR(NZ + I) = I
      |                     1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 22 at (1)
/<<PKGBUILDDIR>>/MATGEN/MISC/zlatev.f:149:17:

  149 | 21    NZ = NZ + N
      |                 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 21 at (1)
/<<PKGBUILDDIR>>/MATGEN/MISC/zlatev.f:174:26:

  174 | 30    RNR(NZ + I) = N2 + I
      |                          1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 30 at (1)
/<<PKGBUILDDIR>>/MATGEN/MISC/zlatev.f:184:26:

  184 | 42    RNR(NZ + I) = N2 + I
      |                          1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 42 at (1)
/<<PKGBUILDDIR>>/MATGEN/MISC/zlatev.f:185:17:

  185 | 41    NZ = NZ +M2
      |                 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 41 at (1)
[ 26%] Building Fortran object CMakeFiles/skit.dir/ORDERINGS/ccn.f.o
/<<PKGBUILDDIR>>/ORDERINGS/ccn.f:152:37:

  150 |            call csrcsc(n, job, ipos, amat, ja, ia, izs(iamat),
      |                                     2
  151 |      *                 izs(ijat), izs(iiat))
  152 |            call csrcsc(n, job, ipos, izs(iamat), izs(ijat), izs(iiat),
      |                                     1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
make[4]: *** [CMakeFiles/skit.dir/build.make:245: 
CMakeFiles/skit.dir/ORDERINGS/ccn.f.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/DEB_build_static'
make[3]: *** [CMakeFiles/Makefile2:315: CMakeFiles/skit.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/DEB_build_static'
make[2]: *** [Makefile:130: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/DEB_build_static'
make[1]: *** [debian/rules:40: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sparskit
Source-Version: 2.0.0-4
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sparskit, 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.
Étienne Mollier <[email protected]> (supplier of updated sparskit 
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: Wed, 03 Feb 2021 16:37:21 +0100
Source: sparskit
Architecture: source
Version: 2.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 957828
Changes:
 sparskit (2.0.0-4) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with gcc-10.  (Closes: #957828)
   * Standards-Version: 4.5.1 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/rules (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Use versioned copyright format URI.
   * Use secure URI in Homepage field.
   * Use canonical URL in Vcs-Browser.
   * Restore a <Tab> instead of 8 spaces in d/rules.
   * Restore a missing endif in d/rules dh_auto_test target.
   * Fix typo caught by lintian.
   * Glue the License field in d/copyright.
Checksums-Sha1:
 a9e838e9d4e5116b23ff462f55b00b2260461b22 2056 sparskit_2.0.0-4.dsc
 b0b1395708c021de826c627ec8b155acb714cd63 4912 sparskit_2.0.0-4.debian.tar.xz
 15f301d52c3da15b5e3c35bb52eb09caa296ff35 6951 sparskit_2.0.0-4_amd64.buildinfo
Checksums-Sha256:
 fa61a2313dfa8276cdf1a89e9e97e6d78ae35791db24a15caa22e273b3b16df5 2056 
sparskit_2.0.0-4.dsc
 8e8238b5fc4c02f301d69bc57a1dc79abbe4bdfe3118dd4fae871f9a4bedc03b 4912 
sparskit_2.0.0-4.debian.tar.xz
 8bd426de4e5df346b1a9542abfd3f1280f42b897cea49ff71623d713d1529105 6951 
sparskit_2.0.0-4_amd64.buildinfo
Files:
 579811da0eec7385d4eeb782229b5d7a 2056 libs optional sparskit_2.0.0-4.dsc
 b5493f8f9f2e88da976a3ba193adbb5f 4912 libs optional 
sparskit_2.0.0-4.debian.tar.xz
 baa5290865344ceb7e030039dd02575b 6951 libs optional 
sparskit_2.0.0-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmAaw1oACgkQeTz2fo8N
Edqh2w/+OOAuPGoMsQZdbCbHaSvgLFwPcr7vxoVocKn+ZRvIRg5upQaEwl8XeAkR
LSzdwT5aYfkTahmFTYyE8/MZYeJrK3B4BEim0RnBSe8HkwxSF6ZI0UR2SQnqaktr
LdmtW+rnz86658Yslc8EiOO4Npfi8TtpyVxfNwXa04Xa/8Tmi543E87csstI/Txk
Wx5WAHhf9tYtPQwVd+2/msb0aN8MITxc4wbx6T7HBimynr7g+AOvN9zad2UYR6Dk
+NuYbppv7/VWzqzCjzTN4EZof42n59RSIvMK+8i8gNCFmwyOKmFz9f8CpXun1Pem
q6wh1ITwKL07/+VHlHfAkLD6ovlD/yPQRQe5bI/pWfL4PCeOfAjprJcAq6gkzTF6
k4Xkc0Sjg98VjoLqwRWzxvtVcyZitUyK0EiaAVtnTzpDtbIOWp2hW43/pmDJ67Ye
WuSHF+W2gCUfVFig5t3CxcEj8hSfReI1b8nEsaINinvLb0uIvBU/zb+FFsaKRQat
DwjW9eCF+hh+Pqv/E7MXP7Mj/9fvxSdbnuHEcRkOtiTzXoRxaA+2D+p/fV8MY+15
5lYM6ufByZfxfybS0cI7TpWTX4ZZ1N+ihPPEBS3NmKNqWNgWB0u5Hey9yoLyRlZn
OTXahSqvR3mRbrL/zDf3JQRpkKqFAa9zTO3n54t0ZLrKO3UPN50=
=O4Sd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to