From owner-freebsd-stable@FreeBSD.ORG Mon Jul 16 16:09:18 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1D821065670; Mon, 16 Jul 2012 16:09:18 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepo201.cox.net (fed1rmfepo201.cox.net [68.230.241.146]) by mx1.freebsd.org (Postfix) with ESMTP id B23D08FC14; Mon, 16 Jul 2012 16:09:18 +0000 (UTC) Received: from fed1rmimpo110.cox.net ([68.230.241.159]) by fed1rmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120716160917.WPVN29577.fed1rmfepo201.cox.net@fed1rmimpo110.cox.net>; Mon, 16 Jul 2012 12:09:17 -0400 Received: from dell64 ([72.220.103.209]) by fed1rmimpo110.cox.net with bizsmtp id b49H1j00J4X51K40349HC6; Mon, 16 Jul 2012 12:09:17 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.50043CAD.00A2,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=/Un0vkzSgrqueAT2jU3DbURxsO3AY6RL1Wv3mH8pjVg= c=1 sm=1 a=zZLVAf7QdekA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=9eRLpXbTwyrdKc8or95E8w==:17 a=6I5d2MoRAAAA:8 a=fGO4tVQLAAAA:8 a=gnzDVnWR0GgZYwOQ_dAA:9 a=CjuIK1q_8ugA:10 a=3XBqCPMZHw8A:10 a=SV7veod9ZcQA:10 a=9eRLpXbTwyrdKc8or95E8w==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Mon, 16 Jul 2012 09:09:11 -0700 From: Robert To: Dimitry Andric Message-ID: <20120716090911.4a0fa605@dell64> In-Reply-To: <5002BC85.3020508@FreeBSD.org> References: <20120709134426.7f01dd96@dell64> <4FFC02A2.8010303@FreeBSD.org> <20120710064141.060aa4f6@dell64> <5002BC85.3020508@FreeBSD.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-stable@freebsd.org" Subject: Re: Build failure xorg-drivers with Clang 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: Mon, 16 Jul 2012 16:09:19 -0000 On Sun, 15 Jul 2012 14:50:13 +0200 Dimitry Andric wrote: > On 2012-07-10 15:41, Robert wrote: > ... > > Complete attempt at build (xorg-drivers.log) can be viewed at > > pastebin.com/u/traveling08 > > Aha, I hadn't realized this wasn't yet fixed for clang. Please try > the attached patch. If I applied this correctly then it has not changed anything. Please correct me if I have done this improperly. I placed your patch in /usr/ports/x11-servers/xorg-server/files as seen below -rw-r--r-- 1 root wheel 5536 Apr 21 10:03 extra-arch-ia64 -rw-r--r-- 1 root wheel 438 May 4 2010 extra-arch-powerpc -rw-r--r-- 1 root wheel 3487 Apr 24 10:28 extra-dix_events.c -rw-r--r-- 1 root wheel 2382 Apr 21 10:03 extra-hw_dmx_glxProxy_compsize.h -rw-r--r-- 1 root wheel 1815 Apr 21 10:03 extra-hw_dmx_glxProxy_glxcmds.h -rw-r--r-- 1 root wheel 799 Apr 21 10:03 extra-include_eventstr.h -rw-r--r-- 1 root wheel 645 Apr 21 10:03 extra-patch-os-utils.c -rw-r--r-- 1 root wheel 966 Jul 15 16:43 patch-Xserver-hw-xfree86-common-compiler.h ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -rw-r--r-- 1 root wheel 384 May 19 2007 patch-Xserver-hw-xfree86-common-xf86Config.c -rw-r--r-- 1 root wheel 469 May 19 2007 patch-Xserver-hw-xfree86-os-support-bsd-i386_video.c -rw-r--r-- 1 root wheel 402 Mar 31 2009 patch-Xserver-hw-xfree86-os-support-bsd-sparc64_video.c -rw-r--r-- 1 root wheel 350 May 19 2007 patch-Xserver-os-xprintf.c -rw-r--r-- 1 root wheel 320 May 19 2007 patch-servermd.h -rw-r--r-- 1 root wheel 471 May 19 2007 patch-xorgconf.cpp And it shows up in :/usr/ports/x11-servers/xorg-server/work/xorg-server-1.7.7/x11-servers/xorg-server/files % ls -l total 4 -rw-r--r-- 1 root wheel 481 Jul 15 18:23 patch-Xserver-hw-xfree86-common-compiler.h -rw-r--r-- 1 root wheel 0 Jul 15 18:23 patch-Xserver-hw-xfree86-common-compiler.h.orig I checked on a different computer that is running 9 Stable.I did a make from /usr/ports/x11-servers/xorg-server and there was not a directory /x11-servers/ under /work/xorg-server-1.7.7/ Thanks again and I can provide anything if you need more information. Robert