From owner-freebsd-stable@FreeBSD.ORG Sun Nov 6 19:13:06 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 B7A9F16A41F for ; Sun, 6 Nov 2005 19:13:06 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4595B43D45 for ; Sun, 6 Nov 2005 19:13:06 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so256070wxc for ; Sun, 06 Nov 2005 11:13:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=WfwCausHZfrE7vDy9s2qCR2OK6WwjRf5zyN8gwH0lcm/0MqaA1TtBciWB/NCyxALOaxU03wdDz3jWhR3iMSGbE139JK2iYBEZ7qnYOpIW9gvVRrTyuBO8bDdiL1GmW6xFJzokJhVWF0QEea80WQ64A62DKwm4ZJmevysXOmjFqI= Received: by 10.70.40.1 with SMTP id n1mr4147062wxn; Sun, 06 Nov 2005 11:13:05 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id i17sm2536397wxd.2005.11.06.11.13.03; Sun, 06 Nov 2005 11:13:05 -0800 (PST) From: "Michael C. Shultz" To: freebsd-stable@freebsd.org, freebsd2@freesurf.fr Date: Sun, 6 Nov 2005 11:04:19 -0800 User-Agent: KMail/1.8.3 References: <57545.84.102.242.232.1131303713.squirrel@arlette.freesurf.fr> In-Reply-To: <57545.84.102.242.232.1131303713.squirrel@arlette.freesurf.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511061104.21504.ringworm01@gmail.com> Cc: Subject: Re: Strange warning while upgrading X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:13:06 -0000 On Sunday 06 November 2005 11:01, Guillaume R. wrote: > 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 That is a warning message, not an error. Look in /etc/make.conf you'll see somewhere in there NOGAMES, if you change it to NO_GAMES the message will go away. Do the same for all the other warnings....