Bug 157207
| Summary: | sytem-config-bind rpm build fails when 'named' group doesn't exist | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Miller <mattdm> |
| Component: | system-config-bind | Assignee: | Jason Vas Dias <jvdias> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | walt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.0.0-16 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-08-19 10:21:19 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: | |||
This is now resolved with s-c-b-4.0.0-16_FC4 . update package is published |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050504 BU Linux/1.0.3-1.3.1bu45.3 Firefox/1.0.3 Description of problem: The 'named' user and group are created by the bind package. So if you try to rebuild this on a machine that doesn't have bind installed, you get: make[1]: Leaving directory `/home/jeffr/rpmbuild/BUILD/system-config-bind-4.0.0/po' for f in *.py ; do \ mkdir -p /home/jeffr/tmp/system-config-bind-4.0.0-12bu45.1-root/usr/share/system-config-bind; \ install -p -o root -g named -m 0754 *.py *.py[co] system-config-bind.glade /home/jeffr/tmp/system-config-bind-4.0.0-12bu45.1-root/usr/share/system-config-bind; \ done install: invalid group `named' . . . make: *** [install] Error 1 An easy fix would be to make bind a buildrequires, but that seems a bit off. Maybe it'd be better to just make it not try to set the owner and group, which won't work anyway when not building as root. Version-Release number of selected component (if applicable): system-config-bind-4.0.0-12 How reproducible: Always Steps to Reproduce: 1. try to rebuild rpm when bind hasn't been installed Actual Results: Fails as above. Expected Results: Should build. Additional info: