From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 07:41:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752C737B401 for ; Sat, 28 Jun 2003 07:41:41 -0700 (PDT) Received: from rwcrmhc11.attbi.com (rwcrmhc11.attbi.com [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA65C4400D for ; Sat, 28 Jun 2003 07:41:40 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by attbi.com (rwcrmhc11) with ESMTP id <2003062814414001300hvpkne>; Sat, 28 Jun 2003 14:41:40 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h5SEfd1V052441; Sat, 28 Jun 2003 10:41:39 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h5SEfclo052438; Sat, 28 Jun 2003 10:41:38 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Christoph Kukulies References: <200306270946.h5R9kJp23866@accms33.physik.rwth-aachen.de> From: Lowell Gilbert Date: 28 Jun 2003 10:41:38 -0400 In-Reply-To: <200306270946.h5R9kJp23866@accms33.physik.rwth-aachen.de> Message-ID: <441xxe9sd9.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: cvsup tag for 4.8-STABLE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 14:41:41 -0000 Christoph Kukulies 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 > > > I could have a tainted installation with traces from 5.0R but I thought > that a cvsup would wipe them out in /usr/src and /usr/include as well. In the former, only if you had "adopted" the source tree first (see the cvsup faq). In the latter, no, not necessarily. Moving from 5.x to 4.x through a source "upgrade" is going to be a bit tricky, even for experts. Cleaning out the stuff that no longer applies is definitely part of the problem.