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 --
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? > ThxThat 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....
On Sun, Nov 06, 2005 at 08:01:53PM +0100, Guillaume R. wrote:> 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.This is probably in your /etc/make.conf file. Changes NOGAMES to NO_GAMES to get rid of the warning. See make.conf(5). Roland -- R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20051106/9df4fdee/attachment.bin