Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723470 - sci-libs/arpack-3.4.0 : Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
Summary: sci-libs/arpack-3.4.0 : Error: Rank mismatch between actual argument at (1) a...
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: https://github.com/opencollab/arpack-...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-05-17 08:45 UTC by Toralf Förster
Modified: 2020-09-25 07:34 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.42 KB, text/plain)
2020-05-17 08:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,209.70 KB, text/plain)
2020-05-17 08:45 UTC, Toralf Förster
Details
environment (environment,70.38 KB, text/plain)
2020-05-17 08:45 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.47 KB, application/x-bzip)
2020-05-17 08:45 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.44 KB, application/x-bzip)
2020-05-17 08:45 UTC, Toralf Förster
Details
sci-libs:arpack-3.4.0:20200517-080941.log (sci-libs:arpack-3.4.0:20200517-080941.log,15.56 KB, text/plain)
2020-05-17 08:46 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.68 KB, application/x-bzip)
2020-05-17 08:46 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-05-17 08:45:44 UTC
  658 |             call svout (logfil, 2, xtemp, ndigit,
      |                                   1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaitr.f:729:39:

  376 |             call svout (logfil, 1, rnorm, ndigit,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20200512-121505

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7 (fallback)
  [3]   python3.6 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.1
  [2]   rust-1.43.1 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 16 May 2020 11:35:21 AM UTC

emerge -qpvO sci-libs/arpack
[ebuild  N    ] sci-libs/arpack-3.4.0  USE="-doc -examples -mpi"
Comment 1 Toralf Förster gentoo-dev 2020-05-17 08:45:47 UTC
Created attachment 639780 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-17 08:45:50 UTC
Created attachment 639782 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-17 08:45:53 UTC
Created attachment 639784 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-17 08:45:55 UTC
Created attachment 639786 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-17 08:45:58 UTC
Created attachment 639788 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-17 08:46:01 UTC
Created attachment 639790 [details]
sci-libs:arpack-3.4.0:20200517-080941.log
Comment 7 Toralf Förster gentoo-dev 2020-05-17 08:46:04 UTC
Created attachment 639792 [details]
temp.tbz2
Comment 8 Marek Bartosiewicz 2020-05-31 05:12:28 UTC
gcc10 patch here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957007
Comment 9 Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-13 08:14:20 UTC
Upstream fix is slightly different: https://github.com/opencollab/arpack-ng/commit/9418632214acf6d387896ab29a8f5bdff2d4e38a
Comment 10 Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-13 08:17:33 UTC
Latest gentoo's 3.5.0 version includes the fix