From owner-freebsd-questions Thu Nov 2 10:41: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifour.com.br (midas.ifour.com.br [200.236.148.68]) by hub.freebsd.org (Postfix) with SMTP id ABB7237B4CF for ; Thu, 2 Nov 2000 10:40:55 -0800 (PST) Received: (qmail 20468 invoked from network); 2 Nov 2000 15:42:35 -0000 Received: from port22.tdnet.com.br (HELO ifour.com.br) (200.236.148.122) by midas.ifour.com.br with SMTP; 2 Nov 2000 15:42:35 -0000 Message-ID: <3A019907.3A16A2B6@ifour.com.br> Date: Thu, 02 Nov 2000 16:40:39 +0000 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.2-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: "Passki, Jonathan P" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: kernel compile stop error w/ references to _init & _fini References: <7799D023E51ED311BFB50008C75DD7B402881A15@uschiexc05.kweb.us.kpmg.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Passki, Jonathan P" wrote: > > Hello All, > > After cvsup'n source a couple days ago for the 4.1.1 branch, and after doing > a make world last night w/o a reboot, I attempted to recompile the kernel, > but was unsuccessful, and it ended abruptly w/ a Stop Error. Here's the > last amount of info I wrote down: > > cc -0 -pipe -nostdinc -I/usr/obj/usr/src/sys/NOVA/../../.. -I. > -I/usr/include > -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c > cc -0 -pipe -nostdinc -I/usr/obj/usr/src/sys/NOVA/../../.. -I. > -I/usr/include > -o aicasm aicasm_gram.o aicasm_scan.o aicasm.o aicasm_symbol.o -ll > /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 > > And then the Stop Errors soon after. This isn't a pure verbatim screen > shot, so I might have retyped something wrong. I do have an Adaptec 2490U2W > SCSI-PCI host card, w/ an 18G LVD drive. I haven't ever had this problem w/ > the hardware since 3.4, but I've added more PCI devices since then. Does > anyone know where the root to this error is, and perhaps steps I could try > to resolve it? > > Thanks, I believe you are in trouble, i had the same error. Some commited a CURRENT code into the STABLE branch. Due to lack of experience, i had to reinstall by lib (i don't really known if that the correct the problem). Take a look in the stable mailing list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message