On Sat, Aug 20, 2016 at 4:00 AM, John Jiang <john.sha.ji...@gmail.com> wrote:
> I checked the full logs. Many "execvp: pwd: Permission denied" in the logs,
> like the below,
> ...
> make[1]: Leaving directory
> `/d/security/nss/nss-latest/nspr/WIN954.0_x86_64_64_DBG.OBJ'
> cd coreconf; make export
> make[1]: execvp: pwd: Permission denied
> make[1]: Entering directory `/d/security/nss/nss-latest/nss/coreconf'
> cd nsinstall; make export
> make[2]: execvp: pwd: Permission denied
> make[2]: Entering directory
> `/d/security/nss/nss-latest/nss/coreconf/nsinstall'
> make[2]: Nothing to be done for `export'.
> make[2]: Leaving directory
> `/d/security/nss/nss-latest/nss/coreconf/nsinstall'
> cd nsinstall; make libs
> ...
>
> Does it impact the building?

Most certainly it does.
"pwd" is a command with which the build system could find out where
(in which directory) it is sitting. As long as that fails, I would not
be amazed that files are being searched/built in the wrong directory.
~manuel
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to