From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 10:55:26 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05F0434E; Wed, 23 Apr 2014 10:55:26 +0000 (UTC) Received: from frv154.fwdcdn.com (frv154.fwdcdn.com [212.42.77.154]) (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 AFFB11453; Wed, 23 Apr 2014 10:55:25 +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=hYpFE/CX1hWyzA1qWbU8Sp967wUE8OuDez05pVDPpdE=; b=dNZGaoNMTWL2TLotzRbFd0OY/etc1ywCYhGABvww55L9VySoqdXm9Gl3w7/s8+mqpRbgdl3+UKyFkLSgBR1xzzhUVMNIfOoheTyDVcoKncm3m1rQ8p7NUyL10hdJxvNJyn5TYO3WYVyD6PxMa0+cB/cX3/G42XmFjaeFFYkOtIo=; Received: from [134.249.90.229] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1Wcupl-000M7r-Gn ; Wed, 23 Apr 2014 13:55:21 +0300 Date: Wed, 23 Apr 2014 13:55:20 +0300 From: Ivan Klymenko To: "Eric L. Camachat" Subject: Re: [CFT] x11-servers/xorg-server with initial (GCD) Grand Central Dispatch support Message-ID: <20140423135520.5cfa9692@nonamehost.local> In-Reply-To: <535724B2.2000304@gmail.com> References: <20140420200534.72226779@nonamehost.local> <53564D07.7060100@b1t.name> <20140422145044.23b5bc6c@nonamehost.local> <535660C5.70308@b1t.name> <20140422154612.6771e487@nonamehost.local> <535724B2.2000304@gmail.com> 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: ports@FreeBSD.org, Volodymyr Kostyrko , x11@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 10:55:26 -0000 =D0=92 Tue, 22 Apr 2014 19:25:54 -0700 "Eric L. Camachat" =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > 1. show me, please, /etc/make.conf > > 2. show me ldd /usr/local/lib/libdispatch.so.0 >=20 > I saw the same problem here is my ldd /usr/local/lib/libdispatch.so.0 > and /etc/make.conf for you reference. >=20 > root@ketagalan:~ # uname -a > FreeBSD ketagalan 10.0-STABLE FreeBSD 10.0-STABLE #1 r264740: Mon Apr > 21 13:05:22 PDT 2014 > root@ketagalan:/usr/obj/usr/src/sys/KETAGALAN amd64 root@ketagalan:~ > # ldd /usr/local/lib/libdispatch.so.0 /usr/local/lib/libdispatch.so.0: > libBlocksRuntime.so.0 =3D> /usr/lib/libBlocksRuntime.so.0 > (0x801612000) libthr.so.3 =3D> /lib/libthr.so.3 (0x801815000) > libc.so.7 =3D> /lib/libc.so.7 (0x80081b000) > root@ketagalan:~ # cat /etc/make.conf > CPUTYPE?=3Dcorei7-avx > CFLAGS=3D-Os -pipe > SSP_CFLAGS=3D-fstack-protector-all > #DEBUG_FLAGS=3D-g > MALLOC_PRODUCTION=3Dyes > WITH_PKGNG=3Dyes > WITH_SSP=3Dyes >=20 > #BATCH=3Dyes >=20 > .if ${.CURDIR:M/usr/ports/*} > #WITH_DEBUG=3Dyes > #WRKDIRPREFIX=3D/usr/obj > #OPTIONS_UNSET=3DNLS DOCS > QT4_OPTIONS=3DCUPS QGTKSTYLE > DEFAULT_VERSIONS=3D perl5=3D5.18 ruby=3D2.1 tcltk=3D8.6 apache=3D2.2 > WITH_BDB_VER=3D5 >=20 > OPTIONS_SET=3DCLANG VAAPI KMS IPV6 GL XCB CUPS OSS PULSEAUDIO CJK > LCD_FILTERING GSTREAMER1 > WITH=3DCLANG VAAPI KMS IPV6 GL XCB CUPS OSS PULSEAUDIO CJK LCD_FILTERING > GSTREAMER1 > #WITHOUT=3D >=20 > If they are global options set in your make.conf, you should replace > them with: >=20 > NO_WERROR=3Dyes > NO_PROFILE=3Dyes > #NOPORTEXAMPLES=3Dyes > #NOPORTDOCS=3Dyes > WITHOUT_PERL=3Dyes >=20 > .if ${.CURDIR:M*/usr/ports/lang/python*} > WITHOUT_NIS=3Dyes > .elif ${.CURDIR:M*/usr/ports/graphics/clutter-gtk*} || \ > ${.CURDIR:M*/usr/ports/graphics/libchamplain*} > CFLAGS +=3D -DG_CONST_RETURN=3Dconst > .endif >=20 > .endif >=20 I'm trying to find the cause of this problem and fix it.