Bug 1731704
| Summary: | systemtap depends on files/directories from non-standard locations | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | systemtap | Assignee: | Frank Ch. Eigler <fche> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | brolley, dsmith, fche, jistone, lberk, mjw, scox, wcohen |
| 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: | 2019-07-22 17:12:00 UTC | Type: | --- |
| 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: | |||
| Bug Blocks: | 1731683 | ||
|
Description
Igor Raits
2019-07-21 11:11:23 UTC
The systemtap testsuite subrpm is special in that it deliberately wants to request both 32- and 64-bit system libraries for testing. Using the /usr/lib/libc.so seemed like the simplest way to accomplish part of this. Since the -testsuite subrpm is of little to no interest to most users, I would not expect the filelists.xml download to hit hard. FYI, downloading filelists.xml depends on full state of repo, not just if you install -testsuite. Note that the underlying problem here is that x86-on-x86_64 multilib repositories aren't consistent. On some systems you could simply Require glibc.i686 but on other systems (for example when building/running in kohi) you need glibc32. So you end up with having to have a file/path based requirement because there is not clear package name to depend on. |