Date: Sat, 27 Dec 1997 14:03:03 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: sprice@hiwaay.net Cc: freebsd-stable@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: waxing hard reference #include in 2.2-STABLE Message-ID: <199712272203.OAA17829@silvia.HIP.Berkeley.EDU> In-Reply-To: <34A569BE.4A7B7C1D@hiwaay.net> (message from Steve Price on Sat, 27 Dec 1997 14:56:51 -0600)
next in thread | previous in thread | raw e-mail | index | archive | help
* 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712272203.OAA17829>