From owner-cvs-all@FreeBSD.ORG Fri Jun 22 19:02:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1572516A400; Fri, 22 Jun 2007 19:02:33 +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 C172313C480; Fri, 22 Jun 2007 19:02:32 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id C7D661E56C4; Fri, 22 Jun 2007 21:02:31 +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 l5MIvDmU050612; Fri, 22 Jun 2007 20:57:13 +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 l5MIvCFJ050611; Fri, 22 Jun 2007 20:57:12 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 22 Jun 2007 20:57:12 +0200 To: Kris Kennaway Message-ID: <20070622185712.GA50595@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> <20070622184236.GA49506@saturn.kn-bremen.de> <20070622184906.GA12954@rot26.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070622184906.GA12954@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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 19:02:33 -0000 On Fri, Jun 22, 2007 at 02:49:06PM -0400, Kris Kennaway wrote: > On Fri, Jun 22, 2007 at 08:42:36PM +0200, Juergen Lock wrote: > > 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... > > INDEX builds happen on a different system (pointyhat). Aaah, I see. :) Juergen