Subject: Re: UBC and occasional-use apps
To: None <thorpej@wasabisystems.com>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 10/30/2001 16:18:13
In message <20011030140836.Q477@dr-evil.shagadelic.org>, Jason R Thorpe writes:
>On Tue, Oct 30, 2001 at 03:48:58PM -0600, Peter Seebach wrote:
>
> > Hmm.  I tried those settings (not sure I have the new versions of those
> > files, I supped this morning but I don't see anything about VTEXT in
> > uvm_*map.c), and it does seem to help, but I'm having build problems
> > with ASN1_COMPILE not getting set right, so I can't run a full build to
> > really exercise it.

>cvs update your full tree again.

I suppose this is a subtle hint that I ought to switch from sup to CVS?  :)

>What problems, precisely, are you having w/ ASN1_COMPILE?

Stupid typos on my part.  "USETOOLS=YES" instead of "USETOOLS=yes".  Very
exciting failure modes.  ;-)

Now I'm up to:

---
cc -O -include /usr/src/tools/mdsetimage/../compat/compat_netbsd.h -Wall -I/usr/src/tools/toolchain/toolchain/bfd -I/usr/src/tools/mdsetimage/../../gnu/usr.sbin/mdsetimage/../../dist/toolchain/include -c -o mdsetimage.lo /usr/src/tools/mdsetimage/../../gnu/usr.sbin/mdsetimage/mdsetimage.c
/usr/src/tools/mdsetimage/../../gnu/usr.sbin/mdsetimage/mdsetimage.c:54: bfd.h: No such file or directory
---

It'll get straightened out; I could build all the way through a couple of days
ago.

-s