From owner-freebsd-ports@freebsd.org Wed Feb 15 23:19:14 2017 Return-Path: Delivered-To: freebsd-ports@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 5A20CCE0C74 for ; Wed, 15 Feb 2017 23:19:14 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F2CB1AA8 for ; Wed, 15 Feb 2017 23:19:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id v1FNJD8w048575 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 15 Feb 2017 16:19:13 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id v1FNJCNq048572; Wed, 15 Feb 2017 16:19:12 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 15 Feb 2017 16:19:12 -0700 (MST) From: Warren Block To: Kevin Oberman cc: Koichiro IWAO , FreeBSD Ports ML Subject: Re: xorg-server 1.18.4 segfaults In-Reply-To: Message-ID: References: <0101015a3fb1a17f-dc2012c5-b4b3-47f1-b988-4291c158de72-000000@us-west-2.amazonses.com> <20170215064101.GY2092@kib.kiev.ua> <0101015a40a20d8d-7223736a-ce71-4d31-acb6-b9cbce76e6bb-000000@us-west-2.amazonses.com> <0101015a40a437cf-7476a87c-1750-4798-a348-548d767cb3df-000000@us-west-2.amazonses.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Wed, 15 Feb 2017 16:19:13 -0700 (MST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 23:19:14 -0000 On Wed, 15 Feb 2017, Kevin Oberman wrote: > On Tue, Feb 14, 2017 at 11:19 PM, Koichiro IWAO wrote: > >> Konstantin, >>> >>> Deinstalling llvm37 helped, thanks! >>> >> >> P.S. >> >> I actually deinstalled all older versions of llvm, llvm36, llvm37. >> >> >> -- >> `whois vmeta.jp | nkf -w` >> meta >> > > Isn't it about time to put a note into UPDATING that ALL versions of LLVM > older than 3.9 (LLVM39) should be deleted "pkg delete LLVM??" before > attempting to build the new Xorg software. I guess that includes libGL, > libGLU, libdrm, dri and libglapi. Maybe xorg-server and xorg-drivers, too. > Otherwise these reports are just going to keep rolling in. (Well, that > won't stop them, but might slow them down and make it easy to tell people > where to find the fix.) > > I'm still nervous about re-starting X because I may have missed something. The ports tree still thinks llvm37 is really needed by some of these, and trying to pkg delete llvm37 wants to also delete many installed applications. This seems wrong, but I have seen zero information about this before, so maybe it is not just my system. I'd be willing to update docs about this, provided someone can clarify just what information needs to be there. `pkg delete -f llvm37' to just delete that, then an entry in make.conf to force llvm39?