Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2003 09:06:24 +0200
From:      "Christoph P. Kukulies" <kuku@physik.rwth-aachen.de>
To:        questions@freebsd.org
Cc:        Christoph Kukulies <kuku@physik.rwth-aachen.de>
Subject:   Re: cvsup tag for 4.8-STABLE?
Message-ID:  <20030710070624.GA23765@gilberto.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help
In-Reply-Tor <441xxe9sd9.fsf@be-well.ilk.org>

On Sat, Jun 28, 2003 at 10:41:38AM -0400, Lowell Gilbert wrote:
> Christoph Kukulies <kuku@physik.rwth-aachen.de> writes:
> 
> > I wanted to cvsup src-all from 4.8-STABLE and tried with
> > *default release=cvs  tag=RELENG_4
> > 
> > Is this correct?
> 
> Either that or RELENG_4_8, where the latter only gets absolutely
> critical fixes.
> 
> > The cvsup went fine but building the src tree resulted in
> > errors.
> > 
> > First I got some from some multiply defined typedef (first make world).
> 
> You mean "make buildworld"?  If not, please try the recommended
> procedure before asking for help.
> 
> > Then I did a 'make includes' FWIW, and the subsequent make world then gave
> > a different error:
> > 
> > In file included from /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/terminal.c:35:
> > /usr/include/termcap.h:42: ncurses_dll.h: No such file or directory
> > mkdep: compile failed
> > *** Error code 1
> > 

The actual problem has not gone away:

I removed the whole /usr/src tree and re-cvssupped.
make world or buildworld fails again at this point:
/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/terminal.c

Either it doesn't find ncurses_dll.h or, if I remove
/usr/include/termcap.h (in case it prefers this over some other)
it insists of finding /usr/include/termcap.h (which is a common
file, I believe). Seems it is being generated by some mechanism
since I can't locate the file in the src tree.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030710070624.GA23765>