| Summary: | Failing to build mtr with 'make: *** No rule to make target `install'. Stop.' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Madison Kelly <mkelly> |
| Component: | mtr | Assignee: | Michal Sekletar <msekleta> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | ajb, jdisnard, mebrown, msimacek, praiskup, psklenar, toracat |
| Target Milestone: | rc | Keywords: | FastFix |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-30 09:23:55 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1356056 | ||
|
Description
Madison Kelly
2016-03-08 19:02:27 UTC
According to James in this post: https://lists.centos.org/pipermail/centos/2016-March/158173.html (snippet) ==== The generated makefile has a '(sleep 3; cp Makefile.dist Makefile) &' in it for the distclean target. The Makefile.dist is the bare empty one. Note how this backgrounds ? There is no wait after this ... So three seconds after the make distclean target is hit *bam* the full Makefile with the install target gets overwritten by the bare one. ==== This is a race condition in the mtr .spec file. Reassigning. As an experiment, I changed to '(sleep 30; cp Makefile.dist Makefile) &' and rebuilt successfully. My build machine is on pretty slow storage (6x 3TB 7200rpm in software RAID level 6 hosting multiple VMs), so I think James hit the nail on the head here. qa: there is no capacity for testing this bug on rhel69 |