Closed
Bug 384978
Opened 18 years ago
Closed 8 years ago
can't build from read-only source dir: rm: cannot remove `.mozconfig.out'
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: myk, Unassigned)
Details
Trying to build from a read-only source directory that contains the file .mozconfig.out dies with the error:
rm: cannot remove `.mozconfig.out': read-only filesystem
But if I manually remove that file and then try the build again, the build succeeds after warning:
/bin/sh: mozilla/.mozconfig.out: Read-only file system
If that file isn't needed to build, then it seems like it shouldn't be necessary to remove it in order to build either.
Comment 1•8 years ago
|
||
Mass bug cleanup for Core:Build Config.
If you feel this bug has been closed in error, please re-open with new details.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•