Date: Fri, 25 May 2001 11:42:00 +0300 (EEST) From: Maxim Sobolev <sobomax@mail-in.net> To: netch@iv.nn.kiev.ua, nk@LF.net Cc: current@FreeBSD.ORG Subject: Re: downgrade Message-ID: <200105250842.f4P8fxS40472@mail.uic-in.net> In-Reply-To: <20010525094713.B1903@iv.nn.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105250842.f4P8fxS40472>