Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 837035

Summary: sci-libs/scalapack-2.1.0 fails tests on MUSL
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz
1-LastTest.log.xz

Description Agostino Sarubbo gentoo-dev 2022-04-07 06:37:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/scalapack-2.1.0 fails tests on MUSL.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-07 06:37:29 UTC
Created attachment 769178 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-07 06:37:31 UTC
Created attachment 769181 [details]
1-LastTest.log.xz

1-LastTest.log (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Yixun Lan archtester gentoo-dev 2023-03-07 00:34:51 UTC
I saw two timeout errors, how about increasing the timeout value?

@@ -44,6 +44,7 @@ src_configure() {
                        -DUSE_OPTIMIZED_LAPACK_BLAS=ON
                        -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs blas)"
                        -DLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) --libs lapack)"
+                       -DDART_TESTING_TIMEOUT=30000