From owner-freebsd-x11@freebsd.org Mon Feb 13 11:49:58 2017 Return-Path: Delivered-To: freebsd-x11@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 1E011CDDEE1 for ; Mon, 13 Feb 2017 11:49:58 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 059841E0D for ; Mon, 13 Feb 2017 11:49:58 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 02124CDDEE0; Mon, 13 Feb 2017 11:49:58 +0000 (UTC) Delivered-To: x11@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 01BBDCDDEDF for ; Mon, 13 Feb 2017 11:49:58 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward4m.cmail.yandex.net (forward4m.cmail.yandex.net [IPv6:2a02:6b8:b030::1b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1F601E0C for ; Mon, 13 Feb 2017 11:49:57 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback10g.mail.yandex.net (mxback10g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:171]) by forward4m.cmail.yandex.net (Yandex) with ESMTP id A896F20CF6; Mon, 13 Feb 2017 14:49:44 +0300 (MSK) Received: from web18h.yandex.ru (web18h.yandex.ru [84.201.186.47]) by mxback10g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 95B6t55bep-ni7CWx2E; Mon, 13 Feb 2017 14:49:44 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1486986584; bh=DzzE6soNFRD5FCSqtzX1CBB590G5dVVirGsP0hD1DFA=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date; b=qNs2c0WgCLLRbBWo5oFIRCSHqVcJZtuu9F3rOKEuBxs195Vkc9C7a/xrDsPit69NN dm7kY+qw1aqPM8BOmiuAnkqd8NpuK/YrigzCctbog0Us+g4Y4LgHO+PcdwxOBuWKn+ r61TVV2L2K88J82Q1UJdiOstqfthlAkVZkIkhVrM= Authentication-Results: mxback10g.mail.yandex.net; dkim=pass header.i=@yandex.com Received: by web18h.yandex.ru with HTTP; Mon, 13 Feb 2017 14:49:44 +0300 From: Stari Karp To: Konstantin Belousov Cc: "x11@freebsd.org" In-Reply-To: <20170213113835.GO2092@kib.kiev.ua> References: <4934191486985301@web2m.yandex.ru> <20170213113835.GO2092@kib.kiev.ua> Subject: Re: xser 1.84 doesn't start MIME-Version: 1.0 Message-Id: <3835241486986584@web18h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 13 Feb 2017 06:49:44 -0500 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 11:49:58 -0000 Yes, I have and I think there are many apps which they need it 3.4. BTW, I didn't choose any version of LLVM and ther are 3.4, 3.7 and now 3.9. But I will try I let you know when I start FreeBSD (I am on OS X) now. 13.02.2017, 06:38, "Konstantin Belousov" : > On Mon, Feb 13, 2017 at 06:28:21AM -0500, Stari Karp wrote: >>  I did update to 1.18.4 on FreeBSD 11-RELEASE (amd64) and now it doesn't start anymore. >>  My graphics card: >>  vendor='Advanced Micro Devices, Inc. [AMD/ATI] >>  device="RV770/MP8L >>  [Mobility Radeon HD 4850}' >> >>  My system is FreeBSD 11-RELEASE (amd64) installed on iMac and it works from version 7 and desktop from 10. I didn't have any problem with previous versions of xorg-server. >> >>  And my xorg.log: >> >>  http://pastebin.com/PQ16aF25 >> >>  I am using Synth and I have the previous version packages of Xorg saved. Should I downgrade the xserver with the old packages or should I use portdowngrade or is something which I should do to star working again. >>  Thank you. > > You have both llvm 3.4 and 3.9 installed. glx extension module dlopens > libLLVM by some shortcut name, while dri depends on 3.9 libs. Then, at > runtime, symbols from incompatible libraries are mixed and cause breakage. > > Do you need 3.4 for anything ? If not, deinstall it and try starting X > server again.