Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Building NSS on Vista

12 views
Skip to first unread message

ps_mit...@mail.ru

unread,
Dec 22, 2008, 6:33:58 AM12/22/08
to
Hi. I'm asking for help :) When I try to build NSS on Windows Vista,
I've go build_coreconf error 1. Is it possible to build NSS on Vista ?
If it is possible, then please tell me how?

David Stutzman

unread,
Dec 22, 2008, 7:52:13 AM12/22/08
to mozilla's crypto code discussion list
Unless you're intimate with the NSS build system and know enough to trim things down...then this set of instructions is the best thing. I've built NSS on Vista using this wiki page:
https://developer.mozilla.org/En/Windows_Build_Prerequisites

ps_mit...@mail.ru

unread,
Dec 22, 2008, 8:39:54 AM12/22/08
to
Thank you, David Stutzman. I hope this information will help me.

Nelson B Bolyard

unread,
Dec 22, 2008, 11:14:27 AM12/22/08
to mozilla's crypto code discussion list

Sounds like you might have had one or more of these issues:
- Used the wrong make program. (Must use gmake, not nmake, on Windows.)
- Don't have the right set of build tools. (Don't have one of Mozilla's
packages of build tools for Windows that includes the nsinstall program.)
- Don't have all of the necessary sources in your source tree. (Did you
have mozilla/security/coreconf as well as mozilla/security nss?)

ps_mit...@mail.ru

unread,
Dec 22, 2008, 11:45:33 AM12/22/08
to
On 22 дек, 19:14, Nelson B Bolyard <nel...@bolyard.me> wrote:


I have all mozilla-tools mentioned in NSS Building FAQ: gmake.exe,
nsinstall.exe, shmsdos,.exe uname.exe, glib-1.2_s.lib,
libIDL-0.6_s.lib, include-fles. Also, I have all of the necessary
sources(coreconf, nss...). I've set all environment variables. I'm
using "gmake nss_build_ all".

Nelson B Bolyard

unread,
Dec 22, 2008, 12:08:30 PM12/22/08
to mozilla's crypto code discussion list

Please supply more output from the gmake run, like (say) the last 20
lines of output.

ps_mit...@mail.ru

unread,
Dec 22, 2008, 12:30:41 PM12/22/08
to
On 22 дек, 20:08, Nelson B Bolyard <nel...@bolyard.me> wrote:

> ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45:
> Please supply more output from the gmake run, like (say) the last 20
> lines of output

There is building log(but there are only 5 lines of output):
>>gmake nss_build_all
process_begin:CreateProcess((null),pwd,..) failed.
process_begin:CreateProcess((null),pwd,..) failed.
cd ../coreconf ; gmake
System could not find mentioned path.
gmake: *** [build_coreconf] Error 1


Sorry for bad translation. As you can see it isn't working from the
start. And as I said, I have "coreconf" directory.
I'll be appreciated for any help.

Glen Beasley

unread,
Dec 22, 2008, 2:44:28 PM12/22/08
to mozilla's crypto code discussion list
hi,

ps_mit...@mail.ru wrote:
> On 22 дек, 20:08, Nelson B Bolyard<nel...@bolyard.me> wrote:
>
>> ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45:
>> Please supply more output from the gmake run, like (say) the last 20
>> lines of output
>>
>
> There is building log(but there are only 5 lines of output):
>
>>> gmake nss_build_all
>>>
> process_begin:CreateProcess((null),pwd,..) failed.
> process_begin:CreateProcess((null),pwd,..) failed.
> cd ../coreconf ; gmake
> System could not find mentioned path.
> gmake: *** [build_coreconf] Error 1
>
>
>

did you install the MozillaBuild 1.3 package, and launch the correct
start-msvc*.bat file?
review:
https://developer.mozilla.org/en/Windows_Build_Prerequisites#MozillaBuild

Building on Vista works great using the MSYS build enviroment. You just
need a little patience and
follow the correct steps to get your enviroment correct.


-glen


> Sorry for bad translation. As you can see it isn't working from the
> start. And as I said, I have "coreconf" directory.
> I'll be appreciated for any help.
>

> _______________________________________________
> dev-tech-crypto mailing list
> dev-tec...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-crypto
>

Nelson B Bolyard

unread,
Dec 22, 2008, 2:58:54 PM12/22/08
to mozilla's crypto code discussion list
ps_mit...@mail.ru wrote, On 2008-12-22 09:30:
> On 22 дек, 20:08, Nelson B Bolyard <nel...@bolyard.me> wrote:
>> ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45:
>> Please supply more output from the gmake run, like (say) the last 20
>> lines of output
>
> There is building log(but there are only 5 lines of output):
>>> gmake nss_build_all
> process_begin:CreateProcess((null),pwd,..) failed.
> process_begin:CreateProcess((null),pwd,..) failed.

So, that's the real problem. I believe It means that gmake tried to
run the pwd program, but that program was not in any of the directories
listed in your PATH environment variable. You must ensure that all the
build tools are found in directories named in PATH. One way to do that
is to change the PATH variable to include additional directories.

0 new messages