From owner-freebsd-stable@FreeBSD.ORG Wed Jan 25 21:20:56 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962ED16A45C for ; Wed, 25 Jan 2006 21:20:51 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail23.syd.optusnet.com.au (mail23.syd.optusnet.com.au [211.29.133.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E145447B7 for ; Wed, 25 Jan 2006 20:26:25 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail23.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k0PKQLe3008120 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 26 Jan 2006 07:26:23 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id k0PKQLHh040805; Thu, 26 Jan 2006 07:26:21 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id k0PKQKPr040804; Thu, 26 Jan 2006 07:26:20 +1100 (EST) (envelope-from pjeremy) Date: Thu, 26 Jan 2006 07:26:20 +1100 From: Peter Jeremy To: "Steve O'Hara-Smith" Message-ID: <20060125202620.GF25397@cirb503493.alcatel.com.au> References: <43D76846.8090200@izb.knu.ac.kr> <200601251229.k0PCTKNY033601@drugs.dv.isc.org> <20060125132352.44e452d3.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060125132352.44e452d3.steve@sohara.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: stable@freebsd.org Subject: Re: xorg-server 6.9.0 won't build on 4.11-stable 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: Wed, 25 Jan 2006 21:20:57 -0000 On Wed, 2006-Jan-25 13:23:52 +0000, Steve O'Hara-Smith wrote: >On Wed, 25 Jan 2006 23:29:20 +1100 >Mark Andrews wrote: >> Or I suspect you can get away with just using gcc33 which >> has va_copy() builtin. > > Hmm I have gcc34 courtesy of some other ports build dependency, >so I suppose I could add a USE_GCC=3.4 to the Makefile. > > Would it be a good idea to add this to all the xorg-6.9 Makefiles ? Looking at bsd.gcc.mk, maybe "USE_GCC=3.3+" would be acceptable. I find ports that depend on specific version of gcc annoying - it's not especially fast to build and having multiple versions lying around starts to eat disk space. > As an aside running a 6.8.2 server on top of 6.9 libraries produces >an interesting effect - after a few minutes the mouse pointer dives to the >left side of the screen and then will only move vertically. I don't think that should happen, though I doubt that combination is officially supported. -- Peter Jeremy