Subject: Re: pkg/29448
To: None <garbled@netbsd.org, gnats-admin@netbsd.org,>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 06/14/2005 16:03:01
The following reply was made to PR pkg/29448; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam@NetBSD.org>
To: almeyers@consult-meyers.com
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/29448
Date: Tue, 14 Jun 2005 12:03:36 -0400

 A L Meyers wrote:
 > Good morning Johnny and thanks.  Regret after updating pkgsrc 
 > games/tanked still does not build.  lux.  Here is the output:
 > 
 > makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace 
 > encountered at line 7
 > make[1]: Leaving directory 
 > `/usr/pkgsrc/games/tanked/work/tanked-0.90/client'
 > make[1]: Entering directory 
 > `/usr/pkgsrc/games/tanked/work/tanked-0.90/client'
 > making all in ./libsprite...
 > make[2]: Entering directory 
 > `/usr/pkgsrc/games/tanked/work/tanked-0.90/client/libsprite'
 > rm -f border.o
 > gcc -c -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro 
 > -fno-strict-aliasing -fno-strength-reduce -I/usr/include/X11  
 > -I/usr/pkg/include  -I/usr/X11R6/include -Dlinux -D__i386__ 
 > -D_POSIX_C_SOURCE=199309L          -D_POSIX_SOURCE -D_XOPEN_SOURCE   
 > -D_BSD_SOURCE -D_SVID_SOURCE                             -DFUNCPROTO=15 
 > -DNARROWPROTO -I/usr/include/X11   -DXVENDORNAME='"The X.Org 
 > Foundation"' -DXVENDORNAMESHORT='"X.Org"'  border.c
 > cc1: error: invalid option `tune=pentiumpro'
 
 The good news is that this is now a compiler error, not a make error, so 
 that problem that you had originally pointed out in the PR is now fixed. 
   Can you check on your system where the option "-mtune=pentiumpro" is 
 coming from?  It looks like that option is just not supported by the GCC 
 that you have on your system.
 
 	Cheers,
 
 	-- Johnny Lam <jlam@NetBSD.org>