From owner-freebsd-stable@FreeBSD.ORG Sun Nov 6 19:01:54 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85FD416A41F for ; Sun, 6 Nov 2005 19:01:54 +0000 (GMT) (envelope-from freebsd2@freesurf.fr) Received: from fidel.freesurf.fr (fidel.freesurf.fr [212.43.206.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086FD43D4C for ; Sun, 6 Nov 2005 19:01:53 +0000 (GMT) (envelope-from freebsd2@freesurf.fr) Received: from freesurf.fr (arlette.freesurf.fr [212.43.206.12]) by fidel.freesurf.fr (Postfix) with SMTP id 2CAFE2A6DC2 for ; Sun, 6 Nov 2005 20:01:53 +0100 (CET) Received: from 84.102.242.232 (SquirrelMail authenticated user freebsd2) by arlette.freesurf.fr with HTTP; Sun, 6 Nov 2005 20:01:53 +0100 (CET) Message-ID: <57545.84.102.242.232.1131303713.squirrel@arlette.freesurf.fr> Date: Sun, 6 Nov 2005 20:01:53 +0100 (CET) From: "Guillaume R." To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Strange warning while upgrading X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd2@freesurf.fr List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 19:01:54 -0000 Hello Today I decided to upgrade my box from 5.4 to 6.O. So I change the right option in my stable-supfile and go through the process of upgrading. I can't build the world, and the error message was: "/usr/src/share/mk/bsd.compat.mk", line 36: warning: NOGAMES is deprecated in favor of NO_GAMES. So I remove /usr/obj only and retry. This time it works fine but in my .out file (i used script in case it fails again) i could see those warnings a lot and not only during the buildworld the same happen with the kernel build and install and finally the installworld. Does anyone got an idea where it comes from? Thx --