From owner-freebsd-stable Thu Sep 27 19:55:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 546C537B40B; Thu, 27 Sep 2001 19:55:05 -0700 (PDT) Received: from user-33qsaa4.dsl.mindspring.com ([199.174.41.68] helo=there) by avocet.mail.pas.earthlink.net with smtp (Exim 3.32 #2) id 15mnns-0004c4-00; Thu, 27 Sep 2001 19:55:05 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Lane Holcombe To: freebsd-questions@freebsd.org Subject: Re: Going STABLE from CURRENT Date: Thu, 27 Sep 2001 21:55:03 -0500 X-Mailer: KMail [version 1.3] Cc: stable@FreeBSD.ORG References: <200109270314.UAA07836@gull.mail.pas.earthlink.net> <20010927094031.D82237@sunbay.com> In-Reply-To: <20010927094031.D82237@sunbay.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for all of the help. I think maybe I just looked at it too long. The trick was to do it all *IN ORDER* so that i "rm -rf /usr/obj" BEFORE i "cvsup -yadda -yadda" etc... after removing /usr/obj then cvsup'ing /usr/src (RELENG_4) I was able to successfully make buildworld And in the end PAM worked fine. What an adventure! And what fun! lane P.S. It's funny how much more "slick" 4.4 is over 5.0. I guess that's why they call -CURRENT "the bleeding edge" On Thursday 27 September 2001 01:40 am, Ruslan Ermilov wrote: > Umm, I would suggest that you start with clean /usr/obj. > I fixed the 5.0-CURRENT -> 4.4-STABLE downgrade path > > yesterday. The only preventing issue was: > : RCS file: /home/ncvs/src/bin/sh/mknodes.c,v > : Working file: mknodes.c > : head: 1.13 > : branch: > : locks: strict > : access list: > : keyword substitution: kv > : total revisions: 23; selected revisions: 1 > : description: > : ---------------------------- > : revision 1.11.2.2 > : date: 2001/09/26 06:54:26; author: ru; state: Exp; lines: +3 -2 > : MFC: 1.13: Initialize infp at main(). > : > : (This unbreaks downgrading from 5.0-CURRENT to 4.4-STABLE.) > > On Wed, Sep 26, 2001 at 10:14:56PM -0500, Lane Holcombe wrote: > > PAM broke the other day, and after too long I realize that it is because > > I have been running 5.0-CURRENT when I should be STABLE. > > > > So now I want to get to 4.4-STABLE. I removed /usr/src and reran cvsup > > for RELENG_4. Then I sucessfully ran make build/install kernel > > KERNCONF=GENERIC. > > > > But now make buildworld keeps failing at: > > > > sys/boot/ficl > > ".depend", line 1: Need an operator > > < hundreds more lines of the same snipped> > > > > I finally located the offending file at > > /usr/obj/usr/src/sys/boot/ficl/.depend and the first several lines appear > > as garbage characters, but then the following words appear: > > > > Created from source file > > @/dev/pci./pci_if.m > > with > > @/kern/makeobj/ops.pl > > > > But I don't know what to do with this information. > > > > How can I get to STABLE from CURRENT? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message