From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 13 18:06:56 2004 Return-Path: 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 2B15C16A4CE for ; Mon, 13 Dec 2004 18:06:56 +0000 (GMT) Received: from comtv.ru (mail.comtv.ru [217.10.32.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id C314643D46 for ; Mon, 13 Dec 2004 18:06:54 +0000 (GMT) (envelope-from pushkin@comtv.ru) X-UCL: actv Received: from [217.10.45.29] (account pushkin [217.10.45.29] verified) by comtv.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 48519684 for emulation@FreeBSD.org; Mon, 13 Dec 2004 21:06:51 +0300 Message-ID: <41BDDA3F.3080201@comtv.ru> Date: Mon, 13 Dec 2004 21:06:55 +0300 From: Sergey Poziturin User-Agent: Mozilla Thunderbird 0.9 (X11/20041115) X-Accept-Language: en-us, en MIME-Version: 1.0 To: emulation@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: bibblepro software X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 13 Dec 2004 18:06:56 -0000 Hello all. Did anyone manage to run biblepro under freebsd? It is a nice software (http://www.bibblelabs.com) for digital cameras, one of the alternatives to dcraw and other clones. My situation: uname -a: FreeBSD vp.off.my 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Sat Dec 4 00:49:34 MSK 2004 root@vp.off.my:/usr/obj/usr/src/sys/PUSHKIN i386 When i run /usr/compat/linux/usr/bin/bibblepro, it shows the output like this: /usr/compat/linux/usr/bin/bibblepro: /usr/lib/libstdc++.so.5: version `CXXABI_1.2.1' not found (required by /usr/compat/linux/usr/bin/bibblepro) `pkg_info |grep linux` show this list on my system: linux-XFree86-libs-4.3.0_2 XFree86 libraries, Linux/i386 binary linux-edonkey-core-0.50.1,1 eDonkey2000 'core' command line client linux-expat-1.95.5_1 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-6.0r79_1 The official Macromedia Flash Player for Linux Mozilla and linux-fontconfig-2.1_1 Linux/i386 binary of Fontconfig linux_base-8-8.0_4 Base set of packages needed in Linux mode (only for i386) linuxdoc-1.1_1 The Linuxdoc SGML DTD linuxpluginwrapper-20041017 A wrapper allowing use of linux-plugins with native applica sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SGML doc What else can i do to make bibble work? According to gcc.org, libstdc++.so.5 IS an CXXABI_1.2.1. And it is a symlink to a correct library in my system: $file /usr/compat/linux/usr/lib/libstdc++.so.5 /usr/compat/linux/usr/lib/libstdc++.so.5: symbolic link to `libstdc++.so.5.0.1' ldd shows the same: $ldd /usr/compat/linux/usr/bin/bibblepro /usr/compat/linux/usr/bin/bibblepro: /usr/compat/linux/usr/bin/bibblepro: /usr/lib/libstdc++.so.5: version `CXXABI_1.2.1' not found (required by /usr/compat/linux/usr/bin/bibblepro) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x2805d000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x28066000) libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x2806a000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x2807c000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x280c5000) libdl.so.2 => /lib/libdl.so.2 (0x280ea000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x280ed000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x280fc000) libm.so.6 => /lib/libm.so.6 (0x281db000) libpthread.so.0 => /lib/libpthread.so.0 (0x281fc000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x2824d000) libc.so.6 => /lib/libc.so.6 (0x282ff000) libexpat.so.0 => /usr/lib/libexpat.so.0 (0x2842a000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x28048000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2844b000) PS: Hope this is the right place to give questions like this. Thanx in advance.