Your message dated Sat, 03 Oct 2020 11:03:27 +0000
with message-id <e1kofk3-0005fa...@fasolo.debian.org>
and subject line Bug#957170: fixed in elpa 2019.11.001-4
has caused the Debian Bug report #957170,
regarding elpa: 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 ow...@bugs.debian.org
immediately.)


-- 
957170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:elpa
Version: 2016.05.001-6
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/elpa_2016.05.001-6_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

[...]
......
 3473 |           call mpi_allreduce(z, tmp, n, MPI_REAL8, MPI_PROD, 
mpi_comm_rows, mpierr)
      |                             2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
src/elpa1_compute.F90:1357:27:

 1357 |         call 
mpi_allreduce(xc,vav,1,MPI_DOUBLE_COMPLEX,MPI_SUM,mpi_comm_cols,mpierr)
      |                           1
......
 3473 |           call mpi_allreduce(z, tmp, n, MPI_REAL8, MPI_PROD, 
mpi_comm_rows, mpierr)
      |                             2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
src/elpa1_compute.F90:923:25:

  923 |           call 
MPI_Bcast(aux_bc,n_aux_bc,MPI_REAL8,np_bc,mpi_comm_cols,mpierr)
      |                         1
......
 4484 |            call MPI_Bcast(tmp1,nb*(nb+1)/2,MPI_DOUBLE_COMPLEX,pcol(n, 
nblk, np_cols),mpi_comm_cols,mpierr)
      |                          2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(8)/COMPLEX(8)).
src/elpa1_compute.F90:970:30:

  970 |               call 
mpi_reduce(tmp1,tmp2,nstor*(lce-lcs+1),MPI_REAL8,MPI_SUM,np,mpi_comm_rows,mpierr)
      |                              1
......
 1914 |                call 
mpi_reduce(tmp1,tmp2,nstor*(lce-lcs+1),MPI_DOUBLE_COMPLEX,MPI_SUM,np,mpi_comm_rows,mpierr)
      |                               2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(8)/COMPLEX(8)).
src/elpa1_compute.F90:670:27:

  670 |             call 
MPI_Bcast(hvb,nb,MPI_REAL8,cur_pcol,mpi_comm_cols,mpierr)
      |                           1
......
 4484 |            call MPI_Bcast(tmp1,nb*(nb+1)/2,MPI_DOUBLE_COMPLEX,pcol(n, 
nblk, np_cols),mpi_comm_cols,mpierr)
      |                          2 
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(8)/COMPLEX(8)).
src/elpa1_compute.F90:325:24:

  325 |          call MPI_Bcast(vr,l_rows+1,MPI_REAL8,pcol(istep, nblk, 
np_cols),mpi_comm_cols,mpierr)
      |                        1
......
 4484 |            call MPI_Bcast(tmp1,nb*(nb+1)/2,MPI_DOUBLE_COMPLEX,pcol(n, 
nblk, np_cols),mpi_comm_cols,mpierr)
      |                          2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(8)/COMPLEX(8)).
src/elpa1_compute.F90:431:27:

  431 |         call 
mpi_allreduce(x,vav,1,MPI_REAL8,MPI_SUM,mpi_comm_cols,mpierr)
      |                           1
......
 3473 |           call mpi_allreduce(z, tmp, n, MPI_REAL8, MPI_PROD, 
mpi_comm_rows, mpierr)
      |                             2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(rank-1 and scalar)
src/elpa_reduce_add_vectors.X90:146:33:

  146 |          if(k>0) call 
mpi_reduce(aux1,aux2,k,MPI_REAL8,MPI_SUM,ipt,comm_t,mpierr)
      |                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(8)/COMPLEX(8)).
src/elpa_transpose_vectors.X90:164:24:

  164 |          call 
MPI_Bcast(aux,nblks_comm*nblk*nvc,MPI_REAL8,ips,comm_s,mpierr)
      |                        1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(8)/COMPLEX(8)).
