Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837035 - sci-libs/scalapack-2.1.0 fails tests on MUSL
Summary: sci-libs/scalapack-2.1.0 fails tests on MUSL
Status: CONFIRMED
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:
 
Reported: 2022-04-07 06:37 UTC by Agostino Sarubbo
Modified: 2023-03-07 00:34 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,73.31 KB, application/x-xz)
2022-04-07 06:37 UTC, Agostino Sarubbo
Details
1-LastTest.log.xz (1-LastTest.log.xz,47.57 KB, application/x-xz)
2022-04-07 06:37 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 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