[CFT] x11-servers/xorg-server with initial (GCD) Grand Central Dispatch support

Ivan Klymenko fidaj at ukr.net
Wed Apr 23 10:55:26 UTC 2014


В Tue, 22 Apr 2014 19:25:54 -0700
"Eric L. Camachat" <eric.camachat at gmail.com> пишет:

> > 1. show me, please, /etc/make.conf
> > 2. show me ldd /usr/local/lib/libdispatch.so.0
> 
> I saw the same problem here is my ldd /usr/local/lib/libdispatch.so.0
> and /etc/make.conf for you reference.
> 
> root at ketagalan:~ # uname -a
> FreeBSD ketagalan 10.0-STABLE FreeBSD 10.0-STABLE #1 r264740: Mon Apr
> 21 13:05:22 PDT 2014
> root at ketagalan:/usr/obj/usr/src/sys/KETAGALAN  amd64 root at ketagalan:~
> # ldd /usr/local/lib/libdispatch.so.0 /usr/local/lib/libdispatch.so.0:
> 	libBlocksRuntime.so.0 => /usr/lib/libBlocksRuntime.so.0
> (0x801612000) libthr.so.3 => /lib/libthr.so.3 (0x801815000)
> 	libc.so.7 => /lib/libc.so.7 (0x80081b000)
> root at ketagalan:~ # cat /etc/make.conf
> CPUTYPE?=corei7-avx
> CFLAGS=-Os -pipe
> SSP_CFLAGS=-fstack-protector-all
> #DEBUG_FLAGS=-g
> MALLOC_PRODUCTION=yes
> WITH_PKGNG=yes
> WITH_SSP=yes
> 
> #BATCH=yes
> 
> .if   ${.CURDIR:M/usr/ports/*}
> #WITH_DEBUG=yes
> #WRKDIRPREFIX=/usr/obj
> #OPTIONS_UNSET=NLS DOCS
> QT4_OPTIONS=CUPS QGTKSTYLE
> DEFAULT_VERSIONS= perl5=5.18 ruby=2.1 tcltk=8.6 apache=2.2
> WITH_BDB_VER=5
> 
> OPTIONS_SET=CLANG VAAPI KMS IPV6 GL XCB CUPS OSS PULSEAUDIO CJK
> LCD_FILTERING GSTREAMER1
> WITH=CLANG VAAPI KMS IPV6 GL XCB CUPS OSS PULSEAUDIO CJK LCD_FILTERING
> GSTREAMER1
> #WITHOUT=
> 
> If they are global options set in your make.conf, you should replace
> them with:
> 
> NO_WERROR=yes
> NO_PROFILE=yes
> #NOPORTEXAMPLES=yes
> #NOPORTDOCS=yes
> WITHOUT_PERL=yes
> 
> .if ${.CURDIR:M*/usr/ports/lang/python*}
> WITHOUT_NIS=yes
> .elif ${.CURDIR:M*/usr/ports/graphics/clutter-gtk*} || \
>       ${.CURDIR:M*/usr/ports/graphics/libchamplain*}
> CFLAGS += -DG_CONST_RETURN=const
> .endif
> 
> .endif
> 

I'm trying to find the cause of this problem and fix it.


More information about the freebsd-x11 mailing list