Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723076 - sci-libs/getdata-0.9.0-r3 : Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
Summary: sci-libs/getdata-0.9.0-r3 : Error: Type mismatch between actual argument at (...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-10
  Show dependency tree
 
Reported: 2020-05-14 16:38 UTC by Toralf Förster
Modified: 2021-02-19 12:47 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.80 KB, text/plain)
2020-05-14 16:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,73.84 KB, text/plain)
2020-05-14 16:38 UTC, Toralf Förster
Details
environment (environment,128.03 KB, text/plain)
2020-05-14 16:38 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.91 KB, application/x-bzip)
2020-05-14 16:38 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,21.59 KB, application/x-bzip)
2020-05-14 16:38 UTC, Toralf Förster
Details
sci-libs:getdata-0.9.0-r3:20200514-153937.log (sci-libs:getdata-0.9.0-r3:20200514-153937.log,66.67 KB, text/plain)
2020-05-14 16:38 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,38.04 KB, application/x-bzip)
2020-05-14 16:38 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-14 16:38:38 UTC
 3043 |     LEN_TRIM(check_field), windop, INT(threshold))
      |                                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
getdata.f90:3024:35:

 3024 |     LEN_TRIM(check_field), windop, threshold)

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-libressl_abi32+64-20200512-061504

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

gcc-config -l:
 [1] 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]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.43.1 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 14 May 2020 03:06:10 PM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO sci-libs/getdata
[ebuild  N    ] sci-libs/getdata-0.9.0-r3  USE="bzip2 flac fortran -cxx -debug -lzma -perl -python -static-libs" PYTHON_SINGLE_TARGET="python2_7"
Comment 1 Toralf Förster gentoo-dev 2020-05-14 16:38:41 UTC
Created attachment 639054 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-14 16:38:44 UTC
Created attachment 639056 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-14 16:38:47 UTC
Created attachment 639058 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-14 16:38:49 UTC
Created attachment 639060 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-14 16:38:52 UTC
Created attachment 639062 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-14 16:38:54 UTC
Created attachment 639064 [details]
sci-libs:getdata-0.9.0-r3:20200514-153937.log
Comment 7 Toralf Förster gentoo-dev 2020-05-14 16:38:57 UTC
Created attachment 639066 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-02-19 12:47:21 UTC
The bug has been closed via the following commit(s):

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

commit fe66a10754a70c3abe4dd16bf88c9a7248d4992a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-02-19 12:29:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-19 12:45:27 +0000

    sci-libs/getdata: workaround gcc 10 (fortran) failure
    
    Closes: https://bugs.gentoo.org/723076
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/getdata/getdata-0.9.0-r3.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)