Bug 461724
| Summary: | dhcpv6 can only be built by root | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | loic <loic.mahe> | ||||
| Component: | dhcpv6 | Assignee: | Dave Cantrell <dcantrell> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.7 | ||||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-09-26 22:00:14 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: | |||||||
| Attachments: |
|
||||||
|
Description
loic
2008-09-10 07:58:45 UTC
Oops, I didn't saw bug 185598 and the %_fixperms workaround. Sorry. I'm not sure that setting %_fixperms is a good idea, since this assumes that all packages have correct %defattr and %attr settings, which is not obvious. It would be better to correct dhcpv6.spec as the user in 185598 suggested. I am able to build the dhcpv6 package as a non-root user on RHEL 4.7 just fine. You have to create a local rpmbuild directory and set that as your rpmbuild topdir, but this is standard practice. The attached typescript.txt shows what I did. Created attachment 317840 [details]
typescript.txt
Of course the build environment was fine. As I said, setting %_fixperms solved the problem of the non-writable configure file. Thanks for your answer. |