Subject: Re: Checkout NetBSD 2.0.1
To: None <netbsd-users@netbsd.org>
From: MLH <mlh@goathill.org>
List: netbsd-users
Date: 04/05/2005 15:56:19
Jon Drews wrote:

> Hi:
> 
>  How do I checkout NetBSD 2.0.1 from cvs ? Would I do:
> 
> cvs checkout -rnetbsd-2-0-1 -p src/
> 
> What I really want is the stable version of NetBSD 2.0. 

http://www.netbsd.org/Changes/#branches-explained
http://mail-index.NetBSD.org/netbsd-announce/2005/01/13/0000.html

| What this means is anyone tracking NetBSD 2.0 today on the branch who wants
| to track all changes going into 2.1 should update their cvs tree's with
| the following:
| 
| cvs -q up -dPA -rnetbsd-2

For me this rendered 2.0_STABLE.  Unfortunately, I haven't been
able to build xsets using the xsrc crossover stuff for this version
for a while now :

#   install  /opt/obj/i386/build/usr/X11R6/include/expat.h
STRIP=/opt/obj/i386/tools/bin/i386--netbsdelf-strip /opt/obj/i386/tools/bin/nbinstall -U -M /opt/obj/i386/build/METALOG -D /opt/obj/i386/build -h sha1 -N /opt/src/etc -c -p -r -c -o root -g wheel  -m 444  /usr/xsrc/xfree/xc/extras/expat/lib/expat.h /opt/obj/i386/build/usr/X11R6/include/expat.h
includes ===> lib/font
includes ===> lib/font/stubs
includes ===> lib/font/xtt
nbmake: don't know how to make xttcap.h. Stop

nbmake: stopped in /opt/src/x11/lib/font/xtt

*** Failed target:  includes-xtt
*** Failed command: targ=includes;dir=xtt; case "$dir" in /*) echo "$targ ===> $dir"; cd "$dir"; /opt/obj/i386/tools/bin/nbmake "_THISDIR_=$dir/" $targ; ;; *) echo "$targ ===> lib/font/$dir"; cd "/opt/src/x11/lib/font/$dir"; /opt/obj/i386/tools/bin/nbmake "_THISDIR_=lib/font/$dir/" $targ; ;; esac
*** Error code 2

Stop.
nbmake: stopped in /opt/src/x11/lib/font

...