From owner-freebsd-stable Tue Dec 9 06:55:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA07198 for stable-outgoing; Tue, 9 Dec 1997 06:55:54 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA07171 for ; Tue, 9 Dec 1997 06:55:49 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (tnt1-245.HiWAAY.net [208.147.147.245]) by fly.HiWAAY.net (8.8.7/8.8.6) with SMTP id IAA09919; Tue, 9 Dec 1997 08:55:33 -0600 (CST) Message-ID: <348D5C97.237C228A@hiwaay.net> Date: Tue, 09 Dec 1997 08:58:31 -0600 From: Steve Price X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-stable@freebsd.org CC: pallenby@zibbi.mikom.csir.co.za, rewt@i-Plus.net, jhay@mikom.csir.co.za, wghhicks@ix.netcom.com, werner@btp1da.phy.uni-bayreuth.de, archer@lucky.net Subject: Re: Make world broken on -stable References: <199712090703.JAA27878@zibbi.mikom.csir.co.za> <348CFACA.6E6C9D7B@ix.netcom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, For anybody that is getting an error like the following. You will need re-fetch the sources for stable after the next hour or so. My sincerest apologies but I seem to have broken the tree with my recent batch of commits. I have reverted the changes until I can figure out why they worked in my tests and not in anybody elses. ===> libc install -c -o bin -g bin -m 444 libc.a /usr/obj/usr/src/tmp/usr/lib install -c -o bin -g bin -m 444 -fschg libc.so.3.0 /usr/obj/usr/src/tmp/usr/lib install -c -o bin -g bin -m 444 libc_pic.a /usr/obj/usr/src/tmp/usr/lib ld.so failed: Undefined symbol "___generic_syscall" in install:/usr/obj/usr/src/tmp/usr/lib/libc.so.3.0 *** Error code 1 Stop. You will need to make sure you get at least the following files and revisions. Please somebody pass me the pointy hat, I believe I've earned a turn. :( Steve steve 1997/12/09 06:43:23 PST Modified files: (Branch: RELENG_2_2) lib/libc/i386 DEFS.h lib/msun/i387 e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S s_cos.S s_finite.S s_floor.S s_ilogb.S s_log1p.S s_logb.S s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S sys/i386/include asmacros.h Log: Revert the hard reference removal commits, since they don't seem to work for anybody but me. Revision Changes Path 1.3.2.3 +82 -1 src/lib/libc/i386/DEFS.h 1.2.8.3 +2 -2 src/lib/msun/i387/e_acos.S 1.2.8.3 +2 -2 src/lib/msun/i387/e_asin.S 1.2.8.2 +2 -2 src/lib/msun/i387/e_atan2.S 1.3.2.3 +2 -2 src/lib/msun/i387/e_exp.S 1.2.8.2 +2 -2 src/lib/msun/i387/e_fmod.S 1.2.8.2 +2 -2 src/lib/msun/i387/e_log.S 1.2.8.2 +2 -2 src/lib/msun/i387/e_log10.S 1.2.8.2 +2 -2 src/lib/msun/i387/e_remainder.S 1.2.8.3 +2 -2 src/lib/msun/i387/e_scalb.S 1.2.8.2 +2 -2 src/lib/msun/i387/e_sqrt.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_atan.S 1.2.8.3 +2 -2 src/lib/msun/i387/s_ceil.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_copysign.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_cos.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_finite.S 1.2.8.3 +2 -2 src/lib/msun/i387/s_floor.S 1.3.2.2 +2 -2 src/lib/msun/i387/s_ilogb.S 1.3.8.2 +2 -2 src/lib/msun/i387/s_log1p.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_logb.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_rint.S 1.2.8.3 +2 -2 src/lib/msun/i387/s_scalbn.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_significand.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_sin.S 1.2.8.2 +2 -2 src/lib/msun/i387/s_tan.S 1.9.2.5 +89 -1 src/sys/i386/include/asmacros.h