Build with gfortran v10 fails due to new fatal error introduced in v10. Fix: add -fallow-argument-mismatch compiler flag. Might be duplicate of Bug 721992 but the error is a bit different, so creating a new bug for this. Reproducible: Always Steps to Reproduce: 1. emerge sci-libs/mumps Actual Results: ``` ana_orderings_wrappers_m.F:700:42: 685 | & XADJ8, IW, | 2 ...... 700 | & XADJ8, IW8, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). ```
(In reply to Alexei Colin from comment #0) > Build with gfortran v10 fails due to new fatal error introduced in v10. > Fix: add -fallow-argument-mismatch compiler flag. It's also the suggested approach from upstream: https://listes.ens-lyon.fr/sympa/arc/mumps-users/2020-05/msg00006.html
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833678ddd4d9ef7dfcabacc5fcc77b4f647aca91 commit 833678ddd4d9ef7dfcabacc5fcc77b4f647aca91 Author: Sam James <sam@gentoo.org> AuthorDate: 2020-09-18 22:02:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2020-09-18 22:27:40 +0000 sci-libs/mumps: bump to 5.3.3 Closes: https://bugs.gentoo.org/727356 Closes: https://bugs.gentoo.org/721992 Closes: https://bugs.gentoo.org/711034 Closes: https://bugs.gentoo.org/671998 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/mumps/Manifest | 1 + sci-libs/mumps/mumps-5.3.3.ebuild | 201 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+)