Bug 1122052
| Summary: | make: *** No rule to make target `naemon.if', needed by `tmp/all_interfaces.conf'. Stop. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stef Walter <stefw> |
| Component: | selinux-policy-targeted | Assignee: | Lukas Vrabec <lvrabec> |
| Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | dwalsh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | selinux-policy-3.13.1-78.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-10 02:45: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: | |
| Embargoed: | |||
$ fedpkg clone selinux-policy;cd selinux-policy;git checkout f21;fedpkg local works for me. Odd. Perhaps it's due to an installed build dependency? I have: Linux stef.thewalter.lan 3.16.0-0.rc6.git0.1.fc21.1.x86_64 #1 SMP Mon Jul 21 21:50:04 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux policycoreutils-devel-2.3-6.fc21.x86_64 sectool-0.9.5-13.fc21.x86_64 Tried blowing away the cloning again with the same result. Also: $ find . -name 'naemon.*' ... no output I see it now. Lukas, could you fix it? It causes your latest commit. Yes, I'm working on it now. I fix it by add new patch to selinux-policy repo.
I also going to make new build for F21.
commit d2ba2351bd6fa7c54e0f38ad711dae4c8b5ab819
Author: Lukas Vrabec <lvrabec>
Date: Wed Jul 23 11:17:04 2014 +0200
Add actual patch with naemon policy
Thank you for report!
selinux-policy-3.13.1-77.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/selinux-policy-3.13.1-77.fc21 Package selinux-policy-3.13.1-77.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.13.1-77.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-9873/selinux-policy-3.13.1-77.fc21 then log in and leave karma (feedback). selinux-policy-3.13.1-78.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/selinux-policy-3.13.1-78.fc21 selinux-policy-3.13.1-78.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Can't build the selinux-policy-targetted using "fedpkg local" ... python -E support/genclassperms.py policy/flask/access_vectors policy/flask/security_classes > tmp/generated_definitions.conf test -f policy/booleans.conf && gawk -f support/set_bools_tuns.awk policy/booleans.conf >> tmp/generated_definitions.conf || true make: *** No rule to make target `naemon.if', needed by `tmp/all_interfaces.conf'. Stop. error: Bad exit status from /var/tmp/rpm-tmp.DQB9gc (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.DQB9gc (%install) Could not execute local: Non zero exit Version-Release number of selected component (if applicable): On origin/f21 branch: commit cccaf8f6468931e6b0093ceb084698d286b88796 Author: Miroslav Grepl <mgrepl> Date: Tue May 20 07:59:07 2014 +0200 ... How reproducible: At present with the above commit, every time. Steps to Reproduce: 1. git fetch origin 2. git checkout f21 3. fedpkg local