From owner-freebsd-x11@FreeBSD.ORG Tue Apr 22 11:51:03 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 838EC85E for ; Tue, 22 Apr 2014 11:51:03 +0000 (UTC) Received: from frv152.fwdcdn.com (frv152.fwdcdn.com [212.42.77.152]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF011BB3 for ; Tue, 22 Apr 2014 11:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=wAiIEQZHAEc+UvX1c5O0Io89Nh8uE+nby8zheSniS8w=; b=a5m7AQoJ6glqB/rkoEzOlDfSNPySqOzNLgIVg4f3ZLBzcFUT87xFMEZQ+K/NJNGPUOWOF49ngq57XT2/aFgcx40x/OaFe6apZimPAGz1UC1Yo6BV0Qx4YDI2DOLBg4aWtyM/SmKFo09VPMTX29GqDvogS3/MEKHjkfdN/KEWxn4=; Received: from [134.249.90.229] (helo=nonamehost.local) by frv152.fwdcdn.com with esmtpsa ID 1WcZDp-000KC2-Ba ; Tue, 22 Apr 2014 14:50:45 +0300 Date: Tue, 22 Apr 2014 14:50:44 +0300 From: Ivan Klymenko To: Volodymyr Kostyrko Subject: Re: [CFT] x11-servers/xorg-server with initial (GCD) Grand Central Dispatch support Message-ID: <20140422145044.23b5bc6c@nonamehost.local> In-Reply-To: <53564D07.7060100@b1t.name> References: <20140420200534.72226779@nonamehost.local> <53564D07.7060100@b1t.name> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.90.229; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 11:51:03 -0000 =D0=92 Tue, 22 Apr 2014 14:05:43 +0300 Volodymyr Kostyrko =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 20.04.2014 20:05, Ivan Klymenko =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2(=D0=BB=D0=B0): > > Hi all. > > > > You are tired of frequent friezes xorg server? > > Are you bored messages in /var/log/Xorg.0.log: > > " > > .... > > [mi] EQ overflowing. Additional events will be discarded until > > existing events are processed. .... > > " > > ? > > > > :) > > > > Then you here! :) > > > > Patch attached :) >=20 > I have some problems with linking: >=20 > CCLD Xorg > /usr/bin/ld: ~: invalid DSO for symbol `_NSConcreteGlobalBlock' > definition /usr/lib/libBlocksRuntime.so.0: could not read symbols: > Bad value cc: error: linker command failed with exit code 1 (use -v > to see invocation) >=20 > # uname -a > FreeBSD ar1l0u.maxima.local 10.0-STABLE FreeBSD 10.0-STABLE #11=20 > r264642M: Fri Apr 18 12:14:59 EEST 2014=20 > arcade@ar1l0u.maxima.local:/usr/obj/usr/src/sys/MINIMAL amd64 >=20 > # cc -v > FreeBSD clang version 3.4 (tags/RELEASE_34/final 197956) 20140216 > Target: x86_64-unknown-freebsd10.0 > Thread model: posix > Selected GCC installation: >=20 Cadets I realized what the problem is you need to rebuild devel/libdispatch with option "[x] CLANG Build with LLVM/Clang (required for blocks support)"