Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743442 - sci-libs/mumps-5.3.3 : Error: Type mismatch in argument s at (1); passed INTEGER(4) to LOGICAL(4)
Summary: sci-libs/mumps-5.3.3 : Error: Type mismatch in argument s at (1); passed INTE...
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:
Depends on:
Blocks: gcc-10
  Show dependency tree
 
Reported: 2020-09-19 04:40 UTC by Toralf Förster
Modified: 2021-01-02 07:02 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.00 KB, text/plain)
2020-09-19 04:40 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,350.38 KB, text/plain)
2020-09-19 04:40 UTC, Toralf Förster
Details
environment (environment,62.43 KB, text/plain)
2020-09-19 04:40 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,31.17 KB, application/x-bzip)
2020-09-19 04:40 UTC, Toralf Förster
Details
sci-libs:mumps-5.3.3:20200919-025046.log (sci-libs:mumps-5.3.3:20200919-025046.log,3.85 KB, text/plain)
2020-09-19 04:41 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.52 KB, application/x-bzip)
2020-09-19 04:41 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-09-19 04:40:51 UTC
  575 |          CALL MUMPS_COPY_LOGICAL( SENDBUF, RECVBUF, CNT )
      |                                                                        1
Error: Type mismatch in argument ‘s’ at (1); passed INTEGER(4) to LOGICAL(4)
mpi.f:577:72:

  577 |          CALL MUMPS_COPY_REAL( SENDBUF, RECVBUF, CNT )

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-abi32+64-20200908-071541

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
  [6]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.46.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-8]
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
3)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm
  [3]   jamvm 

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Sep 19 02:05:30 AM UTC 2020

emerge -qpvO sci-libs/mumps
[ebuild  N    ] sci-libs/mumps-5.3.3  USE="scotch -doc -examples -metis -mpi -static-libs"
Comment 1 Toralf Förster gentoo-dev 2020-09-19 04:40:52 UTC
this seems to be either still an issue or a similarity to the one reported in bug 721992
Comment 2 Toralf Förster gentoo-dev 2020-09-19 04:40:54 UTC
Created attachment 661308 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2020-09-19 04:40:56 UTC
Created attachment 661311 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-09-19 04:40:57 UTC
Created attachment 661314 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-09-19 04:40:59 UTC
Created attachment 661317 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-09-19 04:41:00 UTC
Created attachment 661320 [details]
sci-libs:mumps-5.3.3:20200919-025046.log
Comment 7 Toralf Förster gentoo-dev 2020-09-19 04:41:01 UTC
Created attachment 661323 [details]
temp.tbz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-21 09:34:13 UTC
(In reply to Toralf Förster from comment #1)
> this seems to be either still an issue or a similarity to the one reported
> in bug 721992

Thanks toralf, looks like that
Comment 9 Larry the Git Cow gentoo-dev 2021-01-02 07:02:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7aa07ffcd30599cb3668e517cdf8d395529fd4

commit 8f7aa07ffcd30599cb3668e517cdf8d395529fd4
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-01-02 06:59:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-02 06:59:44 +0000

    sci-libs/mumps: add gcc 10 workaround
    
    Closes: https://bugs.gentoo.org/743442
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/mumps/Manifest           |   1 +
 sci-libs/mumps/mumps-5.3.5.ebuild | 205 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 206 insertions(+)