Closed
Bug 88170
Opened 24 years ago
Closed 24 years ago
Build fails for sep build dir owned by different user
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
People
(Reporter: BenB, Assigned: wtc)
Details
Reproduction:
1. Set --enable-crypto
2. Pull mozilla 0.9.2 branch
3. cd ..; mkdir bin; chown user2:user2 bin; cd bin; su user2
4. build
Actual result:
Build fails:
make[3]: Entering directory
`/mnt/compile/linux/beonex-0.7-dev-1/mozilla/security/coreconf/nsinstall'
gcc [...] /usr/src/beonex-0.7-dev-1/bin1/nss/nsinstall.c
gcc [...] pathsub.c
gcc -o /usr/src/beonex-0.7-dev-1/bin1/nss/nsinstall [...]
rm -f nfspwd; cp nfspwd.pl nfspwd; chmod +x nfspwd
rm: Removal (unlink) of ?nfspwd? not possible: No permission
cp: usual file ?nfspwd? couldn't be created: No permission
chmod: During setting of access rights of ?nfspwd?: Operation not allowed
make[3]: *** [nfspwd] Error 1
make[3]: Leaving directory
`/mnt/compile/linux/beonex-0.7-dev-1/mozilla/security/coreconf/nsinstall'
make[2]: *** [libs] Error 2
(manually translated into English)
Expected result:
Successful build
Assignee | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 88169 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•