From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 16 23:43:04 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78F69106566B for ; Wed, 16 Apr 2008 23:43:04 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from QMTA09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6258FC0A for ; Wed, 16 Apr 2008 23:43:03 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA09.westchester.pa.mail.comcast.net with comcast id EL7s1Z0480bG4ec5908r00; Wed, 16 Apr 2008 23:31:03 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA03.westchester.pa.mail.comcast.net with comcast id EPYy1Z0051n8LeU3P00000; Wed, 16 Apr 2008 23:33:00 +0000 X-Authority-Analysis: v=1.0 c=1 a=Xrm4IzCVDBUA:10 a=FkxxIfpeVLgA:10 a=5llk0ql7AAAA:8 a=YNaD5yEKooO0N_xZ6RsA:9 a=LJsd9xYZvLM3q8Rq9KUA:7 a=-gJGEYAcl-fxlnYRVwEnoMn8jNsA:4 a=9XSpoOj3B7kA:10 Message-ID: <48068CAA.3040604@cyberbotx.com> Date: Wed, 16 Apr 2008 19:32:58 -0400 From: Naram Qashat User-Agent: Thunderbird 2.0.0.12 (X11/20080330) MIME-Version: 1.0 To: Boris Samorodov References: <200804090052.10898.aline@riseup.net> <200804091752.57284.aline@riseup.net> <62101822@bb.ipt.ru> <200804101126.11075.aline@riseup.net> <53131614@bb.ipt.ru> <29877906@bb.ipt.ru> In-Reply-To: <29877906@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: CALL FOR TESTERS: linux-f8 infrastructure ports 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: Wed, 16 Apr 2008 23:43:04 -0000 As of using the latest patch set (5), I found that a few Linux applications I use do not work: 1) emulators/linux-ePSXe refuses to run: ./epsxe: error while loading shared libraries: libgmodule-1.2.so.0: cannot open shared object file: No such file or directory From what I can see, that file was in linux_base-fc4 because it's a part of glib 1.2, but fc6 and up use glib 2 instead. It's possible that there would need to be a port for glib 1.2 specifically for programs like ePSXe that still use it. 2) multimedia/linux-realplayer also refuses to run: /usr/local/lib/RealPlayer/realplay.bin: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory This probably means that a newer version of RealPlayer needs to be in the ports or a version that works with Fedora 8 needs to be in the ports separate from the current one. 3) www/linux-kmopozer seems to start, but just sits there and never actually runs. 4) net/skype starts, but when it brings up the EULA, I get what's in the following image: http://kirby.cyberbotx.com/skype_problem.png 5) www/linux-flashplayer9, when used with www/nspluginwrapper, causes Firefox to freeze until npviewer.bin is killed. I also get the following messages in the console: (npviewer.bin:36559): Gtk-WARNING **: libqt-mt.so.3: cannot open shared object file: No such file or directory (npviewer.bin:36559): Gtk-WARNING **: libqt-mt.so.3: cannot open shared object file: No such file or directory *** NSPlugin Wrapper *** ERROR: NPP_Destroy() wait for reply: Message timeout *** NSPlugin Wrapper *** ERROR: NPClass::Invalidate() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NP_Shutdown() invoke: Connection closed The first NSPlugin Wrapper error comes up before I kill off the npviewer.bin process, and the last two messages come up when I kill it. Also, when I use nspluginwrapper -l to see what plugins are installed, that command segfaults. It even does so after I remove the flash plugin from the browser plugins folder with the command. Here's what is in my /usr/local/lib/browser_plugins: [19:30:34 kirby /celes/test-f8]# ls /usr/local/lib/browser_plugins/ .firefox.keep libjavaplugin_oji.so npplugger.so openvrml.la .thunderbird.keep libvlcplugin.so npsidplug.so openvrml.so helix.so nphelix.xpt npwrapper.nppdf.so Out of all the Linux applications I have installed, only acroread8 runs without flaws. However, I do get the following if I run it in the console: rm: cannot remove `/home/cyberbotx/.adobe/Acrobat/8.0/Preferences/mozilla/prefs.js': Function not implemented (acroread:36425): Gtk-WARNING **: libqt-mt.so.3: cannot open shared object file: No such file or directory (acroread:36425): Gtk-WARNING **: libqt-mt.so.3: cannot open shared object file: No such file or directory I use KDE3 and have the gtk-qt-engines port installed, telling it to try to skin GTK applications as QT, so maybe this is related to that. As an aside, kompozer brings up the same 2 Gtk-WARNING messages, yet doesn't run at all. I also noticed the following in my all.log file when running Linux applications: Apr 16 19:27:03 kirby kernel: 128 Apr 16 19:27:03 kirby kernel: linux_sys_futex: unknown op 128 Apr 16 19:27:03 kirby last message repeated 2136 times Occasionally, op 129 comes up as well. Not sure if the latest updates to 7.0 would fix this or not, I'm still using a src updated from RELENG_7_0 and not from RELENG_7 yet. Thanks, Naram Qashat