From owner-freebsd-questions Sun Nov 26 5:48:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-4.sjc.telocity.net (mail-4.sjc.telocity.net [216.227.56.44]) by hub.freebsd.org (Postfix) with ESMTP id 542B937B479 for ; Sun, 26 Nov 2000 05:48:40 -0800 (PST) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-4.sjc.telocity.net (8.9.3/8.9.3) with SMTP id FAA26705; Sun, 26 Nov 2000 05:44:33 -0800 (PST) From: "Otter" To: "chuck sumner" , Subject: RE: make buildworld from 4.1.1-STABLE to 4.2-STABLE fails miserably Date: Sun, 26 Nov 2000 08:51:54 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chuck, Go take a read into /usr/src/UPDATING. I gave up on your way of upgrading as it only works SOME of the time. When I do it the new way, it seems to work ALL of the time. Try doing: cvsup your source (using tag=RELENG_4 will get you 4.2-STABLE source) cd /usr/src make buildworld make buildkernel KERNEL=GENERIC (or whatever config you're using) make installkernel KERNEL=GENERIC (whatever kernel config file you're using above) make installworld mergemaster (make sure you back up your /etc dir first, in case you're not comfortable with mergemaster changes) reboot uname -r should yield 4.2-STABLE Now go crack open a cold one. It isn't Monday yet. -Otter }-----Original Message----- }From: owner-freebsd-questions@FreeBSD.ORG }[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of chuck sumner }Sent: Sunday, November 26, 2000 5:12 AM }To: questions@FreeBSD.ORG }Subject: make buildworld from 4.1.1-STABLE to 4.2-STABLE }fails miserably } } }hi all }bad news for me, eh? } }heres what happened. i cvsuped last night to RELENG_4 }i did a make buildworld and that went fine }then i did the make installworld and it quit at some point }not to long }after it started. unfortunately, i dont have the specific error. } }so then i went back and tried to do a fresh make buildworld. }now i get }this: } }cd /usr/src/games/fortune/strfile; make obj; make depend; make }all; make install }/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for }/usr/src/games/fortune/strfile }rm -f .depend }mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include }/usr/src/games/fortune/strfile/strfile.c }cd /usr/src/games/fortune/strfile; make _EXTRADEPEND }echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend }cc -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -c }/usr/src/games/fortune/strfile/strfile.c }cc -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -o strfile }strfile.o }/usr/lib/crtbegin.o: In function `_init': }/usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init' }/usr/lib/crti.o(.init+0x0): first defined here }/usr/lib/crtbegin.o: In function `_fini': }/usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini' }/usr/lib/crti.o(.fini+0x0): first defined here }*** Error code 1 } }Stop in /usr/src/games/fortune/strfile. }*** Error code 1 } }and a make most produces: } }make: don't know how to make }/usr/obj/usr/src/i386/usr/include/sys/param.h. Stop } }and /usr/obj/usr/src/i386/usr/include/sys doesn't exist } }any clues to whats happened here? } }please cc me on any replies, as i dont folow the list these days } }chuck } } } }To Unsubscribe: send mail to majordomo@FreeBSD.org }with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message