Bug 1623626
| Summary: | llvm after 7.0.0-0.4.rc1.fc30 has increased disk by 25 times | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kevin Fenzi <kevin> |
| Component: | llvm | Assignee: | Tom Stellard <tstellar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | awilliam, davejohansen, dmalcolm, jakub, jistone, petersen, scottt.tw, siddharth.kde, tstellar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-30 14:01:45 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: | |||
|
Description
Kevin Fenzi
2018-08-29 18:48:05 UTC
This is likely caused by debug symbols not being stripped. See the earlier case of this we had a few weeks back, https://bugzilla.redhat.com/show_bug.cgi?id=1608549 - that bug mainly focuses on qt5-qtwebkit, but I noted an earlier llvm build was affected also. Kevin notes that a47388f920237b801b73638a4c8fc4aa77ba866f (the -5 commit) did this: @@ -1,3 +1,4 @@ +%global debug_package %{nil} # Components enabled if supported by target architecture: %ifarch %ix86 x86_64 %bcond_without gold which may well be causing the problem. Thanks for catching that. I will fix it. This was already fixed by Kevin in llvm-7.0.0-0.8.rc2.fc30. Thanks! |