Subject: Re: More groff problems in ./build.sh distribution
To: None <current-users@NetBSD.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: current-users
Date: 08/23/2003 17:37:01
To get that error, I was just running, in /usr/src

./build.sh -U -D /usr/src/dest.i386 distribution

The one thing that I hadn't tried was to remove 
/usr/src/gnu/usr.bin/groff and update it from CVS again. And this 
actually fixed the problem.

I was under the impression that "cvs update -dP" in /usr/src should have 
replaced the files in /usr/src/gnu/usr.bin as appropriate.

Is there any reason why the groff files were'nt properly re-distributed 
via cvs without my having to remove them altogether and re-get them?

Thanks for your help,

Louis


> On Fri, 22 Aug 2003, Louis  Guillaume wrote:
> 
>>But now, when we try to build groff in the "distribution" target, it 
>>looks for eqn_tab.h and pic_tab.h (and I assume other preprocessing tool 
>>headers) in /usr/src/gnu/dist/groff/src/preproc/ rather than in 
>>/usr/src/gnu/usr.bin/groff/src/preproc/
> 
> 
> What are you doing to get this error?
> 
> /usr/src/gnu/dist/groff/src/preproc/ is not supposed to contain any
> *_tab.h files, though it used to have some at some time in the past.
> Perhaps you haven't done a proper "cvs update"?
> 
> --apb (Alan Barrett)