From owner-freebsd-sparc64@freebsd.org Mon Sep 11 18:03:26 2017 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EB3FE1A1EE for ; Mon, 11 Sep 2017 18:03:26 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39B0D6B39E for ; Mon, 11 Sep 2017 18:03:25 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id D2DD6E2; Mon, 11 Sep 2017 13:03:18 -0500 (CDT) Date: Mon, 11 Sep 2017 13:03:17 -0500 From: Mark Linimon To: Robert Parkhurst Cc: FreeBSD-sparc64 Subject: Re: Xorg question on FreeBSD 11.1 Message-ID: <20170911180317.GA2570@lonesome.com> References: <1504912654.4543.5.camel@digitalsynapse.io> <20170909171502.GA22562@lonesome.com> <1CD52BED-3135-4ED0-A73F-500B1B133B05@digitalsynapse.io> <20170910175811.GA27418@lonesome.com> <1505093988.4543.7.camel@digitalsynapse.io> <20170911031134.GA29922@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170911031134.GA29922@lonesome.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 18:03:26 -0000 I have a patch that seems necessary to get xorg-server to build; submitted as PR 222232. Unfortunately the build of xorg-minimal fails with a segfault. I won't have time to investigate that for a while. I've started a new incremental build to see if full xorg fails with the same problem. mcl