From owner-freebsd-current@FreeBSD.ORG Fri Jun 14 20:10:01 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 15601CC6 for ; Fri, 14 Jun 2013 20:10:01 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id CDAD816B2 for ; Fri, 14 Jun 2013 20:10:00 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnaJr-0003op-HI for freebsd-current@freebsd.org; Fri, 14 Jun 2013 22:09:59 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 22:09:59 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 22:09:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: SOLVED: Cannot startx on FreeBSD10 Current Date: Fri, 14 Jun 2013 20:09:43 +0000 (UTC) Lines: 11 Message-ID: References: <51BB5F3A.60504@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 20:10:01 -0000 On Fri, 14 Jun 2013 14:21:46 -0400, Jung-uk Kim wrote: > > I had a similar problem a week ago. Basically, that Clang version > mis-compiles xorg-server. You may want to try the latest Clang on - > -CURRENT or build it with "make USE_GCC=any". > Thenk you so much! Yes, recompiling xorg-server with gcc did the trick. Deeply appreciated.