Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741524 - sci-libs/qrupdate-1.1.2-r1 fails tests on gcc-10 (fortran type mismatch)
Summary: sci-libs/qrupdate-1.1.2-r1 fails tests on gcc-10 (fortran type mismatch)
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 gcc-10-stable
  Show dependency tree
 
Reported: 2020-09-10 14:18 UTC by Agostino Sarubbo
Modified: 2021-02-19 12:47 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,26.46 KB, text/plain)
2020-09-10 14:18 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-09-10 14:18:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/qrupdate-1.1.2-r1 fails tests.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-10 14:18:30 UTC
Created attachment 659386 [details]
build.log

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-10-13 21:17:10 UTC
A fortran rank mismatch check from https://gcc.gnu.org/gcc-10/porting_to.html:

"""
x86_64-pc-linux-gnu-gfortran -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -c utils.f
utils.f:65:72:

   65 |       call srandg(2*m,n,x,2*ldx)
      |                                                                        1
Error: Type mismatch in argument ‘x’ at (1); passed COMPLEX(4) to REAL(4)
"""
Comment 3 Larry the Git Cow gentoo-dev 2021-02-19 12:47:19 UTC
The bug has been closed via the following commit(s):

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

commit 9b7113f01c54ed5a643f08f2f5649915472e63fb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-02-19 12:43:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-19 12:46:14 +0000

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

 sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)