From owner-freebsd-stable Sat Dec 27 14:03:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA22306 for stable-outgoing; Sat, 27 Dec 1997 14:03:18 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-21.ix.netcom.com [207.93.143.149]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA22300; Sat, 27 Dec 1997 14:03:15 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id OAA17829; Sat, 27 Dec 1997 14:03:03 -0800 (PST) Date: Sat, 27 Dec 1997 14:03:03 -0800 (PST) Message-Id: <199712272203.OAA17829@silvia.HIP.Berkeley.EDU> To: sprice@hiwaay.net CC: freebsd-stable@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-reply-to: <34A569BE.4A7B7C1D@hiwaay.net> (message from Steve Price on Sat, 27 Dec 1997 14:56:51 -0600) Subject: Re: waxing hard reference #include in 2.2-STABLE From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Attached is a second pass at what I attempted to do before to * remove the hard reference to DEFS.h in asmacros.h. Please * apply this patch and let me know of any problems. I have * locally tried these patches with no detrimental effect, but * I would like to get a greater number of "yeah, that works" * before I commit it this time. <:) I applied that patch and ran it with source in /k/src (no link from /usr/src) and -j2. It died here. === -------------------------------------------------------------- Rebuilding dependencies -------------------------------------------------------------- cd /k/src && PATH=/usr/obj/k/src/tmp/sbin:/usr/obj/k/src/tmp/usr/sbin:/usr/obj/k/src/tmp/bin:/usr/obj/k/src/tmp/usr/bin BISON_SIMPLE=/usr/obj/k/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/k/src/tmp/usr/libexec:/usr/obj/k/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/k/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/k/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/k/src/tmp/usr/lib:/usr/obj/k/src/tmp/usr/lib CC='cc -nostdinc' /usr/obj/k/src/tmp/usr/bin/make DESTDIR=/usr/obj/k/src/tmp -j 2 depend --- depend --- ===> include ===> lib --- depend --- ===> lib/csu/i386 ===> lib/libalias --- afterdepend --- ===> lib/libc make: don't know how to make memcpy.S. Stop *** Error code 2 === I tried it without -j2 but the result was still the same. I'm not sure if it is interfering with other patches on my system (most notably the PMAKESUBDIR patch) but the same source tree builds fine without your patch. I can make the system with both patches fail by just typing "make depend" in src/lib/libc so I think something is amyss here. Satoshi