From owner-freebsd-current Sat Jul 29 1:48:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from guru.mired.org (zoom0-097.telepath.com [216.14.0.97]) by hub.freebsd.org (Postfix) with SMTP id C98FA37BBA2 for ; Sat, 29 Jul 2000 01:48:21 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49011 invoked by uid 100); 29 Jul 2000 08:48:20 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14722.39508.395980.576824@guru.mired.org> Date: Sat, 29 Jul 2000 03:48:20 -0500 (CDT) To: current@freebsd.org Subject: World breakage from exit->sys_exit change? X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I give up. It seems that the world change from exit to sys_exit broke the world build, but I can't figure out where. I've fixed every occurence of SYS_exit in the source tree (this one seems to be src/lib/csu/i386/crt0.c, but there were some in gdb as well), and removed /usr/obj - and I still get the following error from buildworld: ===> bin/cat cc -O -pipe -march=pentium -Wall -Wformat -I/usr/obj/usr/src/i386/usr/include -c /usr/src/bin/cat/cat.c gzip -cn /usr/src/bin/cat/cat.1 > cat.1.gz cc -O -pipe -march=pentium -Wall -Wformat -I/usr/obj/usr/src/i386/usr/include -static -o cat cat.o /usr/obj/usr/src/i386/usr/lib/libc.a(_exit.o): In function `_exit': _exit.o(.text+0x2): undefined reference to `SYS_exit' *** Error code 1 1 error Is this one of those things that is going to require gyrations to get built? Thanx,