Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727356 - sci-libs/mumps-5.1.2: Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
Summary: sci-libs/mumps-5.1.2: Error: Type mismatch between actual argument at (1) and...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-06 21:16 UTC by Alexei Colin
Modified: 2020-09-25 07:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexei Colin 2020-06-06 21:16:38 UTC
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)).
```
Comment 1 Peter Levine 2020-06-13 22:52:18 UTC
(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
Comment 2 Larry the Git Cow gentoo-dev 2020-09-18 22:27:44 UTC
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(+)