Your message dated Fri, 15 Oct 2021 16:03:50 +0000
with message-id <[email protected]>
and subject line Bug#983958: fixed in aces3 3.0.8-8
has caused the Debian Bug report #983958,
regarding aces3: ftbfs with GCC-11
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.)


-- 
983958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983958
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:aces3
Version: 3.0.8-7
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/aces3_3.0.8-7_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]

 1220 |       Call igetrec(0, 'JOBARC', 'HAVEGEOM', i_length, i_havegeom)
      |                                                      2
......
 2591 |          call igetrec(20,'JOBARC','EASYM_A ',nIrrps,iArr)
      |                                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
aces3_gtflgs.F:2594:52:

 1220 |       Call igetrec(0, 'JOBARC', 'HAVEGEOM', i_length, i_havegeom)
      |                                                      2
......
 2594 |          call igetrec(20,'JOBARC','EASYM_B ',nIrrps,iArr)
      |                                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
aces3_gtflgs.F:2615:55:

 1220 |       Call igetrec(0, 'JOBARC', 'HAVEGEOM', i_length, i_havegeom)
      |                                                      2 
......
 2615 |          call igetrec(20,'JOBARC','FDIRREP ',iTmpReg21,iArr)
      |                                                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
aces3_gtflgs.F:2622:55:

 1220 |       Call igetrec(0, 'JOBARC', 'HAVEGEOM', i_length, i_havegeom)
      |                                                      2 
......
 2622 |          call igetrec(20,'JOBARC','EESYMINF',iTmpReg28,iArr)
      |                                                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
aces3_gtflgs.F:2629:55:

 1220 |       Call igetrec(0, 'JOBARC', 'HAVEGEOM', i_length, i_havegeom)
      |                                                      2 
......
 2629 |          call igetrec(20,'JOBARC','QRHFIRR ',iTmpReg22,iArr)
      |                                                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
aces3_gtflgs.F:2642:55:

 1220 |       Call igetrec(0, 'JOBARC', 'HAVEGEOM', i_length, i_havegeom)
      |                                                      2 
......
 2642 |          call igetrec(20,'JOBARC','QRHFLOC ',iTmpReg25,iArr)
      |                                                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
aces3_gtflgs.F:2667:56:

  361 |       call iputrec(-1,'JOBARC','EA_IRREP',1,nIrr)
      |                                            2            
......
 2667 |          call iputrec(20,'JOBARC','IFLAGS  ',dim_iflags,ioppar)
      |                                                        1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)
make[6]: *** [Makefile:63: aces3_gtflgs.o] Error 1
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/src/aces/aces_library/a2driver/aces2'
make[5]: *** [Makefile:17: all] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/aces/aces_library/a2driver'
make[4]: *** [Makefile:18: all] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/aces/aces_library'
make[3]: *** [Makefile:15: all] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/aces'
make[2]: *** [Makefile:15: all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:35: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:31: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aces3
Source-Version: 3.0.8-8
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
aces3, 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 aces3 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: SHA256

Format: 1.8
Date: Fri, 15 Oct 2021 15:25:38 +0100
Source: aces3
Architecture: source
Version: 3.0.8-8
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 983958
Changes:
 aces3 (3.0.8-8) unstable; urgency=medium
 .
   * Rework gfortran detection for gfortan-11. Closes: #983958
Checksums-Sha1:
 68ed91acd93c0b52d7b9f009e32e52fca67645d3 2003 aces3_3.0.8-8.dsc
 993929051e3211043ad55f86089f26c2d0e4e5c5 46408 aces3_3.0.8-8.debian.tar.xz
Checksums-Sha256:
 e5dac6e88a3c610f476d6816f0406b30c18a108c86b503bf4e29c7295b98632a 2003 
aces3_3.0.8-8.dsc
 a6499855f9a059d60a5803b0027d89f2b3a6e4068d052079eb4da9c52d81b390 46408 
aces3_3.0.8-8.debian.tar.xz
Files:
 b018a961f165e59f26a7713d5d502e6f 2003 science optional aces3_3.0.8-8.dsc
 129e0a2fcbceeb2265a41a0b653a1386 46408 science optional 
aces3_3.0.8-8.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmFpoPcACgkQy+a7Tl2a
06WvxQ/9H8HGONxTEo1m/7VOktIYyOdwgTazVnQg6jo8Z2e98op61sjZE3q63W9b
e9OG6nXVQAODKofJNXLpFfHT/jHCIxVKkF08eiH+wRVxiLoUiGamHm816hOCHwyf
IOMLqHWDdqz83x7h9h5CmA8fwSXK3ZZX9Epq7A5pUGJ+y6xvbZ+gBQTmX+03c6h9
fj9f/L1DTkMAqSGdbj+oZ1yPWVPPWsgwLhbhhoQ4XExsa7Tiop4dBJWKjwRAq3wS
8H5qwDjb/ufTMSTpetFXsC3KQPO9O/Wu9CmJ02utU8dADt7eW5Em++o46oVEKwam
jHfgbrqdrgftOb3r8fY7MVGrCQOyPeiDFgV7xytCbAWEVOIttNJrDP1lMLt3BqtF
y9HDb9JbslanSBGePELG7CTvLMDKTDTu9sFHl/qgqW8x2SVoSNNnJjO4LSSX3HX9
b6Pc4v8Rve3YXVdEVeW+KI1KbsoyE/0vwMk5zkJvVYumFh7atkR0ABlXSDEqRILC
CeE7qDLjbnH20wSUjVMdZ/Kbxqz5/I8gmxickpU0lQRG/sPpbCwKL96A4NNGrJHu
1DGJUw0gMzQL0qpaL0Yng/n6k44AT+HGU8tct+8BEVnG4ve1XW9WP/QppkYDFrGD
T/EdI6n2SNaClP3QB/f2G7nImjz7j/12O9RTjgY6cAziChgJJ/8=
=j7ph
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to