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

Bug 908859

Summary: sci-libs/spqr-3.0.3 installs '.a' files without static-libs USE
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal CC: frp.bissey, mjo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 695878    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-06-20 06:10:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/spqr-3.0.3 installs '.a' files without static-libs USE.
Discovered on: amd64 (internal ref: ci)

NOTE:
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-20 06:10:57 UTC
CC'ing also the author of the commit (5403a3a73097716ce3e38ed98b156406c5fd06b2)
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-20 06:10:58 UTC
Created attachment 864252 [details]
build.log

build log and emerge --info
Comment 3 François Bissey 2023-06-20 06:44:44 UTC
Unless I made a mistake in the ebuild, this is a bug upstream. I'll check.
Comment 4 François Bissey 2023-06-20 06:57:44 UTC
I see. Even so cuda is disabled a libspqr_cuda.{so,a} is produced. Similarly with cholmod in #908858. This is definitely an upstream bug.
Comment 5 François Bissey 2023-06-20 07:31:50 UTC
It is linked to issue https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/285 upstream. I'll track it from there and backport/patch from discussion there.
Comment 6 François Bissey 2023-06-20 07:37:47 UTC
I have a patch for this and I can write one for cholmod at #908858 - I'll see what upstream makes of it.
Comment 7 François Bissey 2023-06-20 08:03:10 UTC
There is actually a fix for this in upstream dev branch that is a bit like my patch. I'll backport.