From owner-freebsd-ports Mon Oct 30 19:20: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0E7A37B4CF for ; Mon, 30 Oct 2000 19:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA92726; Mon, 30 Oct 2000 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 30 Oct 2000 19:20:02 -0800 (PST) Message-Id: <200010310320.TAA92726@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Terry Dwyer Subject: Re: ports/22432: It looks like David O'Brien's commit of /usr/lib/crt*.o to stable has broken some port builds Reply-To: Terry Dwyer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22432; it has been noted by GNATS. From: Terry Dwyer To: freebsd-gnats-submit@FreeBSD.org, tdwyer@bigpond.com Cc: Subject: Re: ports/22432: It looks like David O'Brien's commit of /usr/lib/crt*.o to stable has broken some port builds Date: Tue, 31 Oct 2000 11:17:22 +0800 Whoops! I tried building these ports after a make buildworld && make installworld while the new kernel was building. I had not noticed the kernel build had failed with the same errors: ===> an ===> aue touch __miibus_hack_dep.c cc -shared -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -o miibus __miibus_hack_dep.c /usr/lib/crtbeginS.o: In function `_init': /usr/lib/crtbeginS.o(.init+0x0): multiple definition of `_init' /usr/lib/crti.o(.init+0x0): first defined here /usr/lib/crtbeginS.o: In function `_fini': /usr/lib/crtbeginS.o(.fini+0x0): multiple definition of `_fini' /usr/lib/crti.o(.fini+0x0): first defined here *** Error code 1 Stop in /usr/src/sys/modules/aue. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/CHARON.sld. So I guess this belongs in kernel problem reports. Sorry about that Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message