From owner-freebsd-current@FreeBSD.ORG Thu Dec 1 11:30:06 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 BACBC16A41F; Thu, 1 Dec 2005 11:30:06 +0000 (GMT) (envelope-from tbyte@otel.net) Received: from mail.otel.net (ll.otel.net [212.36.8.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5545043D45; Thu, 1 Dec 2005 11:30:06 +0000 (GMT) (envelope-from tbyte@otel.net) Received: from dragon.otel.net ([212.36.8.135]) by mail.otel.net with esmtp (Exim 4.30; FreeBSD) id 1EhmdX-000Gmz-Ft; Thu, 01 Dec 2005 13:30:03 +0200 From: Iasen Kostov To: Ruslan Ermilov In-Reply-To: <20051201053543.GC36718@ip.net.ua> References: <1133397567.40645.5.camel@WarHeaD.OTEL.net> <20051201053543.GC36718@ip.net.ua> Content-Type: text/plain Date: Thu, 01 Dec 2005 13:30:03 +0200 Message-Id: <1133436603.37980.9.camel@DraGoN.OTEL.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: 6.0-STABLE buildworld (possibly) broken ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Dec 2005 11:30:06 -0000 On Thu, 2005-12-01 at 07:35 +0200, Ruslan Ermilov wrote: > On Thu, Dec 01, 2005 at 02:39:27AM +0200, Iasen Kostoff wrote: > > I've cvsup-ed 30 min ago and this is what happend after make > > buildworld: > > > > 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/tmp/usr/bin/ld: cannot find -lc > > *** Error code 1 > > > > Stop in /usr/src/lib/libmagic. > > *** Error code 1 > > > It's hard to guess, but I'll try. The above line indicates that > this is probably happened in "stage 4.2: building libraries". > If so, the chances are simply that your date/time is set wrong, > or there are files in the source tree (check with find(1)) that > have modification time pointing to the future. > That do the trick it's now a way past the point of failure, thanks. After useing ntpdate with timeserver it was something like "... offset 2148789782348734.0 sec" :). I wander if there is a way to save somewhere in the tree the time of last modification(commit) and then in the Makefile to check if it is not in the future and if it is to fail with proper message maybe if it is possible it will save some wall-head-hitting and time too :). Regards.