I'm not sure I understand.....
I delete the mozilla/security directory and pull again (with BUILD_PSM2=1)
and it fails
I try the cvs up -A for both the nss and coreconf directory and it still
fails
What do I need to delete to get to a "clean state" for NSS? Surely not the
entire tree?
Chip
Ian McGreer wrote:
> Javi's message on 3/5 describes the basic build process for PSM 2.0, it
> worked for me. The problem you described above comes as a result of an
> outdated NSS tree. In order to build PSM 2.0, you need NSS 3.2 (the tag
> is NSS_3_2_RTM). I believe Javi's instructions will pull the correct
> NSS tag, but if you already have a tree checked out, it is likely that
> the previous tree will be updated, which would give you NSS 3.1.1. If
> you don't want to check out a new tree / clobber your old tree, I
> believe 'cvs up -rNSS_3_2_RTM mozilla/security/nss
> mozilla/security/coreconf' will fix your problems.