From owner-cvs-all Mon Oct 30 15:44: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 277E037B4C5; Mon, 30 Oct 2000 15:44:04 -0800 (PST) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id PAA00486; Mon, 30 Oct 2000 15:44:03 -0800 Message-ID: <39FE07C3.5315E449@urx.com> Date: Mon, 30 Oct 2000 15:44:03 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib/csu Makefilesrc/lib/csu/alpha crti.S crtn.S Makefile crt1.c src/lib/csu/commoncrtbrand.c crtbegin.c src/lib/csu/i386-elf Makefile crt1.c crti.Scrtn.S src/contrib/gcc/config/alpha freebsd.h References: <200010302032.MAA36956@freefall.freebsd.org> <39FE0077.B1CA6AE6@urx.com> <20001030153633.C62186@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Mon, Oct 30, 2000 at 03:12:55PM -0800, Kent Stewart wrote: > > /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 > > Was this with `make -DNOCLEAN' by chance? I got simular results on one > of my Alpha's. I'm not sure -DNOCLEAN is safe at the moment. I would > rm -rf /usr/obj/* and then cd /usr/src && make cleandir. No, I have a script that does the cvsup, converts it to html, and then does the usual buildworld and build[install]kernel sequence. It looks like the first error, which may have been caused by the GCCDIR is still having an effect. Just after the error that I included, it complained about a kernel not being found and so, I'm just building one to keep it happy. I have been going back through my log and it looks like there were some installs to /usr/lib and that may have some side effects. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message