Bug 172020
Summary: | Rebuilding of coreutils 5.92 fails at mkdir testing | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
Component: | coreutils | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | mtasaka |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.93-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-11-10 09:49:56 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: |
Description
Robert Scheck
2005-10-29 13:04:12 UTC
I am faced with this problem, too, if rebuilding rpm as root. This is because root can execute "mkdir" on the directory of no permission ( perhaps this is the default ). So the failure occurs at the line 29 of p-3 test. This bug is perhaps fixed in coreutils-5.93-1 (at least for me, rebuilding coreutils 5.93-1 suceeds.) From /usr/share/doc/coreutils-5.93/ChangeLog.bz2: 2005-10-30 Paul Eggert <eggert.edu> * tests/mkdir/p-3: Require that the test be run as non-root. Problem and trivial fix reported by Theodoros V. Kalamatianos. |