From owner-freebsd-questions Sun Nov 26 2:11:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stiffy.2inches.com (2inches.com [207.44.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 0A6A837B4C5 for ; Sun, 26 Nov 2000 02:11:27 -0800 (PST) Received: from localhost (chuck@localhost) by stiffy.2inches.com (8.9.3/8.9.3) with ESMTP id CAA05799 for ; Sun, 26 Nov 2000 02:11:38 -0800 (PST) (envelope-from chuck@2inches.com) Date: Sun, 26 Nov 2000 02:11:38 -0800 (PST) From: chuck sumner To: questions@freebsd.org Subject: make buildworld from 4.1.1-STABLE to 4.2-STABLE fails miserably Message-ID: x-header-omnivore: Hizballah Al-Qa'ida Al-Jihad Bin Ladin MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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