Bug 2389629
| Summary: | openblas builds take almost two days with StaticLibraryPreserveDebuginfo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yaakov Selkowitz <yselkowi> |
| Component: | openblas | Assignee: | Ali Erdinc Koroglu <aekoroglu> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aekoroglu, fche, nforro, orion, psimovec, susi.lehtola |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-01-19 03:47:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2383272 | ||
| Bug Blocks: | |||
|
Description
Yaakov Selkowitz
2025-08-20 02:20:28 UTC
Suggest using %undefine _preserve_static_debuginfo in your package. Similarly to the gdal situation, your built libopenblas.a files have tens of thousands of .o files, which are processed serially and take plenty of time overall (even with a 1-ish Hz .o processing rate). I filed https://bugzilla.redhat.com/show_bug.cgi?id=2390105 against debugedit Looks like this is fixed in debugedit, the last build time was more reasonable. |