make[2]: *** [Makefile:1759: src/elpa1_compute.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1265: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:27: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: elpa
Source-Version: 2019.11.001-4
Done: Michael Banck <mba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
elpa, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Banck <mba...@debian.org> (supplier of updated elpa 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 03 Oct 2020 12:45:18 +0200
Source: elpa
Architecture: source
Version: 2019.11.001-4
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Michael Banck <mba...@debian.org>
Closes: 957170
Changes:
 elpa (2019.11.001-4) unstable; urgency=medium
 .
   * debian/rules (DEB_FCFLAGS_MAINT_APPEND): New variable, appends
     -fallow-argument-mismatch-fallow-argument-mismatch to the gfortran flags.
     (Closes: #957170)
Checksums-Sha1:
 fed598836cd4a5834b6bcdb3b2844b13415913c7 2095 elpa_2019.11.001-4.dsc
 193833573ef02ee64d3abe76855c3e1b2c48048d 15232 elpa_2019.11.001-4.debian.tar.xz
 0a7f8e1c665f59d6b357d1bf3de4c8b9505e2ad8 6066 
elpa_2019.11.001-4_source.buildinfo
Checksums-Sha256:
 0a001684237ef0c2e5a2d37712d5fe8f7fbaec5b115593f1a91aa0a2b5b87f95 2095 
elpa_2019.11.001-4.dsc
 c538427bdd89cf739af40d1d3dc21e3c2f92ac87cca58325c55ab4ee3c9673ce 15232 
elpa_2019.11.001-4.debian.tar.xz
 ba938aec09b3ae54ecb8df8e3a62e13cec2f34b5f4f7b2846a21aa867a77a23c 6066 
elpa_2019.11.001-4_source.buildinfo
Files:
 540d20989d9a42429113b82e2fb1d75a 2095 science optional elpa_2019.11.001-4.dsc
 527fe2d912902214deb51bdaf607bb48 15232 science optional 
elpa_2019.11.001-4.debian.tar.xz
 c2557bdce24a2119f9ba6d71cc0b9713 6066 science optional 
elpa_2019.11.001-4_source.buildinfo

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

iQIzBAEBCAAdFiEEnKh3dJ+rLk+paGLs3GhqJ7Q0gbAFAl94VkwACgkQ3GhqJ7Q0
gbDCpA//VBV43hBzsC7fsF4++h6iOvUPNjkz6XoYD+1M1vN6BpxWm1uOz6Ua7j3w
LFd9dlY4Y8BNebY0ONlsjVZMMG3Eu2Ps0f4RUkxbZwqsP+f2uW+bUvHyfuT2iefp
dFsmJ6S1RO+qjpxdAJ9nr83xKbikQoB6V3zvzedj3VEcXM2To8rujuSfz180g41Z
FLMpfUk7humgebmxmQ6sr2eiONtz7Hfga7O11CAognhqmX7pjsbdpOKpgbyJi29V
IxGu1f5wtxwBlqcsLQs/GzeohQ1yyzMSVmxZxfycYk4XOwDbOWcDt6mpBSNKzp91
i7s2J5yLtT7XU8oqMDKaEzXJhRK7/TnWkcec7Y2QGNG08pn95P/vff7msyzmncQr
EtSf1uCUesVplOTfbDUyNRN9eghHgwBU8TY907sVuxey0KN2VAecA2lo4AsNOXNL
TFqvKAfz9SRtkd49S+3JjaQcspCmo5bDZk8TFDFHQAWuBsIRGx2HJkK59oWHq8em
trR4X1jvAPHBYs8Bj/YDdSgdXISSZV2dsQgELB1LCBza7OtvVUBZ4SstoVAd42ZH
x+BO0RE6vZ5lqhlKRTEckyoQcfTQEGo47FWAR051k4HhmKeu1CU59ZKeRoYJ3v/u
aEpgxYD3stQ95I0idB0z9iGS1sOC4JX341AKWnB9OyTjyQrsgGU=
=oZs4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to