Date: Wed, 30 Jan 2002 18:31:14 +0200 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: David Wolfskill <david@catwhisker.org> Cc: current@FreeBSD.ORG, Bruce Evans <bde@FreeBSD.ORG> Subject: Re: Weirdness in building -CURRENT today Message-ID: <20020130183114.A40415@sunbay.com> In-Reply-To: <200201301541.g0UFfpw42639@bunrab.catwhisker.org> References: <20020130170207.B34952@sunbay.com> <200201301541.g0UFfpw42639@bunrab.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jan 30, 2002 at 07:41:51AM -0800, David Wolfskill wrote: > >Date: Wed, 30 Jan 2002 17:02:07 +0200 > >From: Ruslan Ermilov <ru@FreeBSD.ORG> > > > >> >>>> stage 2: cleaning up the object tree > >> >-------------------------------------------------------------- > >> >... > >> >===> lib/libc > >> >"/usr/src/share/mk/bsd.lib.mk", line 184: Inconsistent operator for libc.a > >> >"/usr/src/share/mk/bsd.lib.mk", line 192: Inconsistent operator for libc_p.a > >> >"/usr/src/share/mk/bsd.lib.mk", line 224: Inconsistent operator for libc_pic.a > >> >make: fatal errors encountered -- cannot continue > >> >*** Error code 1 > > >You probably have some locally modified src/ makefiles, > >or some crap in /etc/make.conf. > > Thanks for the suggestions. The locally-modified files I have on the > laptop are: > Should be fixed in the attached commit. -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --dDRMvlgZJXvWKvBx Content-Type: message/rfc822 Content-Disposition: inline Received: from mx2.freebsd.org (mx2.FreeBSD.org [216.136.204.119]) by whale.sunbay.crimea.ua (8.11.6/8.11.2) with ESMTP id g0UFEux37280 for <ru@sunbay.crimea.ua>; Wed, 30 Jan 2002 17:14:57 +0200 (EET) (envelope-from owner-cvs-committers@FreeBSD.org) Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id E406F55C8D for <ru@sunbay.crimea.ua>; Wed, 30 Jan 2002 07:12:28 -0800 (PST) (envelope-from owner-cvs-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 0C26037B476; Wed, 30 Jan 2002 07:14:39 -0800 (PST) Delivered-To: ru@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 7E3B337B402; Wed, 30 Jan 2002 07:14:28 -0800 (PST) Delivered-To: cvs-committers@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BE6E37B404; Wed, 30 Jan 2002 07:14:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UFEPl15800; Wed, 30 Jan 2002 07:14:25 -0800 (PST) (envelope-from bde) Message-Id: <200201301514.g0UFEPl15800@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Wed, 30 Jan 2002 07:14:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syscall.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG MIME-Version: 1.0 bde 2002/01/30 07:14:25 PST Modified files: sys/sys syscall.mk Log: Regenerate just this file after unbreaking makesyscalls.sh. The previous commit broke the world in libc. Revision Changes Path 1.53 +1 -1 src/sys/sys/syscall.mk --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020130183114.A40415>