Re: Problem on building NSS with Windows

2016-08-20 Thread John Jiang
Hi Julien, Thanks for your info! 2016-08-21 6:49 GMT+08:00 Julien Pierre : > This is an issue with the shell's inability to run "pwd.exe". > It may be either a built-in shell, or a separately configured shell. > What is the value of the SHELL environment variable, if any ? > $ echo $SHELL /bin/s

Re: Problem on building NSS with Windows

2016-08-20 Thread Julien Pierre
This is an issue with the shell's inability to run "pwd.exe". It may be either a built-in shell, or a separately configured shell. What is the value of the SHELL environment variable, if any ? See https://www.gnu.org/software/make/manual/make.html#Choosing-the-Shell for more details. "shell pwd"

Re: Problem on building NSS with Windows

2016-08-20 Thread John Jiang
2016-08-20 20:25 GMT+08:00 Manuel Dejonghe : > On Sat, Aug 20, 2016 at 4:00 AM, John Jiang > 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_

Re: Problem on building NSS with Windows

2016-08-20 Thread Manuel Dejonghe
On Sat, Aug 20, 2016 at 4:00 AM, John Jiang 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: Pe