From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 18 17:41:10 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 19A91106566C for ; Fri, 18 Apr 2008 17:41:10 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from QMTA01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [76.96.62.16]) by mx1.freebsd.org (Postfix) with ESMTP id B064C8FC23 for ; Fri, 18 Apr 2008 17:41:08 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from OMTA14.westchester.pa.mail.comcast.net ([76.96.62.60]) by QMTA01.westchester.pa.mail.comcast.net with comcast id F4mC1Z00U1HzFnQ5105u00; Fri, 18 Apr 2008 17:41:08 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA14.westchester.pa.mail.comcast.net with comcast id F5h41Z0021n8LeU3a00000; Fri, 18 Apr 2008 17:41:05 +0000 X-Authority-Analysis: v=1.0 c=1 a=Xrm4IzCVDBUA:10 a=FkxxIfpeVLgA:10 a=AeATkZnXFnEO0y-c-oAA:9 a=9b3jXZAsjJGeoNALDIoA:7 a=8MzmOCkBmp3rXA6pH19KUpaDpxsA:4 a=IsUHOSoT7wwA:10 Message-ID: <4808DD30.1090100@cyberbotx.com> Date: Fri, 18 Apr 2008 13:41:04 -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> <48068CAA.3040604@cyberbotx.com> <60240839@bb.ipt.ru> <48078215.7040107@cyberbotx.com> <83445250@bb.ipt.ru> <48079A4E.5070400@cyberbotx.com> <94164412@bb.ipt.ru> <4807B42D.1070405@cyberbotx.com> <53041155@bb.ipt.ru> <4807D531.2010307@cyberbotx.com> <29834373@bb.ipt.ru> In-Reply-To: <29834373@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: Fri, 18 Apr 2008 17:41:10 -0000 Boris Samorodov wrote: > On Thu, 17 Apr 2008 18:54:41 -0400 Naram Qashat wrote: >> Boris Samorodov wrote: >>> On Thu, 17 Apr 2008 16:33:49 -0400 Naram Qashat wrote: >>>> Boris Samorodov wrote: >>>>> On Thu, 17 Apr 2008 14:43:26 -0400 Naram Qashat wrote: >>>>> >>>>>> I also got some other Gtk errors about libbonoboui missing this time. >>>>> Which ports/applications for did you get one? >>>> multimedia/linux-realplayer and www/linux-kompozer (kompozer still >>>> doesn't run for me, I'm not sure why). >>> Did you update to the latest RELENG_7? That may help. > >> I haven't updated yet, I will probably do that in the next couple of days. > > OK. I updated to the latest RELENG_7 as of today, as well as the latest linux_base-f8_3, and I can report a few successes and failures: 1) emulators/linux-ePSXe will now start because of the addition of glib 1.2 to linux_base-f8. However, it segfaults when I run a game or the PSX BIOS. Trying to configure the video or sound causes it to just freeze until killed. There's no messages in all.log about anything Linux related and this is the output on the console from ePSXe: [13:21:41 kirby ~]> epsxe * Running ePSXe emulator version 1.6.0. * Memory handlers init. * ePSXe: PSX BIOS loaded [/usr/home/cyberbotx/.epsxe/bios/scph1001.bin]. * Loading ISO Format [BIN/IMG2352] ok * Force NTSC cdrom detected. Segmentation fault (core dumped) Not sure if it has to do with the video driver or something else, but I know it's not something that this test is meant to solve. 2) multimedia/linux-realplayer and www/linux-kompozer now work with no problems, but both still bring up the Gtk warnings about libbonoboui-2.so.0 not being there. 3) www/linux-flashplugin9 still freezes npviewer.bin (from www/nspluginwrapper) even with the latest updates. 4) net/skype runs without getting stuck at the EULA screen now. It also runs without any problems as well. All the linux_sys_futex messages about unknown op 128 and 129 are gone. Overall, it looks like more things are working, aside from the problems above. >>> Can you give me an output of the command: >>> ----- >>> % ldd /usr/local/lib/RealPlayer/realplay.bin >>> ----- >>> > >> [14:25:34 kirby /celes/test-f8]# ldd /usr/local/lib/RealPlayer/realplay.bin >> /usr/local/lib/RealPlayer/realplay.bin: > [...] > > The output is as expected. > > > WBR Naram Qashat