Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 15:56:35 +0300
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        Ivan Klymenko <fidaj@ukr.net>, Volodymyr Kostyrko <c.kworr@gmail.com>
Cc:        x11@FreeBSD.org
Subject:   Re: [CFT] x11-servers/xorg-server with initial (GCD) Grand Central Dispatch support
Message-ID:  <53566703.7050501@b1t.name>
In-Reply-To: <20140422154612.6771e487@nonamehost.local>
References:  <20140420200534.72226779@nonamehost.local> <53564D07.7060100@b1t.name> <20140422145044.23b5bc6c@nonamehost.local> <535660C5.70308@b1t.name> <20140422154612.6771e487@nonamehost.local>

next in thread | previous in thread | raw e-mail | index | archive | help
22.04.2014 15:46, Ivan Klymenko wrote:
>> Full build logs here: http://www.b1t.name/xorg.gcd.build.log
>>
>
> 1. show me, please, /etc/make.conf

# vim:set filetype=make:

CPUTYPE?=native
KERNCONF?=MINIMAL
NO_CLEAN:=yes
WITHOUT_NOUVEAU:=yes
WRKDIRPREFIX:=/tmp/ports
PACKAGES=/tmp/packages
WITH_NEW_XORG=yes

OVERRIDE_LINUX_BASE_PORTS=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6

# Begin portconf settings
# Do not touch these lines
.if !empty(.CURDIR:M/usr/ports*) && exists(/usr/local/libexec/portconf)
_PORTCONF!=/usr/local/libexec/portconf
.if ${_PORTCONF} != "|"
.for i in ${_PORTCONF:S/^|//:S/|/ /g}
${i:C/^([^=]*)=.*/\1/}=${i:C/^[^=]*=//:S/%/ /g}
.endfor
.endif
.endif
# End portconf settings

> 2. show me ldd /usr/local/lib/libdispatch.so.0

# ldd -a /usr/local/lib/libdispatch.so
/usr/local/lib/libdispatch.so:
         libBlocksRuntime.so.0 => /usr/lib/libBlocksRuntime.so.0 
(0x801612000)
         libthr.so.3 => /lib/libthr.so.3 (0x801815000)
         libc.so.7 => /lib/libc.so.7 (0x80081f000)
/usr/lib/libBlocksRuntime.so.0:
         libc.so.7 => /lib/libc.so.7 (0x80081f000)
/lib/libthr.so.3:
         libc.so.7 => /lib/libc.so.7 (0x80081f000)

-- 
Sphinx of black quartz, judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53566703.7050501>