From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 02:46:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C952F16A41A for ; Sun, 29 Jul 2007 02:46:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A7C7013C4A5 for ; Sun, 29 Jul 2007 02:46:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3769B1A3C1A; Sat, 28 Jul 2007 19:45:52 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 0AE55BEC3; Sat, 28 Jul 2007 22:46:03 -0400 (EDT) Date: Sat, 28 Jul 2007 22:46:03 -0400 From: Kris Kennaway To: Lars Eighner Message-ID: <20070729024603.GA73999@rot26.obsecurity.org> References: <20070728175541.V1078@tbbqjvyy.6qbyyneqvnyhc.pbz> <20070729015843.GA73605@rot26.obsecurity.org> <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions Subject: Re: Why won't RELENG_6_2 Build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 02:46:03 -0000 On Sat, Jul 28, 2007 at 09:08:34PM -0500, Lars Eighner wrote: > On Sat, 28 Jul 2007, Kris Kennaway wrote: > > >On Sat, Jul 28, 2007 at 05:55:56PM -0500, Lars Eighner wrote: > >>I am trying to build RELENG_6_2 from a freshly cvsupped ports tree. > >> > >>It stops in the build of libmagic with a message from the temporary > >>(build) > >>ld 'cannot find -lc'? > >> > >>What does this mean? How can I fix it? > > > >Usually means your system clock is wrong > > Maybe a couple of minutes slow, but how exactly would the build know, so > long as the times were consitent? If the clock is older than the timestamps on the source files (or the time jump backwards) then the build will become confused. Kris