From owner-freebsd-questions@FreeBSD.ORG Sat Jan 5 04:00:06 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D19781BB for ; Sat, 5 Jan 2013 04:00:06 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 6818983A for ; Sat, 5 Jan 2013 04:00:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7oKEodhOvxJaponj4l3m2J45gB7k3drZUdL8/jm/Sm4=; b=skqv3d++5C2ZPChKVNTxBo3Pz1zqWJw4tU3dqDjSQodLd5vo+HdKVMZoLKZWHBd5WStMWekgIySg6NId1RHYbqA7/n8hP57uMredmifEZhH+zJGql8QfRbP1LwiuD7Zs; Received: from [122.129.203.50] (port=26022 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TrKvP-0008gS-FQ; Fri, 04 Jan 2013 21:00:00 -0700 Date: Sat, 5 Jan 2013 10:59:56 +0700 From: Erich Dollansky To: "Helmut Schneider" Subject: Re: Trying to update from 9.0 to 9.1 via svn Message-ID: <20130105105956.490d2adb@X220.ovitrap.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 04:00:06 -0000 Hi, On Sat, 5 Jan 2013 02:40:13 +0000 (UTC) "Helmut Schneider" wrote: > Trond Endrest=C3=B8l wrote: >=20 > > BTW, do you nuke the contents of /usr/obj prior to recompiling the=20 > > system? The command rm -Rf /usr/obj/* should accomplish this rather=20 > > well. >=20 > That might have been the issue, yes. Works now. Thanks. doesn't this indicate an error in the make file? Shouldn't sources be compiled when their date is newer then the date of the object file?=20 Or was the last compilation done after the affected file got updated at the server? Shouldn't there be a system in place which automatically deletes all object files automatically? Either a process is automated 100% or not at all is what I would say. Erich >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"