Subject: Re: releng-current
To: MLH <mlh@goathill.org>
From: James Chacon <jmc@NetBSD.org>
List: tech-x11
Date: 10/25/2003 18:42:56
On Sat, Oct 25, 2003 at 03:36:06PM -0500, MLH wrote:
> > 

> 
> I was simply posting that the situation apparently hadn't changed
> wrt to xsets built from xsrc since about last November when they
> broke, in case someone had missed it.
> 

How are you building?

cd xsrc; RELEASEDIR=<dir> DESTDIR=<dir> make release

is how I do it. That results in "sets" in RELEASEDIR which work just fine
for me (and have always). I did an install as recently as a week ago with
no issues. i.e. to install:

cd /
tar -zxvpf <release dir>/i386/binary/sets/<xsets>

to unpack each one.

All "set building" does is tar stuff up from DESTDIR. This sounds like you're
either not unpacking them correctly or have some other install issue.

Is there an open PR about this?

James