[R-pkg-team] Bug#957741: r-cran-mclust: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 12:09:46 BST 2020


Package: src:r-cran-mclust
Version: 5.4.5-1
Severity: normal
Tags: sid bullseye
User: debian-gcc at 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/r-cran-mclust_5.4.5-1_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

[...]
      |                       2
......
15265 |         call dcopy( p, FLMAX, 0, shape, 1)
      |                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15279:23:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15279 |         call dcopy( p, FLMAX, 0, shape, 1)
      |                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15286:23:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15286 |         call dcopy( p, FLMAX, 0, shape, 1)
      |                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15297:23:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15297 |         call dcopy( p, FLMAX, 0, shape, 1)
      |                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15503:23:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15503 |         call dcopy( p, zero, 0, U(1,j), 1)
      |                       1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15642:21:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15642 |       call dcopy( p, zero, 0, v, 1)
      |                     1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15648:22:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15648 |       call dcopy( lw, zero, 0, r, 1)
      |                      1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
mclust.f:15690:22:

  497 |         call dcopy( n, v, 1, r(k,1), lr)
      |                       2
......
15690 |       call dcopy( lw, zero, 0, r, 1)
      |                      1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
make[1]: *** [/usr/lib/R/etc/Makeconf:191: mclust.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
ERROR: compilation failed for package ‘mclust’
* removing ‘/<<PKGBUILDDIR>>/debian/r-cran-mclust/usr/lib/R/site-library/mclust’
dh_auto_install: error: R CMD INSTALL -l /<<PKGBUILDDIR>>/debian/r-cran-mclust/usr/lib/R/site-library --clean . "--built-timestamp='Mon, 15 Jul 2019 11:47:34 +0200'" returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2



More information about the R-pkg-team mailing list