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: 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


Re: Replacement for PK11_GetLowLevelKeyIDForCert etc

2016-06-25 Thread Manuel Dejonghe
On Sat, Jun 25, 2016 at 3:29 AM, Andrew Cagney  wrote:
> PS: What does CKA actually stand for :-)

CryptoKiAttribute ?
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto