From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 16:54:55 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 61CC016A4D0; Fri, 3 Sep 2004 16:54:55 +0000 (GMT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C35D43D2D; Fri, 3 Sep 2004 16:54:55 +0000 (GMT) (envelope-from mi+mxmoz@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])i83Gsq0d037552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 3 Sep 2004 12:54:53 -0400 (EDT) (envelope-from mi+mxmoz@aldan.algebra.com) Received: from [127.0.0.1] (mteterin@localhost [127.0.0.1]) i83GseY8019878; Fri, 3 Sep 2004 12:54:41 -0400 (EDT) (envelope-from mi+mxmoz@aldan.algebra.com) Message-ID: <4138A1D0.4050309@aldan.algebra.com> Date: Fri, 03 Sep 2004 12:54:40 -0400 From: Mikhail Teterin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; uk-UA; rv:1.7) Gecko/20040702 X-Accept-Language: uk, en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <413522EE.5080806@aldan.algebra.com> <20040901154335.GA15802@ip.net.ua> In-Reply-To: <20040901154335.GA15802@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Mailman-Approved-At: Sat, 04 Sep 2004 12:18:44 +0000 cc: current@FreeBSD.org cc: freebsd-amd64@FreeBSD.org Subject: Re: -current buildworld fails on amd64 (5.2.1) 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: Fri, 03 Sep 2004 16:54:55 -0000 Yes, indeed, the clock was off ( Ruslan Ermilov wrote: >On Tue, Aug 31, 2004 at 09:16:30PM -0400, Mikhail Teterin wrote: > > >>Starting with an empty /usr/obj: >> >>cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic >>-I/usr/src/lib/libmagic/../../contrib/file -o mkmagic >>/usr/src/lib/libmagic/../../contrib/file/apprentice.c >>/usr/src/lib/libmagic/../../contrib/file/funcs.c >>/usr/src/lib/libmagic/../../contrib/file/magic.c >>/usr/src/lib/libmagic/../../contrib/file/print.c >>/usr/obj/usr/src/amd64/usr/bin/ld: cannot find -lc >>*** Error code 1 >> >>[...] >> >>Any clues? Thanks! >> >> >> >Assuming that this happened in the "building libraries" >stage of buildworld (please give more context next time!), >I'd say it's likely that your computer's date/time is set >incorrectly, or some source files have modification time >pointing to the future. > > >Cheers, > >