From owner-freebsd-current Fri May 25 2:24:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id C8E3837B422 for ; Fri, 25 May 2001 02:24:42 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4P9QbK75888; Fri, 25 May 2001 12:26:38 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l110.uic-in.net [212.35.189.237]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4P8fxS40472; Fri, 25 May 2001 11:42:00 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Fri, 25 May 2001 11:42:00 +0300 (EEST) Message-Id: <200105250842.f4P8fxS40472@mail.uic-in.net> To: netch@iv.nn.kiev.ua, nk@LF.net Cc: current@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: downgrade X-Mailer: Pygmy (v0.5.8) In-Reply-To: <20010525094713.B1903@iv.nn.kiev.ua> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 25 May 2001 09:47:13 +0300, Valentin Nechayev wrote: > Wed, May 23, 2001 at 15:43:50, nk (Norbert Koch) wrote about "downgrade": > > > Is it possible to downgrade a machine from -current to -stable? > > A ~month ago I downgraded my home system from -current to -stable (RELENG_4) > via buildworld+installworld. But to do it successfully I had to > replace /usr/include with the same from working 4.2-STABLE system, > because of too many fallings of buildworld with -current headers. > Current (not -current;)) but "contemporary") world building procedure > does not exclude headers from /usr/include out of compiler view. The following procedure should work if you don't have access to a 4-STABLE system to copy includes from (assuming that you have 4-STABLE sources in /usr/src): $ cp -r /usr/include /usr/include.5 # could be useful if you will change your mind $ cd /usr/src $ make includes $ make buildworld $ make installworld $ rm -rf /usr/include.5 -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message