The first tarball posted was missing nss/lib/base, due to a cvs tagging
error. A correction was posted... you could probably just cvs up -d in
nss/lib to pick up the missing files now that they have been
successfully tagged.
Let me know if that doesn't fix the problem for you.
Shin'ichiro TAYA wrote:
>
> From: "Fritti" <[EMAIL PROTECTED]>
> Subject: PSM build on FreeBSD
> Date: Wed, 10 Jan 2001 23:07:53 +0100
>
> > cd base; gmake export
> > gmake[4]: Entering directory
>`/usr/home/stijn/src/mozilla/obj/security/nss/lib/base'
> > Makefile:35: manifest.mn: No such file or directory
> > Makefile:36: /coreconf/config.mk: No such file or directory
> > Makefile:37: config.mk: No such file or directory
> > Makefile:38: /coreconf/rules.mk: No such file or directory
> > gmake[4]: *** No rule to make target `/coreconf/rules.mk'. Stop.
> > gmake[4]: Leaving directory `/usr/home/stijn/src/mozilla/obj/security/nss/lib/base'
> > gmake[3]: *** [export] Error 2
> > gmake[3]: Leaving directory `/usr/home/stijn/src/mozilla/obj/security/nss/lib'
> >
> > I thought that this indicated that I shouldn't build in a separate dir.
> > However, when I try to build in the source dir, nsprpub complains! What
> > should I do to get PSM working?
>
> I've got same result on NetBSD-1.5/i386.
> I think files in security/nss/lib is missing except Makefile.
> I can see files in the directry by lxr, but not in source tarball.
> Should I modify security/nss/lib/manifest.mn not to traverse
> security/nss/lib/base? or should I pull the missing files at
> security/nss/lib via CVS ?
>
> -taya