From owner-freebsd-x11@FreeBSD.ORG Thu Apr 19 18:24:57 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC83C16A401 for ; Thu, 19 Apr 2007 18:24:57 +0000 (UTC) (envelope-from hg@queue.to) Received: from pickle.queue.to (pickle.queue.to [71.180.69.18]) by mx1.freebsd.org (Postfix) with ESMTP id 8373413C457 for ; Thu, 19 Apr 2007 18:24:57 +0000 (UTC) (envelope-from hg@queue.to) Received: (qmail 78271 invoked from network); 19 Apr 2007 14:24:56 -0400 Received: from cally.queue.to (HELO ?172.16.0.6?) (172.16.0.6) by pickle.queue.to with ESMTP; 19 Apr 2007 14:24:56 -0400 Message-ID: <4627B3F8.5010001@queue.to> Date: Thu, 19 Apr 2007 14:24:56 -0400 From: Howard Goldstein User-Agent: Thunderbird 1.5.0.10 (X11/20070318) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: x11/nvidia-settings 1.0_11 not buildable X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 18:24:58 -0000 I'm not sure if gnats is working (pr is 4xx "service not available"). In building x11/nvidia-settings, post relocation of X11BASE, the x11/nvidia-settings on git (1.0_11) is failing during the build of src/gtk+-2.x/ctkxvideo.c as follows: ... In file included from src/gtk+-2.x/ctkimage.h:28, from src/gtk+-2.x/ctkxvideo.c:29: /usr/X11R6/include/image.h:202: error: syntax error before "_Declare" /usr/X11R6/include/image.h:208: error: syntax error before "_Declare" /usr/X11R6/include/image.h:236: error: syntax error before "_Declare" /usr/X11R6/include/image.h:242: error: syntax error before "_Declare" In file included from src/gtk+-2.x/ctkbanner.h:28, from src/gtk+-2.x/ctkimage.h:30, from src/gtk+-2.x/ctkxvideo.c:29: /usr/X11R6/include/image.h:42: error: redefinition of `struct _ColorPacket' /usr/X11R6/include/image.h:51: error: redefinition of typedef 'ColorPacket' /usr/X11R6/include/image.h:51: error: previous declaration of 'ColorPacket' was here /usr/X11R6/include/image.h:54: error: redefinition of `struct _ImageInfo' /usr/X11R6/include/image.h:79: error: redefinition of typedef 'ImageInfo' /usr/X11R6/include/image.h:79: error: previous declaration of 'ImageInfo' was here /usr/X11R6/include/image.h:82: error: redefinition of `struct _RectangleInfo' /usr/X11R6/include/image.h:90: error: redefinition of typedef 'RectangleInfo' /usr/X11R6/include/image.h:90: error: previous declaration of 'RectangleInfo' was here /usr/X11R6/include/image.h:93: error: redefinition of `struct _RunlengthPacket' /usr/X11R6/include/image.h:102: error: redefinition of typedef 'RunlengthPacket' /usr/X11R6/include/image.h:102: error: previous declaration of 'RunlengthPacket' was here /usr/X11R6/include/image.h:105: error: redefinition of `struct _Image' /usr/X11R6/include/image.h:196: error: redefinition of typedef 'Image' /usr/X11R6/include/image.h:196: error: previous declaration of 'Image' was here /usr/X11R6/include/image.h:202: error: syntax error before "_Declare" /usr/X11R6/include/image.h:208: error: syntax error before "_Declare" /usr/X11R6/include/image.h:236: error: syntax error before "_Declare" /usr/X11R6/include/image.h:242: error: syntax error before "_Declare" In file included from src/gtk+-2.x/ctkimage.h:30, from src/gtk+-2.x/ctkxvideo.c:29: src/gtk+-2.x/ctkbanner.h:64: error: syntax error before '*' token src/gtk+-2.x/ctkbanner.h:93: warning: parameter names (without types) in function declaration In file included from src/gtk+-2.x/ctkxvideo.c:29: src/gtk+-2.x/ctkimage.h:34: error: syntax error before '*' token src/gtk+-2.x/ctkimage.h:34: warning: type defaults to `int' in declaration of `ctk_image_new' src/gtk+-2.x/ctkimage.h:37: error: syntax error before "artwork" src/gtk+-2.x/ctkimage.h:38: error: syntax error before "artwork" src/gtk+-2.x/ctkxvideo.c: In function `ctk_xvideo_new': src/gtk+-2.x/ctkxvideo.c:385: error: `BANNER_ARTWORK_XVIDEO' undeclared (first use in this function) src/gtk+-2.x/ctkxvideo.c:385: error: (Each undeclared identifier is reported only once src/gtk+-2.x/ctkxvideo.c:385: error: for each function it appears in.) gmake: *** [.objs/ctkxvideo.o] Error 1 *** Error code 2 ============== Rebuilding gtk20 doesn't change the result. x11/nvidia-nvidia-driver-1.0.9746_1 is also installed at this 6.2-stable site