From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 11 15:27:03 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0606016A4DD for ; Tue, 11 Jul 2006 15:27:03 +0000 (UTC) (envelope-from arcade@synergetica.dn.ua) Received: from nora.synergetica.dn.ua (synergetica.dn.ua [82.207.115.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7D743D5F for ; Tue, 11 Jul 2006 15:26:55 +0000 (GMT) (envelope-from arcade@synergetica.dn.ua) Received: from [172.30.0.209] (yarn.lan [172.30.0.209]) (authenticated bits=0) by nora.synergetica.dn.ua (8.13.7/8.13.7) with ESMTP id k6BFQqvQ072574; Tue, 11 Jul 2006 18:26:52 +0300 (EEST) (envelope-from arcade@synergetica.dn.ua) Message-ID: <44B3C33B.80901@synergetica.dn.ua> Date: Tue, 11 Jul 2006 18:26:51 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.8.0.4) Gecko/20060605 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Boris Samorodov References: <44B39086.3020505@synergetica.dn.ua> <36600495@serv3.int.kfs.ru> In-Reply-To: <36600495@serv3.int.kfs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: FreeBSD Port: x11-toolkits/linux-pango X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 15:27:03 -0000 Boris Samorodov wrote: > On Tue, 11 Jul 2006 14:50:30 +0300 Volodymyr Kostyrko wrote: > >> While updating from linux-pango-1.6.0_2 to linux-pango-1.8.1 I've >> encountered the following error: > >> ===> Checking if x11-toolkits/linux-pango already installed >> cd >> /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work >> && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; >> cd >> /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work >> && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel >> /compat/linux >> 1318 blocks >> /compat/linux/usr/bin/pango-querymodules-32: error while loading >> shared libraries: /usr/X11R6/lib/libpangox-1.0.so.0: ELF file OS ABI >> invalid >> *** Error code 127 > >> How can I fix this? > > Do you have non-standard path, LD_LIBRARY_PATH, LD_PRELOAD or > something else at your environment? The error occures because > /usr/X11R6/lib/ is searched before /compat/linux/usr/X11R6/lib/ > (which is not standard). > > > WBR > env | grep LD LD_LIBRARY_PATH=/usr/X11R6/lib Must be brought down by some X11 software. Unsetting it cures the problem. -- [WBR], Arcade.