From owner-freebsd-current@FreeBSD.ORG Sun Aug 8 03:16:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E12EE16A4CE for ; Sun, 8 Aug 2004 03:16:35 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A06543D2F for ; Sun, 8 Aug 2004 03:16:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i783Dtl5040956 for ; Sat, 7 Aug 2004 21:13:56 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 07 Aug 2004 21:13:54 -0600 (MDT) Message-Id: <20040807.211354.115654900.imp@bsdimp.com> To: current@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040807.081536.72687734.imp@bsdimp.com> References: <20040807.081536.72687734.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: world breakage? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 03:16:36 -0000 In message: <20040807.081536.72687734.imp@bsdimp.com> "M. Warner Losh" writes: : With sources from last night (approx 0300 UTC) : : ===> lib/libcom_err/doc : cc -O -pipe -I/dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err -c /dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err/com_err.c : cc -O -pipe -I/dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err -c /dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err/error.c : building static com_err library : ranlib libcom_err.a : cc -fpic -DPIC -O -pipe -I/dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err -c /dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err/com_err.c -o com_err.So : cc -fpic -DPIC -O -pipe -I/dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err -c /dell/imp/FreeBSD/src/lib/libcom_err/../../contrib/com_err/error.c -o error.So : building shared library libcom_err.so.2 : /dell/imp/obj/dell/imp/FreeBSD/src/i386/usr/bin/ld: cannot find -lgcc_pic : *** Error code 1 : : Has anybody else seen this? Rule number 1: don't complain about problems until you try it on a virgin tree. One of my silly little patches causes this to happen... I removed it, and I can compile w/o a hassle now. Warner