From owner-cvs-ports@FreeBSD.ORG Fri Jun 22 18:44:21 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10ABE16A41F; Fri, 22 Jun 2007 18:44:21 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id BE82013C4CB; Fri, 22 Jun 2007 18:44:20 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id E36FE1E51CB; Fri, 22 Jun 2007 20:44:18 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l5MIga89049711; Fri, 22 Jun 2007 20:42:36 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l5MIgaHm049710; Fri, 22 Jun 2007 20:42:36 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 22 Jun 2007 20:42:36 +0200 To: Kris Kennaway Message-ID: <20070622184236.GA49506@saturn.kn-bremen.de> Mail-Followup-To: Kris Kennaway , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200706221810.l5MIAbBO063486@repoman.freebsd.org> <20070622181402.GA11962@rot26.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070622181402.GA11962@rot26.obsecurity.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/kqemu-kmod Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 18:44:21 -0000 On Fri, Jun 22, 2007 at 02:14:02PM -0400, Kris Kennaway wrote: > On Fri, Jun 22, 2007 at 06:10:37PM +0000, Juergen Lock wrote: > > nox 2007-06-22 18:10:37 UTC > > > > FreeBSD ports repository > > > > Modified files: > > emulators/kqemu-kmod Makefile > > Log: > > - Remove unneeded USE_GCC, turns out the build didnt respect it anyway. > > > > Noticed by: yar > > I think I found out why this was happening sporadically, somehow the > src/ tree on one build machine had changed ownership and was not being > updated by rsync, so the OSVERSION was stuck before the 4.2 import. Actually in this case the affected part of the kqemu build itself invokes the compiler as `gcc' instead of `$(CC)'. :) What you are talking about was still weird tho, as the logs of the affected builds still did show gcc-3.4.6_1,1.tbz in BUILD_DEPENDS so if its the OSVERSION it would only have been wrong during parts of the build... Juergen