From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 25 11:31:10 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3923316A400 for ; Sun, 25 Mar 2007 11:31:10 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.freebsd.org (Postfix) with ESMTP id CFCB213C480 for ; Sun, 25 Mar 2007 11:31:09 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HVQwF-0001AV-MH; Sun, 25 Mar 2007 15:31:07 +0400 From: Vladimir Grebenschikov To: emulation@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Sun, 25 Mar 2007 15:31:07 +0400 Message-Id: <1174822267.1170.21.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: multimedia@freebsd.org Subject: Something wron in sound under linux emulation under recent current 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: Sun, 25 Mar 2007 11:31:10 -0000 Hi After upgrade to recent current (previous was in February 2007). I have notice that heroes3 (linux game) stop working, after some investigation I've found that it blocks on start just after opening sound device (truss output below). If I start it with disabled sound - it works as expected. It works fine several months ago. Other Linux sound software looks ok (skype). $ truss /usr/local/games/Heroes3.Linux/heroes3 -l ... linux_open("/home/vova/.loki/heroes3/game.log",0x241,0666) = 9 (0x9) linux_newfstat(9,0xbfbfcb24) = 0 (0x0) linux_mmap(0xbfbfcb70) = 675188736 (0x283e9000) write(9,"LogFile initialized.\n",21) = 21 (0x15) close(9) = 0 (0x0) munmap(0x283e9000,4096) = 0 (0x0) linux_newstat("/dev/sound",0xbfbfc904) ERR#2 'No such file or directory' linux_open("/dev/dsp",0x801,00) = 9 (0x9) linux_ioctl(0x9,0x8004500b,0xbfbfce14) = 0 (0x0) linux_ioctl(0x9,0xc0045005,0xbfbfce14) = 0 (0x0) linux_ioctl(0x9,0xc0045006,0xbfbfce14) = 0 (0x0) close(9) = 0 (0x0) linux_open("/dev/dsp",0x1,00) = 9 (0x9) linux_ioctl(0x9,0xc004500a,0xbfbfcde0) = 0 (0x0) linux_ioctl(0x9,0xc0045005,0xbfbfcddc) = 0 (0x0) linux_ioctl(0x9,0xc0045006,0xbfbfcddc) = 0 (0x0) linux_ioctl(0x9,0xc0045002,0xbfbfcddc) = 0 (0x0) linux_brk(0x847c000) = 138919936 (0x847c000) linux_getpid() = 4447 (0x115f) linux_brk(0x847d000) = 138924032 (0x847d000) linux_rt_sigprocmask(0x2,0x0,0xbfbfd114,0x8) = 0 (0x0) write(8," D@\b\0\0\0\0\M-P\M-Q\M-?\M-?$"...,148) = 148 (0x94) linux_rt_sigprocmask(0x2,0x0,0xbfbfd080,0x8) And then it sleeps forever here. Any hints ? # sysctl -a | fgrep linux compat.linux.oss_version: 198144 compat.linux.osrelease: 2.4.2 compat.linux.osname: Linux # pkg_info -I linux_bas\* linux_base-fc-4_9 Base set of packages needed in Linux mode (for i386/amd64) # uname -a FreeBSD vbook.fbsd.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #9: Thu Mar 15 18:18:59 MSK 2007 root@vbook.fbsd.ru:/usr/obj/usr/src/sys/VBOOK i386 # (kernel was built just after cvsup). -- Vladimir B. Grebenschikov SWsoft Inc. vova@swsoft.com From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 25 19:23:54 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19C5116A400 for ; Sun, 25 Mar 2007 19:23:54 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id CAA6C13C448 for ; Sun, 25 Mar 2007 19:23:53 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E49D.dip.t-dialin.net [84.165.228.157]) by redbull.bpaserver.net (Postfix) with ESMTP id 5F9882E196; Sun, 25 Mar 2007 21:23:50 +0200 (CEST) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by outgoing.leidinger.net (Postfix) with ESMTP id 840D55B4817; Sun, 25 Mar 2007 21:23:47 +0200 (CEST) Date: Sun, 25 Mar 2007 21:23:47 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20070325212347.770f4551@Magellan.Leidinger.net> In-Reply-To: <01060071@bsam.ru> References: <11780964@bsam.ru> <20070324230735.mniaxvuq044o0sog@webmail.leidinger.net> <01060071@bsam.ru> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.9; i686-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: emulation@FreeBSD.org Subject: Re: [patch] bsd.linux-rpm.mk: PKGNAMEPREFIX for FC6 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: Sun, 25 Mar 2007 19:23:54 -0000 Quoting Boris Samorodov (Sun, 25 Mar 2007 01:59:52 +0300): > On Sat, 24 Mar 2007 23:07:35 +0100 Alexander Leidinger wrote: > > Quoting Boris Samorodov (from Sat, 24 Mar 2007 20:14:35 +0300): > > > > For upcoming FC6 ports I propose to use PKGNAMEPREFIX=linux-fc6- > > > Would it make sense to do this for all fedora based ports, even for > > fc4 (I talk about linux-fc4 obviously)? > > When we were changing default linux_base (at least the last time) we > had changed all infrostructure ports as well at once. There had been > no need to create other ports. With linux_base-fc6 introduction it > should be another play: both linux_base ports will coexist for a long > time (along with their infrostructure ports). > > About fc4 ports. Have to think a little... > > > Do we gain something from this? Maybe some consistence for the future? > > Yes, it seems to me a bad idea to have two packages with the same name > but for different linux_base ports. And for sure a consistence play a > good role here. I don't question the fc6 part. My question was more "Do we gain something when we add fc4 as well?". Bye, Alexander. -- "What is that thing?" "We think you're bugged.... Try and relax...." -- Neo and Trinity, "The Matrix" http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 25 19:24:56 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BB4316A404 for ; Sun, 25 Mar 2007 19:24:56 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id DF13213C4C8 for ; Sun, 25 Mar 2007 19:24:53 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E49D.dip.t-dialin.net [84.165.228.157]) by redbull.bpaserver.net (Postfix) with ESMTP id D41EE2E196; Sun, 25 Mar 2007 21:24:50 +0200 (CEST) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by outgoing.leidinger.net (Postfix) with ESMTP id F194D5B4817; Sun, 25 Mar 2007 21:24:47 +0200 (CEST) Date: Sun, 25 Mar 2007 21:24:47 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20070325212447.0b9005e8@Magellan.Leidinger.net> In-Reply-To: <34989797@bsam.ru> References: <67147872@bsam.ru> <20070324230933.9ix5d5r4ock4k8co@webmail.leidinger.net> <34989797@bsam.ru> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.9; i686-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: emulation@FreeBSD.org Subject: Re: [patch] bsd.linux-rpm.mk: add "fc6" as a supported option 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: Sun, 25 Mar 2007 19:24:56 -0000 Quoting Boris Samorodov (Sun, 25 Mar 2007 03:04:26 +0400): > On Sat, 24 Mar 2007 23:09:33 +0100 Alexander Leidinger wrote: > > > > I propose to add an "fc6" as a supported option to AUTOMATIC_PLIST > > > build (the patch here is not spaces/tabs clean): > > > Same questions as for the other mail (except for the IGNORE part). > > As for me I don't see any difficulties here... I think I was not clear enough: when we add the fc4 part to the prefix as well, we should do the same with AUTOMATIC_PLIST. Bye, Alexander. -- All that glitters has a high refractive index. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 25 19:42:52 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01FA416A402 for ; Sun, 25 Mar 2007 19:42:52 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B4CC313C48C for ; Sun, 25 Mar 2007 19:42:51 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E49D.dip.t-dialin.net [84.165.228.157]) by redbull.bpaserver.net (Postfix) with ESMTP id 31FFC2E1D8; Sun, 25 Mar 2007 21:42:46 +0200 (CEST) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by outgoing.leidinger.net (Postfix) with ESMTP id 397FB5B4817; Sun, 25 Mar 2007 21:42:43 +0200 (CEST) Date: Sun, 25 Mar 2007 21:42:42 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20070325214242.1c73c846@Magellan.Leidinger.net> In-Reply-To: <68908509@bsam.ru> References: <77867496@bsam.ru> <20070324231332.wnz1k6xjkckk4wss@webmail.leidinger.net> <68908509@bsam.ru> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.9; i686-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15.364, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: emulation@FreeBSD.org Subject: Re: maintainer for upcoming linux-fc6 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: Sun, 25 Mar 2007 19:42:52 -0000 Quoting Boris Samorodov (Sun, 25 Mar 2007 03:25:54 +0400): > On Sat, 24 Mar 2007 23:13:32 +0100 Alexander Leidinger wrote: > > Quoting Boris Samorodov (from Sat, 24 Mar 2007 18:25:43 +0300): > > > > I'd like to public my intention according upcoming linux-fc6 > > > ports. All new ports initially will have /me as a maintainer. > > > When linux_base-fc6 (note: not when compat.linux.osrelease=2.6.16 > > > becomes the default at -CURRENT) becomes the default linux port those > > > infrostructure linux ports maintained by emulation@ ATM will get the > > > list name as a maintainer. > > > This is hard to parse, but I think I got your intention. > > I know that in the past there have been some difficulties when linux > base and infrostructure ports were maintained by one person. And I > don't have an intention to grab the ports. > > To rephrase what I ment: > - initial commit -- my maintainership; Ok. > - compat.linux.osrelease becomes default at -CURRENT -- no changes; I'm not sure this part is a good idea, but this can be reevaluated when the change in current happens. > - linux_base-fc6 becomes default -- emulation@ maintainership for > those fc4-infrostructure ports which are maintained by emulation@ > ATM. > > > > Is it a right thing to do? Any recommendations? > > > I don't object, but why? If you go this way, add a comment near the > > Well, there will be a dozen audio ports. Should they all be assigned > to emulation@? If Linux Emulation Team says "It's The Rignt Thing To > Do" I'll be glad to do so. ;-) As the Linux Emulation Team is mainly you and me (at least regarding the ports related stuff), it boils down to what I think of it... and I don't mind either way ATM. > Just for now, I don't know if it's good to say "Hey, pals, I've got > some (two-three dozens of) new ports you should look after". As I may be playing with them for the linuxulator changes anyway... I also think you will be quick as usual to look after problems in case they arrive. It's up to you. Bye, Alexander. -- The ATM board has run out of 10 pound notes. We are having a whip round to refill it, care to contribute ? http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 09:29:09 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A375416A403; Mon, 26 Mar 2007 09:29:09 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 301DD13C44B; Mon, 26 Mar 2007 09:29:09 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E49D.dip.t-dialin.net [84.165.228.157]) by redbull.bpaserver.net (Postfix) with ESMTP id 355CA2E167; Mon, 26 Mar 2007 11:29:03 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 62D5A5B4817; Mon, 26 Mar 2007 11:29:00 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2Q9T0qX063377; Mon, 26 Mar 2007 11:29:00 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 26 Mar 2007 11:29:00 +0200 Message-ID: <20070326112900.g0kr4fgy8coowso4@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 26 Mar 2007 11:29:00 +0200 From: Alexander Leidinger To: Vladimir Grebenschikov References: <1174822267.1170.21.camel@localhost> In-Reply-To: <1174822267.1170.21.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: emulation@freebsd.org, multimedia@freebsd.org Subject: Re: Something wron in sound under linux emulation under recent current 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: Mon, 26 Mar 2007 09:29:09 -0000 Quoting Vladimir Grebenschikov (from Sun, 25 Mar 2007 =20 15:31:07 +0400): > Hi > > After upgrade to recent current (previous was in February 2007). > > I have notice that heroes3 (linux game) stop working, after some > investigation I've found that it blocks on start just after opening > sound device (truss output below). > > If I start it with disabled sound - it works as expected. > > It works fine several months ago. > > Other Linux sound software looks ok (skype). > > $ truss /usr/local/games/Heroes3.Linux/heroes3 -l > ... > linux_open("/home/vova/.loki/heroes3/game.log",0x241,0666) =3D 9 (0x9) > linux_newfstat(9,0xbfbfcb24) =3D 0 (0x0) > linux_mmap(0xbfbfcb70) =3D 675188736 > (0x283e9000) > write(9,"LogFile initialized.\n",21) =3D 21 (0x15) > close(9) =3D 0 (0x0) > munmap(0x283e9000,4096) =3D 0 (0x0) > linux_newstat("/dev/sound",0xbfbfc904) ERR#2 'No such file or > directory' > linux_open("/dev/dsp",0x801,00) =3D 9 (0x9) > linux_ioctl(0x9,0x8004500b,0xbfbfce14) =3D 0 (0x0) > linux_ioctl(0x9,0xc0045005,0xbfbfce14) =3D 0 (0x0) > linux_ioctl(0x9,0xc0045006,0xbfbfce14) =3D 0 (0x0) > close(9) =3D 0 (0x0) > linux_open("/dev/dsp",0x1,00) =3D 9 (0x9) > linux_ioctl(0x9,0xc004500a,0xbfbfcde0) =3D 0 (0x0) > linux_ioctl(0x9,0xc0045005,0xbfbfcddc) =3D 0 (0x0) > linux_ioctl(0x9,0xc0045006,0xbfbfcddc) =3D 0 (0x0) > linux_ioctl(0x9,0xc0045002,0xbfbfcddc) =3D 0 (0x0) > linux_brk(0x847c000) =3D 138919936 (0x847c000) > linux_getpid() =3D 4447 (0x115f) > linux_brk(0x847d000) =3D 138924032 (0x847d000) > linux_rt_sigprocmask(0x2,0x0,0xbfbfd114,0x8) =3D 0 (0x0) > write(8," D@\b\0\0\0\0\M-P\M-Q\M-?\M-?$"...,148) =3D 148 (0x94) > linux_rt_sigprocmask(0x2,0x0,0xbfbfd080,0x8) > > And then it sleeps forever here. The linuxulator does not handle the sound stuff in a special way. So =20 it is either a problem because of a recent change to the soundsystem =20 (I don't remember one, and we would need the output of "dmesg | grep =20 pcm" and "cat /dev/sndstat" as a start), or because of a recent change =20 in some linuxulator code not related to sound. There where several =20 changes in the linuxulator since Feb, so if you could do a binary =20 search to nail down the change we could take a look at that change. Bye, Alexander. --=20 Remember to say hello to your bank teller. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 11:08:08 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F0C516A4D2 for ; Mon, 26 Mar 2007 11:08:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD4413C4BF for ; Mon, 26 Mar 2007 11:08:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2QB88vv049246 for ; Mon, 26 Mar 2007 11:08:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2QB87EV049242 for freebsd-emulation@FreeBSD.org; Mon, 26 Mar 2007 11:08:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Mar 2007 11:08:07 GMT Message-Id: <200703261108.l2QB87EV049242@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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: Mon, 26 Mar 2007 11:08:08 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/101453 emulation [linux] [patch] linprocfs disallows non-zero file offs o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in 4 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/41543 emulation [patch] feature request: easier wine/w23 support o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o ports/110632 emulation [patch] x11-fonts/linux-fontconfig is not X11BASE clea 9 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 11:13:57 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC95A16A406; Mon, 26 Mar 2007 11:13:57 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC3A13C4AE; Mon, 26 Mar 2007 11:13:57 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HVn95-00021t-Ka; Mon, 26 Mar 2007 15:13:51 +0400 From: Vladimir Grebenschikov To: Alexander Leidinger In-Reply-To: <20070326112900.g0kr4fgy8coowso4@webmail.leidinger.net> References: <1174822267.1170.21.camel@localhost> <20070326112900.g0kr4fgy8coowso4@webmail.leidinger.net> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Mon, 26 Mar 2007 15:13:50 +0400 Message-Id: <1174907630.1213.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: emulation@freebsd.org, multimedia@freebsd.org Subject: Re: Something wron in sound under linux emulation under recent current 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: Mon, 26 Mar 2007 11:13:58 -0000 =F7 =D0=CE, 26/03/2007 =D7 11:29 +0200, Alexander Leidinger =D0=C9=DB=C5=D4= : > Quoting Vladimir Grebenschikov (from Sun, 25 Mar 2007 =20 > 15:31:07 +0400): >=20 > > Hi > > > > After upgrade to recent current (previous was in February 2007). > > > > I have notice that heroes3 (linux game) stop working, after some > > investigation I've found that it blocks on start just after opening > > sound device (truss output below). > > > > If I start it with disabled sound - it works as expected. > > > > It works fine several months ago. > > > > Other Linux sound software looks ok (skype). > > > > $ truss /usr/local/games/Heroes3.Linux/heroes3 -l > > ... > > linux_open("/home/vova/.loki/heroes3/game.log",0x241,0666) =3D 9 (0x9) > > linux_newfstat(9,0xbfbfcb24) =3D 0 (0x0) > > linux_mmap(0xbfbfcb70) =3D 675188736 > > (0x283e9000) > > write(9,"LogFile initialized.\n",21) =3D 21 (0x15) > > close(9) =3D 0 (0x0) > > munmap(0x283e9000,4096) =3D 0 (0x0) > > linux_newstat("/dev/sound",0xbfbfc904) ERR#2 'No such file or > > directory' > > linux_open("/dev/dsp",0x801,00) =3D 9 (0x9) > > linux_ioctl(0x9,0x8004500b,0xbfbfce14) =3D 0 (0x0) > > linux_ioctl(0x9,0xc0045005,0xbfbfce14) =3D 0 (0x0) > > linux_ioctl(0x9,0xc0045006,0xbfbfce14) =3D 0 (0x0) > > close(9) =3D 0 (0x0) > > linux_open("/dev/dsp",0x1,00) =3D 9 (0x9) > > linux_ioctl(0x9,0xc004500a,0xbfbfcde0) =3D 0 (0x0) > > linux_ioctl(0x9,0xc0045005,0xbfbfcddc) =3D 0 (0x0) > > linux_ioctl(0x9,0xc0045006,0xbfbfcddc) =3D 0 (0x0) > > linux_ioctl(0x9,0xc0045002,0xbfbfcddc) =3D 0 (0x0) > > linux_brk(0x847c000) =3D 138919936 (0x847c0= 00) > > linux_getpid() =3D 4447 (0x115f) > > linux_brk(0x847d000) =3D 138924032 (0x847d0= 00) > > linux_rt_sigprocmask(0x2,0x0,0xbfbfd114,0x8) =3D 0 (0x0) > > write(8," D@\b\0\0\0\0\M-P\M-Q\M-?\M-?$"...,148) =3D 148 (0x94) > > linux_rt_sigprocmask(0x2,0x0,0xbfbfd080,0x8) > > > > And then it sleeps forever here. >=20 > The linuxulator does not handle the sound stuff in a special way. So =20 > it is either a problem because of a recent change to the soundsystem =20 > (I don't remember one, and we would need the output of "dmesg | grep =20 > pcm" and "cat /dev/sndstat" as a start),=20 $ cat /dev/sndstat=20 FreeBSD Audio Driver (newpcm: 32bit) Installed devices: pcm0: at io 0xd0000c00, 0xd0000800 irq 9 bufsz 16384 kld snd_ich (1p/1r/2v channels duplex default) $ dmesg | fgrep pcm pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xd0000c00-0xd0000dff,0xd0000800-0xd00008ff irq 9 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: $ > or because of a recent change =20 > in some linuxulator code not related to sound. There where several =20 > changes in the linuxulator since Feb, so if you could do a binary =20 > search to nail down the change we could take a look at that change. Ok, I will try to find exact change. > Bye, > Alexander. >=20 --=20 Vladimir B. Grebenschikov SWsoft Inc. vova@swsoft.com From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 12:09:44 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CB4816A401 for ; Mon, 26 Mar 2007 12:09:44 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 3688613C465 for ; Mon, 26 Mar 2007 12:09:44 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E49D.dip.t-dialin.net [84.165.228.157]) by redbull.bpaserver.net (Postfix) with ESMTP id BE8AC2E06B for ; Mon, 26 Mar 2007 14:09:40 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id EAD325B4817 for ; Mon, 26 Mar 2007 14:09:37 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2QC9bDB090167 for emulation@freebsd.org; Mon, 26 Mar 2007 14:09:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 26 Mar 2007 14:09:37 +0200 Message-ID: <20070326140937.u4zppaoocgco0kkk@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 26 Mar 2007 14:09:37 +0200 From: Alexander Leidinger To: emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Subject: Searching fontconfig 2.4.x which is working on FC4? 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: Mon, 26 Mar 2007 12:09:44 -0000 Hi, the Gnome team updated the native fontconfig to 2.4.x. This uses a different way of runtime configuration than the linux-fontconfig we have ATM. I searched for a fontconfig RPM which works on FC4, but the only fontconfig rpm I did find was for FC6. Is someone aware of a fontconfig 2.4.x RPM which is available from some official public download area owned by a creditable source which runs with our linux_base-fc4? Bye, Alexander. -- Microwaves frizz your heir. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 18:33:35 2007 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 145E316A402 for ; Mon, 26 Mar 2007 18:33:35 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 8543E13C487 for ; Mon, 26 Mar 2007 18:33:34 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.219]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2QIXEnb014681; Mon, 26 Mar 2007 22:33:24 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HVu0K-0000EP-Ni; Mon, 26 Mar 2007 22:33:16 +0400 To: Alexander Leidinger References: <11780964@bsam.ru> <20070324230735.mniaxvuq044o0sog@webmail.leidinger.net> <01060071@bsam.ru> <20070325212347.770f4551@Magellan.Leidinger.net> From: Boris Samorodov Date: Mon, 26 Mar 2007 22:33:16 +0400 In-Reply-To: <20070325212347.770f4551@Magellan.Leidinger.net> (Alexander Leidinger's message of "Sun, 25 Mar 2007 21:23:47 +0200") Message-ID: <34958083@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: emulation@FreeBSD.org Subject: Re: [patch] bsd.linux-rpm.mk: PKGNAMEPREFIX for FC6 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: Mon, 26 Mar 2007 18:33:35 -0000 On Sun, 25 Mar 2007 21:23:47 +0200 Alexander Leidinger wrote: > Quoting Boris Samorodov (Sun, 25 Mar 2007 01:59:52 +0300): > > On Sat, 24 Mar 2007 23:07:35 +0100 Alexander Leidinger wrote: > > > Quoting Boris Samorodov (from Sat, 24 Mar 2007 20:14:35 +0300): > > > > > > For upcoming FC6 ports I propose to use PKGNAMEPREFIX=linux-fc6- > > > > > Would it make sense to do this for all fedora based ports, even for > > > fc4 (I talk about linux-fc4 obviously)? > > > > When we were changing default linux_base (at least the last time) we > > had changed all infrostructure ports as well at once. There had been > > no need to create other ports. With linux_base-fc6 introduction it > > should be another play: both linux_base ports will coexist for a long > > time (along with their infrostructure ports). > > > > About fc4 ports. Have to think a little... > > > > > Do we gain something from this? Maybe some consistence for the future? > > > > Yes, it seems to me a bad idea to have two packages with the same name > > but for different linux_base ports. And for sure a consistence play a > > good role here. > I don't question the fc6 part. My question was more "Do we gain > something when we add fc4 as well?". Ah, I see. Maybe I'll get a question in some days after playing with new fc6-ports (with packaging, conflicts, etc.). WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 18:34:42 2007 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3ECB16A401 for ; Mon, 26 Mar 2007 18:34:42 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF0413C44B for ; Mon, 26 Mar 2007 18:34:41 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.219]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2QIYNmA014807; Mon, 26 Mar 2007 22:34:33 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HVu1R-0000ES-Mz; Mon, 26 Mar 2007 22:34:25 +0400 To: Alexander Leidinger References: <67147872@bsam.ru> <20070324230933.9ix5d5r4ock4k8co@webmail.leidinger.net> <34989797@bsam.ru> <20070325212447.0b9005e8@Magellan.Leidinger.net> From: Boris Samorodov Date: Mon, 26 Mar 2007 22:34:25 +0400 In-Reply-To: <20070325212447.0b9005e8@Magellan.Leidinger.net> (Alexander Leidinger's message of "Sun, 25 Mar 2007 21:24:47 +0200") Message-ID: <68878014@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: emulation@FreeBSD.org Subject: Re: [patch] bsd.linux-rpm.mk: add "fc6" as a supported option 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: Mon, 26 Mar 2007 18:34:42 -0000 On Sun, 25 Mar 2007 21:24:47 +0200 Alexander Leidinger wrote: > Quoting Boris Samorodov (Sun, 25 Mar 2007 03:04:26 +0400): > > On Sat, 24 Mar 2007 23:09:33 +0100 Alexander Leidinger wrote: > > > > > > I propose to add an "fc6" as a supported option to AUTOMATIC_PLIST > > > > build (the patch here is not spaces/tabs clean): > > > > > Same questions as for the other mail (except for the IGNORE part). > > > > As for me I don't see any difficulties here... > I think I was not clear enough: when we add the fc4 part to the > prefix as well, we should do the same with AUTOMATIC_PLIST. /me totally agree here. :-) WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 26 19:09:02 2007 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B31E316A400 for ; Mon, 26 Mar 2007 19:09:02 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA0613C43E for ; Mon, 26 Mar 2007 19:09:01 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.219]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2QJ8hH4019929; Mon, 26 Mar 2007 23:08:53 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HVuYf-0000Fp-LY; Mon, 26 Mar 2007 23:08:45 +0400 To: Alexander Leidinger References: <11780964@bsam.ru> <20070324230735.mniaxvuq044o0sog@webmail.leidinger.net> <01060071@bsam.ru> <20070325212347.770f4551@Magellan.Leidinger.net> <34958083@bsam.ru> From: Boris Samorodov Date: Mon, 26 Mar 2007 23:08:45 +0400 In-Reply-To: <34958083@bsam.ru> (Boris Samorodov's message of "Mon, 26 Mar 2007 22:33:16 +0400") Message-ID: <99270418@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: emulation@FreeBSD.org Subject: Re: [patch] bsd.linux-rpm.mk: PKGNAMEPREFIX for FC6 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: Mon, 26 Mar 2007 19:09:02 -0000 On Mon, 26 Mar 2007 22:33:16 +0400 Boris Samorodov wrote: > On Sun, 25 Mar 2007 21:23:47 +0200 Alexander Leidinger wrote: > > Quoting Boris Samorodov (Sun, 25 Mar 2007 01:59:52 +0300): > > > On Sat, 24 Mar 2007 23:07:35 +0100 Alexander Leidinger wrote: > > > > Quoting Boris Samorodov (from Sat, 24 Mar 2007 20:14:35 +0300): > > > > > > > > For upcoming FC6 ports I propose to use PKGNAMEPREFIX=linux-fc6- > > > > > > > Would it make sense to do this for all fedora based ports, even for > > > > fc4 (I talk about linux-fc4 obviously)? > > > > > > When we were changing default linux_base (at least the last time) we > > > had changed all infrostructure ports as well at once. There had been > > > no need to create other ports. With linux_base-fc6 introduction it > > > should be another play: both linux_base ports will coexist for a long > > > time (along with their infrostructure ports). > > > > > > About fc4 ports. Have to think a little... > > > > > > > Do we gain something from this? Maybe some consistence for the future? > > > > > > Yes, it seems to me a bad idea to have two packages with the same name > > > but for different linux_base ports. And for sure a consistence play a > > > good role here. > > I don't question the fc6 part. My question was more "Do we gain > > something when we add fc4 as well?". > Ah, I see. Maybe I'll get a question in some days after playing with ^^^^^^^^ Sorry, should be "an answer" here. > new fc6-ports (with packaging, conflicts, etc.). WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 27 20:16:57 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D77E416A404; Tue, 27 Mar 2007 20:16:57 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 5102E13C489; Tue, 27 Mar 2007 20:16:56 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.131]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2RKGaCS049416; Wed, 28 Mar 2007 00:16:46 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HWI5t-0000KC-Up; Wed, 28 Mar 2007 00:16:37 +0400 To: freebsd-current@FreeBSD.org From: Boris Samorodov Date: Wed, 28 Mar 2007 00:16:37 +0400 Message-ID: <33186202@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: freebsd-emulation@FreeBSD.org Subject: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 27 Mar 2007 20:16:57 -0000 Hi! I've just committed a new EXPERIMENTAL port emulators/linux_base-fc6. ATTENTION! The port is experimental for now. Use it at your own risk. This port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. Said that I should admit that I've been using this port with FC4 infrastructure ports successfully at -CURRENT for about several months with following applications: - print/acroread7 - www/linux-opera - www/linux-firefox - www/linux-flashplugin7 - mail/linux-thunderbird - multimedia/linux-realplayer - net/skype (works fine but coredumps when exitting -- under investigation) - www/linux-mozilla -- doesn't run (some new... or old libraries are needed) To use/test the port (along with linux FC4 infrastructure ports) you should do: 0. Backup all your vital information! 1. Remove the current linux base port. 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6". 3. Make sure no linux application is running. 4. Set apropriate sysctl (compat.linux.osrelease=2.6.16). 5. Install emulation/linux_base-fc6. 5a. Those who use linux ports with automatic plist building should apply the following patch: ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.diff That should be enough at most circumstances. If you have difficulties, please be sure to expand item 1 to: 1a. Remove all ports which depends on linux base port. 1b. Remove linux base port. 1c. Clean /compat/linux/ directory. In case you want to get rid of the port, deinstall it, then return back compat.linux.osrelease to 2.4.2 (as usual make sure that no linux application is running) and remove from /etc/make.conf the line containing the OVERRIDE_LINUX_BASE_PORT variable. All questions, reports, suggestions etc. please route to freebsd-emulation@. Fedora Core 6 ports (FC6 infrastructure ports) are coming soon... ;-) This port wouldn't appear without netchild's help. Thank you, Alexander! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 27 20:54:44 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9323416A404; Tue, 27 Mar 2007 20:54:44 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 4B83B13C4C6; Tue, 27 Mar 2007 20:54:44 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3BB7A8BCD2E; Tue, 27 Mar 2007 22:27:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ihim8z63e2qP; Tue, 27 Mar 2007 22:27:16 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C55538BCD1E; Tue, 27 Mar 2007 22:27:16 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l2RKRGwS025872; Tue, 27 Mar 2007 22:27:16 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 27 Mar 2007 22:27:15 +0200 From: Roman Divacky To: Boris Samorodov Message-ID: <20070327202715.GA25822@freebsd.org> References: <33186202@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33186202@bsam.ru> User-Agent: Mutt/1.4.2.2i Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 27 Mar 2007 20:54:44 -0000 On Wed, Mar 28, 2007 at 12:16:37AM +0400, Boris Samorodov wrote: > Hi! > > > I've just committed a new EXPERIMENTAL port emulators/linux_base-fc6. > > ATTENTION! The port is experimental for now. Use it at your own risk. This > port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. > > Said that I should admit that I've been using this port with FC4 > infrastructure ports successfully at -CURRENT for about several months > with following applications: > - print/acroread7 > - www/linux-opera > - www/linux-firefox > - www/linux-flashplugin7 > - mail/linux-thunderbird > - multimedia/linux-realplayer > - net/skype (works fine but coredumps when exitting -- under investigation) > - www/linux-mozilla -- doesn't run (some new... or old libraries are needed) > > To use/test the port (along with linux FC4 infrastructure ports) you > should do: > > 0. Backup all your vital information! > 1. Remove the current linux base port. > 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6". > 3. Make sure no linux application is running. > 4. Set apropriate sysctl (compat.linux.osrelease=2.6.16). as far as I am informed fc6@2.6.16 will try to use openat() which does not exist in -CURRENT yet (it's in perforce) so I'd suggest set the osrelease to 2.6.15 instead... I hope to get openat() commited soon to src.. anyone willing to commit it? :) roman From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 27 22:08:07 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E24CD16A401; Tue, 27 Mar 2007 22:08:07 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 59E7C13C44B; Tue, 27 Mar 2007 22:08:07 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.131]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2RM7gM2059934; Wed, 28 Mar 2007 02:07:52 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HWJpQ-0000ET-8t; Wed, 28 Mar 2007 02:07:44 +0400 To: Roman Divacky References: <33186202@bsam.ru> <20070327202715.GA25822@freebsd.org> From: Boris Samorodov Date: Wed, 28 Mar 2007 02:07:44 +0400 In-Reply-To: <20070327202715.GA25822@freebsd.org> (Roman Divacky's message of "Tue, 27 Mar 2007 22:27:15 +0200") Message-ID: <43903999@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 27 Mar 2007 22:08:08 -0000 On Tue, 27 Mar 2007 22:27:15 +0200 Roman Divacky wrote: > On Wed, Mar 28, 2007 at 12:16:37AM +0400, Boris Samorodov wrote: > > I've just committed a new EXPERIMENTAL port emulators/linux_base-fc6. > > > > ATTENTION! The port is experimental for now. Use it at your own risk. This > > port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. > > > > Said that I should admit that I've been using this port with FC4 > > infrastructure ports successfully at -CURRENT for about several months > > with following applications: > > - print/acroread7 > > - www/linux-opera > > - www/linux-firefox > > - www/linux-flashplugin7 > > - mail/linux-thunderbird > > - multimedia/linux-realplayer > > - net/skype (works fine but coredumps when exitting -- under investigation) > > - www/linux-mozilla -- doesn't run (some new... or old libraries are needed) > > > > To use/test the port (along with linux FC4 infrastructure ports) you > > should do: > > > > 0. Backup all your vital information! > > 1. Remove the current linux base port. > > 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6". > > 3. Make sure no linux application is running. > > 4. Set apropriate sysctl (compat.linux.osrelease=2.6.16). > as far as I am informed fc6@2.6.16 will try to use openat() which > does not exist in -CURRENT yet (it's in perforce) so I'd suggest My experience shows that it's not a big deal -- only exitting from skype has an effect. Well, having the port at the ports tree, you may test it yourself. ;-) > set the osrelease to 2.6.15 instead... Unfortunately I somehow messed up my i386-current, xorg and NVIDIA and can't test it right now. But as I recall from my tests (before the mess) even when I set 2.6.15, ktrace shows that openat calls were present... > I hope to get openat() commited soon to src.. anyone willing to commit it? :) +1 WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 27 22:26:45 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2E7416A402 for ; Tue, 27 Mar 2007 22:26:45 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outK.internet-mail-service.net (outK.internet-mail-service.net [216.240.47.234]) by mx1.freebsd.org (Postfix) with ESMTP id CF71B13C45A for ; Tue, 27 Mar 2007 22:26:45 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Tue, 27 Mar 2007 14:42:17 -0700 Received: from [10.251.22.38] (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id 43DB9125AF7; Tue, 27 Mar 2007 15:11:08 -0700 (PDT) Message-ID: <4609967B.3040708@elischer.org> Date: Tue, 27 Mar 2007 15:11:07 -0700 From: Julian Elischer User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Boris Samorodov References: <33186202@bsam.ru> <20070327202715.GA25822@freebsd.org> <43903999@bsam.ru> In-Reply-To: <43903999@bsam.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org, Roman Divacky Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 27 Mar 2007 22:26:46 -0000 Boris Samorodov wrote: > On Tue, 27 Mar 2007 22:27:15 +0200 Roman Divacky wrote: >> On Wed, Mar 28, 2007 at 12:16:37AM +0400, Boris Samorodov wrote: > [...] >> I hope to get openat() commited soon to src.. anyone willing to commit it? :) > > +1 > > > WBR I can do it if you tell me where the diff is and guarantee that it is tested. From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 27 23:10:18 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E291216A401; Tue, 27 Mar 2007 23:10:18 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 595BB13C469; Tue, 27 Mar 2007 23:10:18 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.131]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2RN9qCx065214; Wed, 28 Mar 2007 03:10:06 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HWKna-0000J8-Qo; Wed, 28 Mar 2007 03:09:54 +0400 To: "Steve Franks" References: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> From: Boris Samorodov Date: Wed, 28 Mar 2007 03:09:54 +0400 In-Reply-To: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> (Steve Franks's message of "Tue, 27 Mar 2007 15:56:04 -0700") Message-ID: <34942765@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: freebsd-emulation@freebsd.org, User Questions Subject: Re: linux-compat: problems installing rpm, bunch of .so's missing 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, 27 Mar 2007 23:10:19 -0000 On Tue, 27 Mar 2007 15:56:04 -0700 Steve Franks wrote: > So, first time I've ever messed with linux compatibility. This is > about where I'm at: > [steve@aire ~]$ sudo rpm -i picasa-2.2.2820-5.i386.rpm > error: failed dependencies: > /bin/bash is needed by picasa-2.2.2820-5 > ld-linux.so.2 is needed by picasa-2.2.2820-5 > libICE.so.6 is needed by picasa-2.2.2820-5 > libSM.so.6 is needed by picasa-2.2.2820-5 > libX11.so.6 is needed by picasa-2.2.2820-5 > libXext.so.6 is needed by picasa-2.2.2820-5 > libXi.so.6 is needed by picasa-2.2.2820-5 > libXmu.so.6 is needed by picasa-2.2.2820-5 > libXpm.so.4 is needed by picasa-2.2.2820-5 > libXt.so.6 is needed by picasa-2.2.2820-5 > libc.so.6 is needed by picasa-2.2.2820-5 > libc.so.6(GLIBC_2.1) is needed by picasa-2.2.2820-5 > libdl.so.2 is needed by picasa-2.2.2820-5 > libm.so.6 is needed by picasa-2.2.2820-5 > libutil.so.1 is needed by picasa-2.2.2820-5 > /bin/sh is needed by picasa-2.2.2820-5 > /bin/sh is needed by picasa-2.2.2820-5 > /bin/sh is needed by picasa-2.2.2820-5 > /bin/sh is needed by picasa-2.2.2820-5 > [steve@aire ~]$ > Note that I've got: > [steve@aire ~]$ pkg_info > ... > linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library > linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig > linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries > linux_base-fc-4_9 Base set of packages needed in Linux mode (for i386/amd64) > ... > [steve@aire ~]$ ATM the best place to read is /usr/ports/UPDATING: ----- 20060616: AFFECTS: users of emulation/linux_base-* ----- You may skip suggestions how to upgrade from earlier versions and pay attention how to override difficulties. > Do we have a handbook page about getting linuz compatibility to actually work? Well, you may initiate the process. Write down some paragraphs, show them at freebsd-emulation@. Somebody may help, etc... BTW, freebsd-emulation@ is a better place to continue the discussion. CC'ing to it, please, remove questions@ on a reply. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 07:05:54 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C56DD16A406 for ; Wed, 28 Mar 2007 07:05:54 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 7C45713C457 for ; Wed, 28 Mar 2007 07:05:54 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54a5f07f.dip.t-dialin.net [84.165.240.127]) by redbull.bpaserver.net (Postfix) with ESMTP id 9BB172E174; Wed, 28 Mar 2007 09:05:48 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id CF36F5B4817; Wed, 28 Mar 2007 09:05:45 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2S75jpk033529; Wed, 28 Mar 2007 09:05:45 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 28 Mar 2007 09:05:45 +0200 Message-ID: <20070328090545.41b114xc4go8c408@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 28 Mar 2007 09:05:45 +0200 From: Alexander Leidinger To: Steve Franks References: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> <34942765@bsam.ru> In-Reply-To: <34942765@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: linux-compat: problems installing rpm, bunch of .so's missing 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, 28 Mar 2007 07:05:54 -0000 Quoting Boris Samorodov (from Wed, 28 Mar 2007 03:09:54 +0400)= : > On Tue, 27 Mar 2007 15:56:04 -0700 Steve Franks wrote: > >> So, first time I've ever messed with linux compatibility. This is >> about where I'm at: > >> [steve@aire ~]$ sudo rpm -i picasa-2.2.2820-5.i386.rpm Using rpm is the wrong way to go. Please have a look at the linux-* =20 ports for examples how to handle it. >> [steve@aire ~]$ pkg_info >> ... >> linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library >> linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig >> linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries >> linux_base-fc-4_9 Base set of packages needed in Linux mode (for =20 >> i386/amd64) >> ... >> [steve@aire ~]$ > > ATM the best place to read is /usr/ports/UPDATING: > ----- > 20060616: > AFFECTS: users of emulation/linux_base-* > ----- > > You may skip suggestions how to upgrade from earlier versions and pay > attention how to override difficulties. I don't think that this entry will help. I think the problem is the =20 direct use of rpm. >> Do we have a handbook page about getting linuz compatibility to =20 >> actually work? > > Well, you may initiate the process. Write down some paragraphs, show > them at freebsd-emulation@. Somebody may help, etc... The compatibility works fine for programs in the ports collection. The =20 problem is that we don't have a description how a linux port should =20 look like and that we don't tell anywhere to not use rpm. Is someone willing to write some sentences for the handbook which tell =20 that rpm has not to be used with the linux_base ports as we don't =20 populate the rpm database? Some sentences for the porters handbook regarding linux- ports would =20 be nice too . Regarding picasa: I think it is very easy to copy an existing port and =20 adapting it to picasa. Instead of setting LINUX_DIST_VER set a master =20 site. If you have problems feel free to ask here. Bye, Alexander. --=20 Be different: conform. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 07:08:36 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3500316A401 for ; Wed, 28 Mar 2007 07:08:36 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id DEA2F13C46A for ; Wed, 28 Mar 2007 07:08:35 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54a5f07f.dip.t-dialin.net [84.165.240.127]) by redbull.bpaserver.net (Postfix) with ESMTP id B25142E174 for ; Wed, 28 Mar 2007 09:08:28 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id E54275B4817 for ; Wed, 28 Mar 2007 09:08:25 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2S78PYl034028 for freebsd-emulation@freebsd.org; Wed, 28 Mar 2007 09:08:25 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 28 Mar 2007 09:08:25 +0200 Message-ID: <20070328090825.sn533wc6ckkkcs8w@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 28 Mar 2007 09:08:25 +0200 From: Alexander Leidinger To: freebsd-emulation@freebsd.org References: <33186202@bsam.ru> <20070327202715.GA25822@freebsd.org> In-Reply-To: <20070327202715.GA25822@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15.364, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 28 Mar 2007 07:08:36 -0000 Quoting Roman Divacky (from Tue, 27 Mar 2007 22:27:15 +0200): > I hope to get openat() commited soon to src.. anyone willing to commit it? :) Anyone willing to submit a working implementation and not only stubs? :) Bye, Alexander. -- You are taking yourself far too seriously. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 11:48:49 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEA5816A403 for ; Wed, 28 Mar 2007 11:48:49 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 89F4513C465 for ; Wed, 28 Mar 2007 11:48:49 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9607E8BCD26; Wed, 28 Mar 2007 13:48:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ITEejrrmV0X7; Wed, 28 Mar 2007 13:48:46 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7DE9D8BCD0A; Wed, 28 Mar 2007 13:48:46 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l2SBmkfS063990; Wed, 28 Mar 2007 13:48:46 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 28 Mar 2007 13:48:45 +0200 From: Roman Divacky To: Alexander Leidinger Message-ID: <20070328114845.GA63958@freebsd.org> References: <33186202@bsam.ru> <20070327202715.GA25822@freebsd.org> <20070328090825.sn533wc6ckkkcs8w@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070328090825.sn533wc6ckkkcs8w@webmail.leidinger.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-emulation@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 28 Mar 2007 11:48:49 -0000 On Wed, Mar 28, 2007 at 09:08:25AM +0200, Alexander Leidinger wrote: > Quoting Roman Divacky (from Tue, 27 Mar 2007 > 22:27:15 +0200): > > >I hope to get openat() commited soon to src.. anyone willing to commit it? > >:) > > Anyone willing to submit a working implementation and not only stubs? :) we have working openat()... I am slowly (VERY SLOWLY :)) working on the rest I'll send julian the patch to implement the openat() for commiting, hope its ok. raise your voice now or stay silent forever :) From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 16:30:05 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88DEF16A411 for ; Wed, 28 Mar 2007 16:30:05 +0000 (UTC) (envelope-from eps@anna.ana.com) Received: from anna.ana.com (anna.ana.com [208.69.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 326B713C483 for ; Wed, 28 Mar 2007 16:30:05 +0000 (UTC) (envelope-from eps@anna.ana.com) Received: from anna.ana.com (localhost [127.0.0.1]) by anna.ana.com (8.13.8/8.13.8) with ESMTP id l2SGE6GA024392 for ; Wed, 28 Mar 2007 09:14:07 -0700 (PDT) Received: (from eps@localhost) by anna.ana.com (8.13.8/8.13.8/Submit) id l2SGE6B1024390; Wed, 28 Mar 2007 09:14:06 -0700 (PDT) Date: Wed, 28 Mar 2007 09:14:06 -0700 (PDT) Message-Id: <200703281614.l2SGE6B1024390@anna.ana.com> From: eps+ques0703@ana.com (Eric P. Scott) To: freebsd-emulation@freebsd.org In-Reply-To: <20070328090545.41b114xc4go8c408@webmail.leidinger.net> References: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> <34942765@bsam.ru> <20070328090545.41b114xc4go8c408@webmail.leidinger.net> Subject: Re: linux-compat: problems installing rpm, bunch of .so's missing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-emulation@freebsd.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 16:30:05 -0000 I tried using the download "for any x86 distribution," and got something that should be pretty close to a reasonable installation, but it looks like it's dying somewhere in wine-preloader. It seems to have trouble with its own ntdll.dll.so. It then looks for a copy in /usr/local/lib/wine (which, if existent, would be for the "wrong" ABI). It see that's hardwired into libwine.so.1, presumably as a fallback to WINEDLLPATH. (Why is there no i386 linux_kdump package for FreeBSD 6.2???) Perhaps someone else will have better luck. BTW, the killpicasa script doesn't work, because it assumes the existence of a Linuxy ps, which we don't have. -=EPS=- ------- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # graphics/picasa # graphics/picasa/Makefile # graphics/picasa/distinfo # graphics/picasa/pkg-descr # graphics/picasa/pkg-plist # echo c - graphics/picasa mkdir -p graphics/picasa > /dev/null 2>&1 echo x - graphics/picasa/Makefile sed 's/^X//' >graphics/picasa/Makefile << 'END-of-graphics/picasa/Makefile' X# New ports collection makefile for: picasa X# Date created: 27 Mar 2007 X# Whom: Your Name Here X# X# $FreeBSD$ X# X XPORTNAME= picasa XPORTVERSION= 2.2.2820 XCATEGORIES= graphics XMASTER_SITES= http://dl.google.com/linux/standalone/ XDISTFILES= ${PORTNAME}-${PORTVERSION}-5.i386.bin X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Find, organize and share your photos X XEXTRACT_DEPENDS= unmakeself:${PORTSDIR}/archivers/unmakeself X XRESTRICTED= See http://picasa.google.com/linux/eula.html XONLY_FOR_ARCHS= i386 amd64 XUSE_XLIB= yes XUSE_LINUX= yes XNO_WRKSUBDIR= yes X XUNMAKESELF= ${LOCALBASE}/bin/unmakeself X X.if defined(WITH_KDE) XUSE_KDEBASE_VER= 3 X.else XRUN_DEPENDS+= xsu:${PORTSDIR}/sysutils/xsu X.endif X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} X @cd ${WRKSRC} && ${UNMAKESELF} ${DISTFILES} && ${RM} -f ${DISTFILES} X Xdo-configure: X.for i in icons killpicasa mediadetector picasa setpicasascreensaver showpicasascreensaver X @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${LINUXBASE}/bin/bash|' \ X -e 's|/usr/X11R6|${X11BASE}|' \ X ${WRKSRC}/bin/$i X.endfor X Xdo-build: X ${SED} -e "s|ICON|${DATADIR}/desktop/picasa.xpm|" \ X -e "s|EXEC|${DATADIR}/bin/picasa|" \ X ${WRKSRC}/desktop/google-picasa.desktop.template \ X >${WRKSRC}/desktop/google-picasa.desktop X ${SED} -e "s|ICON|${DATADIR}/desktop/picasa.xpm|" \ X -e "s|EXEC|${DATADIR}/bin/mediadetector|" \ X ${WRKSRC}/desktop/google-picasa-mediadetector.desktop.template \ X >${WRKSRC}/desktop/google-picasa-mediadetector.desktop X ${SED} -i '' -e 's/^versionID=.*$$/versionID=28.3205/' \ X "${WRKSRC}/wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater/currentversion.ini" X.for i in killpicasa picasa X @${ECHO_CMD} "#!/bin/sh" >${WRKDIR}/${i} X @${ECHO_CMD} "export PIC_ROOT=\"${DATADIR}\"" >>${WRKDIR}/${i} X @${ECHO_CMD} "export PIC_BINDIR=\"\$$PIC_ROOT/bin\"" >>${WRKDIR}/${i} X @${ECHO_CMD} "exec ${DATADIR}/bin/${i} \"\$$@\"" >>${WRKDIR}/${i} X.endfor X Xdo-install: X @${MKDIR} ${DATADIR}/bin X.for i in icons killpicasa mediadetector picasa setpicasascreensaver showpicasascreensaver wrapper X ${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${DATADIR}/bin X.endfor X @${MKDIR} ${DATADIR}/lib X ${INSTALL_DATA} ${WRKSRC}/lib/libfreetype.so.6.3.8 ${DATADIR}/lib X @cd ${DATADIR}/lib && \ X ${LN} -sf libfreetype.so.6.3.8 libfreetype.so.6 && \ X ${LN} -sf libfreetype.so.6.3.8 libfreetype.so X @${MKDIR} ${DATADIR}/wine X ${INSTALL_DATA} ${WRKSRC}/wine/generic.ppd ${DATADIR}/wine X @${MKDIR} ${DATADIR}/wine/bin X.for i in wine-kthread wine-pthread wine wineserver wine-preloader X ${INSTALL_PROGRAM} ${WRKSRC}/wine/bin/${i} ${DATADIR}/wine/bin X ${BRANDELF} -t Linux ${DATADIR}/wine/bin/${i} X.endfor X.for i in msiexec notepad progman regedit regsvr32 uninstaller wcmd wdi wineboot winebrowser winecfg wineconsole winedbg winefile winelauncher winemine winepath wineprefixcreate wineshelllink winhelp X ${INSTALL_SCRIPT} ${WRKSRC}/wine/bin/${i} ${DATADIR}/wine/bin X.endfor X ${CP} -Rp ${WRKSRC}/wine/drive_c ${WRKSRC}/wine/lib ${DATADIR}/wine X @${TOUCH} -c "${DATADIR}/wine/drive_c/Program Files/Picasa2/runtime/thumbui.tre" X ${CP} -Rp ${WRKSRC}/desktop ${DATADIR} X @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/wine/drive_c \ X ${DATADIR}/wine/lib ${DATADIR}/desktop X ${INSTALL_DATA} ${WRKSRC}/LICENSE.FOSS ${DATADIR} X.for i in killpicasa picasa X ${INSTALL_SCRIPT} ${WRKDIR}/${i} ${PREFIX}/bin X.endfor X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-graphics/picasa/Makefile echo x - graphics/picasa/distinfo sed 's/^X//' >graphics/picasa/distinfo << 'END-of-graphics/picasa/distinfo' XMD5 (picasa-2.2.2820-5.i386.bin) = 4dc28b3419a16e07984f9bf28a0fcc2e XSHA256 (picasa-2.2.2820-5.i386.bin) = a96203833ba333fad3dcae60eab539cc07472851be34fdddbb7d63d7c82bc63d XSIZE (picasa-2.2.2820-5.i386.bin) = 26872893 END-of-graphics/picasa/distinfo echo x - graphics/picasa/pkg-descr sed 's/^X//' >graphics/picasa/pkg-descr << 'END-of-graphics/picasa/pkg-descr' XPicasa is software that helps you instantly find, edit and share Xall the pictures on your computer. Every time you open Picasa, Xit automatically locates all your pictures (even ones you forgot Xyou had) and sorts them into visual albums organized by date with Xfolder names you will recognize. You can drag and drop to Xarrange your albums and make labels to create new groups. Picasa Xmakes sure your pictures are always organized. X XPicasa also makes advanced editing simple by putting one-click Xfixes and powerful effects at your fingertips. And Picasa makes Xit a snap to share your pictures you can email, print photos Xhome, and even post pictures on your own blog. X XWWW: http://picasa.google.com/linux/ END-of-graphics/picasa/pkg-descr echo x - graphics/picasa/pkg-plist sed 's/^X//' >graphics/picasa/pkg-plist << 'END-of-graphics/picasa/pkg-plist' Xbin/killpicasa Xbin/picasa X%%PORTDOCS%%%%DOCSDIR%%/README X%%DATADIR%%/LICENSE.FOSS X%%DATADIR%%/bin/icons X%%DATADIR%%/bin/killpicasa X%%DATADIR%%/bin/mediadetector X%%DATADIR%%/bin/picasa X%%DATADIR%%/bin/setpicasascreensaver X%%DATADIR%%/bin/showpicasascreensaver X%%DATADIR%%/bin/wrapper X%%DATADIR%%/desktop/google-picasa-mediadetector.desktop X%%DATADIR%%/desktop/google-picasa-mediadetector.desktop.template X%%DATADIR%%/desktop/google-picasa.desktop X%%DATADIR%%/desktop/google-picasa.desktop.template X%%DATADIR%%/desktop/picasa-hook-email.sh.template X%%DATADIR%%/desktop/picasa-hook-filemanager.sh.template X%%DATADIR%%/desktop/picasa-hook-mimehandler.sh.template X%%DATADIR%%/desktop/picasa-hook-urlhandler.sh.template X%%DATADIR%%/desktop/picasa.xpm X%%DATADIR%%/desktop/picasascr.desktop X%%DATADIR%%/lib/libfreetype.so X%%DATADIR%%/lib/libfreetype.so.6 X%%DATADIR%%/lib/libfreetype.so.6.3.8 X%%DATADIR%%/wine/bin/msiexec X%%DATADIR%%/wine/bin/notepad X%%DATADIR%%/wine/bin/progman X%%DATADIR%%/wine/bin/regedit X%%DATADIR%%/wine/bin/regsvr32 X%%DATADIR%%/wine/bin/uninstaller X%%DATADIR%%/wine/bin/wcmd X%%DATADIR%%/wine/bin/wdi X%%DATADIR%%/wine/bin/wine X%%DATADIR%%/wine/bin/wine-kthread X%%DATADIR%%/wine/bin/wine-preloader X%%DATADIR%%/wine/bin/wine-pthread X%%DATADIR%%/wine/bin/wineboot X%%DATADIR%%/wine/bin/winebrowser X%%DATADIR%%/wine/bin/winecfg X%%DATADIR%%/wine/bin/wineconsole X%%DATADIR%%/wine/bin/winedbg X%%DATADIR%%/wine/bin/winefile X%%DATADIR%%/wine/bin/winelauncher X%%DATADIR%%/wine/bin/winemine X%%DATADIR%%/wine/bin/winepath X%%DATADIR%%/wine/bin/wineprefixcreate X%%DATADIR%%/wine/bin/wineserver X%%DATADIR%%/wine/bin/wineshelllink X%%DATADIR%%/wine/bin/winhelp X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/Picasa2.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/Picasa2.scr X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/PicasaMediaDetector.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/PicasaUpdate.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/Uninstall.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/cdautorun/PicasaCD.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/cdautorun/PicasaRestore.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/cdautorun/cdgo.psd X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/cdautorun/cdgo.tre X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_bg.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_ca.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_cs.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_da.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_de.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_el.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_es.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_et.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_fi.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_fr.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_hi.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_hr.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_hu.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_id.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_is.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_it.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_ja.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_ko.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_lt.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_lv.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_nl.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_no.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_pl.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_pt-BR.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_ro.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_ru.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_sk.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_sl.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_sr.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_sv.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_th.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_tl.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_tr.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_uk.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_vi.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_zh-CN.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n/uninstall_zh-TW.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/picasai18n.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/CDVDR.yti X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/PrimoSDK.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pconfig.dcf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/px.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxdrv.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxhpinst.exe X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxmas.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxwave.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR/vxblock.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/expwebsites/expwebsites.psd X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/expwebsites/expwebsites.yti X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/qtsupport.dll X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/HelveticaNeue Condensed-20-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/HelveticaNeue MediumCond-14-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/HelveticaNeue MediumCond-28-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/Praxis LT Regular-18-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-11-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-12-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-14-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-18-1.000000-700-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-24-1.000000-400-0.ytf X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/bezier.txt X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/btnconfig.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/constants.ui X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/defaults.ini X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/distro.ini X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/filterdesc.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/filters.txt X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/google_transparent.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/missing.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/respack.yt X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/slogo.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/spl_tagline_zh-CN.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/spl_tagline_zh-TW.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashbk.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_de.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_es.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_fr.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_it.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_jp.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_ko.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_nl.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_pt-BR.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_ru.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_zh-CN.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/splashlogo_zh-TW.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime/thumbui.tre X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater/currentversion.ini X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/maketext18.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/nav.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/prevnext.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagelistfooter.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagelistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/output_header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/targetlistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/index.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/TemplateNotes.txt X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/assets/logo.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/frameset.htm X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagelistfooter.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagelistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/index.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/targetlistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/verboseimagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/assets/logo.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/caption.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/frameImageSet.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/frameIndex.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/framebase.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/framecaption.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/imageset.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/thumbnails.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/xLifescape.ini X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/assets/logo.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/frameset.htm X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagelistfooter.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagelistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/index.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/targetlistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/verboseimagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/assets/logo.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/caption.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/frameImageSet.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/frameIndex.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/framebase.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/framecaption.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/imageset.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/thumbnails.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/assets/logo.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/frameset.htm X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagelistfooter.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagelistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/index.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/targetlistheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/verboseimagelistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/assets/logo.gif X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/assets/style.css X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/caption.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/footer.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/frameImageSet.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/frameIndex.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/framebase.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/framecaption.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/header.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/imageset.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/imagetarget.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/includedtarget.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/itemheader.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/targetlistelement.html X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/thumbnails.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/footer.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/header.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/imagelistelement.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/imagelistfooter.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/imagelistheader.xml X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/index.tpl X%%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml/preview.jpg X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/LICENSE X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/README.txt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/US.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/chrome.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/chromelist.txt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/classic.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/content-packs.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/en-US.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/en-win.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/abcardWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/addressbookWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/bmPropsWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/bookmark-window.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/calendar-window.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/chatzilla-window.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/downloadManager.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/editorWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/findBookmarkWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/findHistoryWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/gif-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/history-window.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/html-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/image-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/jpeg-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/jsconsoleWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/main-window.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/messengerWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/misc-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/msgcomposeWindow.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/script-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/venkman-window.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/winInspectorMain.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/xml-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default/xul-file.ico X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/installed-chrome.txt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/cookie/content/overlays.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/global/skin/stylesheets.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/pipnss.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/tasks.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/toolkit.jar X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/alerts.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/appcomps.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/appshell.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/appshell.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/appstartup.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/bayesflt.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/bookmarks.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/caps.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/caps.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/chardet.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/chrome.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/chrome.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/commandhandler.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/composer.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/composer.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/compreg.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/content_base.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/content_html.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/content_htmldoc.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/content_xmldoc.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/content_xslt.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/content_xtf.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/cookie.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/cookie.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/directory.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/docshell.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/docshell_base.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_base.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_core.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_css.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_events.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_html.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_loadsave.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_range.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_stylesheets.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_traversal.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_views.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_xbl.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_xpath.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/dom_xul.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/editor.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/editor.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/embed_base.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/embedcomponents.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/emitter.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/exthandler.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/find.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/gfx.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/gkgfxwin.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/gklayout.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/gkparser.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/gkplugin.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/gkwidget.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/history.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/htmlparser.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/i18n.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/imgicon.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/imgicon.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/imglib2.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/imglib2.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/impComm4xMail.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/impComm4xMail.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/impEudra.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/impOutlk.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/impText.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/import.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/import.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/importOE.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/intl.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/intlcmpt.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/intlcmpt.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/ipcd.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/ipcd_dconnect.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/ipcd_lock.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/ipcd_transmngr.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/ipcdc.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/jar.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/jar50.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/jsconsole-clhandler.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/jsconsole.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/jsd3250.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/jsdservice.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/layout_base.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/layout_xul.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/layout_xul_tree.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/locale.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/lwbrk.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mapihook.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/master.ini X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mdn-service.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mime.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mime.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mimetype.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mork.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mozbrwsr.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mozfind.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/mozfind.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko2.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_about.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_cache.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_cookie.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_data.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_dns.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_file.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_ftp.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_http.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_res.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_strconv.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/necko_viewsource.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/negotiateauth.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsCloseAllWindows.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsComposerCmdLineHandler.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsDictionary.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsDownloadProgressListener.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsHelperAppDlg.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsInterfaceInfoToIDL.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsKillAll.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsLDAPPrefsService.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsProgressDialog.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsProxyAutoConfig.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsResetPref.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsSidebar.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsXmlRpcClient.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/nsprefm.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/offlineStartup.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/oji.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/oji.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/p3p.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/p3p.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pipboot.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pipboot.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pipnss.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pipnss.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pippki.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pippki.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/plugin.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/pref.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/prefetch.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/prefmigr.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/profile.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/profile.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/progressDlg.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/proxyObject.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/rdf.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/rdf.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/related.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/search.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/shistory.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/sidebar.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/signonviewer.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/smime-service.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/sroaming.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/tdynamic.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/transformiix.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/txmgr.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/txmgr.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/txtsvc.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/typeaheadfind.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/typeaheadfind.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/uconv.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/uconv.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/ucvmath.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/unicharutil.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/universalchardet.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/uriloader.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/urlwidgt.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/vcard.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/venkman-service.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/webBrowser_core.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/webbrowserpersist.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/webbrwsr.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/webshell_idls.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/websrvcs.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/websrvcs.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/widget.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/windowds.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/windowwatcher.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/winhooks.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/wlltvwrs.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/wsprxtst.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xml-rpc.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xmlextras.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xmlextras.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpc3250.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_base.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_compat_c.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_components.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_ds.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_io.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_obsolete.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_thread.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpcom_xpti.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpconnect.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xppref32.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xpti.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xuldoc.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components/xultmpl.xpt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/autoconfig/platform.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/autoconfig/prefcalls.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/messenger/US/mailViews.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/messenger/mailViews.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref/browser-prefs.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref/composer.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref/inspector.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref/mailnews.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref/mdn.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref/smime.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/bookmarks.html X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/chrome/userChrome-example.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/chrome/userContent-example.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/localstore.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/mimeTypes.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/panels.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/search.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/bookmarks.html X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/chrome/userChrome-example.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/chrome/userContent-example.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/localstore.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/mimeTypes.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/panels.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/search.rdf X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/DistinguishedSchema.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/FieldSchema.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/PositionalSchema.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/SchemaConcat.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/SchemaStrings.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/StateSchema.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet/VcardSchema.tbl X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/gkgfx.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/greprefs/all.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/greprefs/non-shared.txt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/greprefs/security-prefs.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/greprefs/xpinstall.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/ipc/modules/lockmodule.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/ipc/modules/testmod.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/ipc/modules/transmgr.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/js3250.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/jsj3250.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/mozz.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/msgbsutl.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/nspr4.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/nss3.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/nssckbi.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/plc4.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/plds4.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/plugins/npnul32.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/EditorOverride.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/arrow.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/arrowd.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/bloatcycle.html X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/broken-image.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/builtin/platformHTMLBindings.xml X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/charsetData.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/charsetalias.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/cmessage.txt X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/dtd/mathml.dtd X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/dtd/xhtml11.dtd X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables/html40Latin1.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables/html40Special.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables/html40Symbols.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables/htmlEntityVersions.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables/mathml20.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables/transliterate.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/fontEncoding.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfont.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontCMEX10.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontCMSY10.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMTExtra.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMath1.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMath2.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMath4.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontPUA.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontSymbol.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/forms.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/grabber.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-audio.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-binary.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-find.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-image.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-menu.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-movie.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-sound.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-telnet.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-text.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html/gopher-unknown.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/jarlist.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/langGroups.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/language.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/loading-image.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/mathml.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/platform-forms.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/quirk.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/rdf/dom-test-4.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/rdf/folder-closed.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/rdf/folder-open.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/rdf/ignore-test.xul X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/rdf/loading.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/strres-test.dtd X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/strres-test.html X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/strres-test.js X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/strres-test.xul X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/strres.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-column-after-active.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-column-after-hover.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-column-after.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-column-before-active.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-column-before-hover.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-column-before.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-row-after-active.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-row-after-hover.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-row-after.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-row-before-active.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-row-before-hover.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-add-row-before.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-remove-column-active.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-remove-column-hover.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-remove-column.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-remove-row-active.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-remove-row-hover.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/table-remove-row.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/test.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anim.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims00.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims01.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims02.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims03.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims04.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims05.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims06.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims07.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims08.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims09.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims10.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims11.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims12.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims13.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims14.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims15.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims16.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims17.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims18.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims19.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims20.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims21.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims22.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims23.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims24.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims25.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims26.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims27.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims28.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber/anims29.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/ua.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/urlparse.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/urlparse_unx.dat X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/viewer.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/viewsource.css X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/wincharset.properties X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins/dmoz.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins/dmoz.src X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins/google.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins/google.src X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins/jeeves.gif X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins/jeeves.src X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/smime3.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/softokn3.chk X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/softokn3.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/ssl3.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/xpcom.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/xpcom_compat.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/xpcom_core.dll X%%DATADIR%%/wine/drive_c/Program Files/wine_gecko/xpistub.dll X%%DATADIR%%/wine/drive_c/windows/fonts/Vera.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraBI.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraBd.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraIt.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraMoBI.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraMoBd.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraMoIt.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraMono.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraSe.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/VeraSeBd.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/coure.fon X%%DATADIR%%/wine/drive_c/windows/fonts/couree.fon X%%DATADIR%%/wine/drive_c/windows/fonts/courer.fon X%%DATADIR%%/wine/drive_c/windows/fonts/cvgasys.fon X%%DATADIR%%/wine/drive_c/windows/fonts/marlett.ttf X%%DATADIR%%/wine/drive_c/windows/fonts/sserife.fon X%%DATADIR%%/wine/drive_c/windows/fonts/sserifee.fon X%%DATADIR%%/wine/drive_c/windows/fonts/sserifer.fon X%%DATADIR%%/wine/drive_c/windows/fonts/svgasys.fon X%%DATADIR%%/wine/drive_c/windows/fonts/vgasys.fon X%%DATADIR%%/wine/drive_c/windows/fonts/vgasyse.fon X%%DATADIR%%/wine/drive_c/windows/fonts/vgasysr.fon X%%DATADIR%%/wine/drive_c/windows/fonts/wineding.ttf X%%DATADIR%%/wine/drive_c/windows/inf/mozctl.inf X%%DATADIR%%/wine/drive_c/windows/inf/picasa.inf X%%DATADIR%%/wine/drive_c/windows/inf/pxhelp20.inf X%%DATADIR%%/wine/drive_c/windows/inf/wine.inf X%%DATADIR%%/wine/drive_c/windows/profiles/All Users/Start Menu/Programs/Picasa2/Picasa2.lnk X%%DATADIR%%/wine/drive_c/windows/system32/drivers/pxhelp20.sys X%%DATADIR%%/wine/generic.ppd X%%DATADIR%%/wine/lib/libwine.so.1 X%%DATADIR%%/wine/lib/libwine_unicode.so.1 X%%DATADIR%%/wine/lib/wine/activeds.dll.so X%%DATADIR%%/wine/lib/wine/advapi32.dll.so X%%DATADIR%%/wine/lib/wine/advpack.dll.so X%%DATADIR%%/wine/lib/wine/amstream.dll.so X%%DATADIR%%/wine/lib/wine/atl.dll.so X%%DATADIR%%/wine/lib/wine/avicap32.dll.so X%%DATADIR%%/wine/lib/wine/avifil32.dll.so X%%DATADIR%%/wine/lib/wine/avifile.dll16 X%%DATADIR%%/wine/lib/wine/aviinfo.exe.so X%%DATADIR%%/wine/lib/wine/aviplay.exe.so X%%DATADIR%%/wine/lib/wine/cabinet.dll.so X%%DATADIR%%/wine/lib/wine/capi2032.dll.so X%%DATADIR%%/wine/lib/wine/cards.dll.so X%%DATADIR%%/wine/lib/wine/cfgmgr32.dll.so X%%DATADIR%%/wine/lib/wine/clock.exe.so X%%DATADIR%%/wine/lib/wine/comcat.dll.so X%%DATADIR%%/wine/lib/wine/comctl32.dll.so X%%DATADIR%%/wine/lib/wine/comdlg32.dll.so X%%DATADIR%%/wine/lib/wine/comm.drv16 X%%DATADIR%%/wine/lib/wine/commdlg.dll16 X%%DATADIR%%/wine/lib/wine/compobj.dll16 X%%DATADIR%%/wine/lib/wine/control.exe.so X%%DATADIR%%/wine/lib/wine/crtdll.dll.so X%%DATADIR%%/wine/lib/wine/crypt32.dll.so X%%DATADIR%%/wine/lib/wine/cryptdll.dll.so X%%DATADIR%%/wine/lib/wine/ctl3d.dll16 X%%DATADIR%%/wine/lib/wine/ctl3d32.dll.so X%%DATADIR%%/wine/lib/wine/ctl3dv2.dll16 X%%DATADIR%%/wine/lib/wine/d3d8.dll.so X%%DATADIR%%/wine/lib/wine/d3d9.dll.so X%%DATADIR%%/wine/lib/wine/d3dim.dll.so X%%DATADIR%%/wine/lib/wine/d3drm.dll.so X%%DATADIR%%/wine/lib/wine/d3dx8.dll.so X%%DATADIR%%/wine/lib/wine/d3dxof.dll.so X%%DATADIR%%/wine/lib/wine/dbghelp.dll.so X%%DATADIR%%/wine/lib/wine/dciman32.dll.so X%%DATADIR%%/wine/lib/wine/ddeml.dll16 X%%DATADIR%%/wine/lib/wine/ddraw.dll.so X%%DATADIR%%/wine/lib/wine/desk.cpl.so X%%DATADIR%%/wine/lib/wine/devenum.dll.so X%%DATADIR%%/wine/lib/wine/dinput.dll.so X%%DATADIR%%/wine/lib/wine/dinput8.dll.so X%%DATADIR%%/wine/lib/wine/dispdib.dll16 X%%DATADIR%%/wine/lib/wine/display.drv16 X%%DATADIR%%/wine/lib/wine/dmband.dll.so X%%DATADIR%%/wine/lib/wine/dmcompos.dll.so X%%DATADIR%%/wine/lib/wine/dmime.dll.so X%%DATADIR%%/wine/lib/wine/dmloader.dll.so X%%DATADIR%%/wine/lib/wine/dmscript.dll.so X%%DATADIR%%/wine/lib/wine/dmstyle.dll.so X%%DATADIR%%/wine/lib/wine/dmsynth.dll.so X%%DATADIR%%/wine/lib/wine/dmusic.dll.so X%%DATADIR%%/wine/lib/wine/dmusic32.dll.so X%%DATADIR%%/wine/lib/wine/dplay.dll.so X%%DATADIR%%/wine/lib/wine/dplayx.dll.so X%%DATADIR%%/wine/lib/wine/dpnet.dll.so X%%DATADIR%%/wine/lib/wine/dpnhpast.dll.so X%%DATADIR%%/wine/lib/wine/dsound.dll.so X%%DATADIR%%/wine/lib/wine/dswave.dll.so X%%DATADIR%%/wine/lib/wine/dxdiagn.dll.so X%%DATADIR%%/wine/lib/wine/eject.exe.so X%%DATADIR%%/wine/lib/wine/expand.exe.so X%%DATADIR%%/wine/lib/wine/explorer.exe.so X%%DATADIR%%/wine/lib/wine/gdi.exe16 X%%DATADIR%%/wine/lib/wine/gdi32.dll.so X%%DATADIR%%/wine/lib/wine/glu32.dll.so X%%DATADIR%%/wine/lib/wine/gphoto2.ds.so X%%DATADIR%%/wine/lib/wine/hh.exe.so X%%DATADIR%%/wine/lib/wine/hhctrl.ocx.so X%%DATADIR%%/wine/lib/wine/iccvid.dll.so X%%DATADIR%%/wine/lib/wine/icinfo.exe.so X%%DATADIR%%/wine/lib/wine/icmp.dll.so X%%DATADIR%%/wine/lib/wine/iexplore.exe.so X%%DATADIR%%/wine/lib/wine/ifsmgr.vxd.so X%%DATADIR%%/wine/lib/wine/imaadp32.acm.so X%%DATADIR%%/wine/lib/wine/imagehlp.dll.so X%%DATADIR%%/wine/lib/wine/imm.dll16 X%%DATADIR%%/wine/lib/wine/imm32.dll.so X%%DATADIR%%/wine/lib/wine/iphlpapi.dll.so X%%DATADIR%%/wine/lib/wine/itss.dll.so X%%DATADIR%%/wine/lib/wine/joystick.drv.so X%%DATADIR%%/wine/lib/wine/kernel32.dll.so X%%DATADIR%%/wine/lib/wine/keyboard.drv16 X%%DATADIR%%/wine/lib/wine/krnl386.exe16 X%%DATADIR%%/wine/lib/wine/license.exe.so X%%DATADIR%%/wine/lib/wine/lz32.dll.so X%%DATADIR%%/wine/lib/wine/lzexpand.dll16 X%%DATADIR%%/wine/lib/wine/mapi32.dll.so X%%DATADIR%%/wine/lib/wine/mciavi32.dll.so X%%DATADIR%%/wine/lib/wine/mcicda.dll.so X%%DATADIR%%/wine/lib/wine/mciseq.dll.so X%%DATADIR%%/wine/lib/wine/mciwave.drv.so X%%DATADIR%%/wine/lib/wine/midimap.dll.so X%%DATADIR%%/wine/lib/wine/mlang.dll.so X%%DATADIR%%/wine/lib/wine/mmdevldr.vxd.so X%%DATADIR%%/wine/lib/wine/mmsystem.dll16 X%%DATADIR%%/wine/lib/wine/monodebg.vxd.so X%%DATADIR%%/wine/lib/wine/mouse.drv16 X%%DATADIR%%/wine/lib/wine/mpr.dll.so X%%DATADIR%%/wine/lib/wine/msacm.dll16 X%%DATADIR%%/wine/lib/wine/msacm.drv.so X%%DATADIR%%/wine/lib/wine/msacm32.dll.so X%%DATADIR%%/wine/lib/wine/msadp32.acm.so X%%DATADIR%%/wine/lib/wine/mscms.dll.so X%%DATADIR%%/wine/lib/wine/msdmo.dll.so X%%DATADIR%%/wine/lib/wine/msftedit.dll.so X%%DATADIR%%/wine/lib/wine/msg711.acm.so X%%DATADIR%%/wine/lib/wine/mshtml.dll.so X%%DATADIR%%/wine/lib/wine/msi.dll.so X%%DATADIR%%/wine/lib/wine/msiexec.exe.so X%%DATADIR%%/wine/lib/wine/msimg32.dll.so X%%DATADIR%%/wine/lib/wine/msisys.ocx.so X%%DATADIR%%/wine/lib/wine/msnet32.dll.so X%%DATADIR%%/wine/lib/wine/msrle32.dll.so X%%DATADIR%%/wine/lib/wine/msvcrt.dll.so X%%DATADIR%%/wine/lib/wine/msvcrt20.dll.so X%%DATADIR%%/wine/lib/wine/msvcrt40.dll.so X%%DATADIR%%/wine/lib/wine/msvcrtd.dll.so X%%DATADIR%%/wine/lib/wine/msvfw32.dll.so X%%DATADIR%%/wine/lib/wine/msvidc32.dll.so X%%DATADIR%%/wine/lib/wine/msvideo.dll16 X%%DATADIR%%/wine/lib/wine/mswsock.dll.so X%%DATADIR%%/wine/lib/wine/msxml3.dll.so X%%DATADIR%%/wine/lib/wine/netapi32.dll.so X%%DATADIR%%/wine/lib/wine/newdev.dll.so X%%DATADIR%%/wine/lib/wine/notepad.exe.so X%%DATADIR%%/wine/lib/wine/ntdll.dll.so X%%DATADIR%%/wine/lib/wine/objsel.dll.so X%%DATADIR%%/wine/lib/wine/odbc32.dll.so X%%DATADIR%%/wine/lib/wine/odbccp32.dll.so X%%DATADIR%%/wine/lib/wine/ole2.dll16 X%%DATADIR%%/wine/lib/wine/ole2conv.dll16 X%%DATADIR%%/wine/lib/wine/ole2disp.dll16 X%%DATADIR%%/wine/lib/wine/ole2nls.dll16 X%%DATADIR%%/wine/lib/wine/ole2prox.dll16 X%%DATADIR%%/wine/lib/wine/ole2thk.dll16 X%%DATADIR%%/wine/lib/wine/ole32.dll.so X%%DATADIR%%/wine/lib/wine/oleacc.dll.so X%%DATADIR%%/wine/lib/wine/oleaut32.dll.so X%%DATADIR%%/wine/lib/wine/olecli.dll16 X%%DATADIR%%/wine/lib/wine/olecli32.dll.so X%%DATADIR%%/wine/lib/wine/oledlg.dll.so X%%DATADIR%%/wine/lib/wine/olepro32.dll.so X%%DATADIR%%/wine/lib/wine/olesvr.dll16 X%%DATADIR%%/wine/lib/wine/olesvr32.dll.so X%%DATADIR%%/wine/lib/wine/opengl32.dll.so X%%DATADIR%%/wine/lib/wine/powrprof.dll.so X%%DATADIR%%/wine/lib/wine/progman.exe.so X%%DATADIR%%/wine/lib/wine/psapi.dll.so X%%DATADIR%%/wine/lib/wine/qcap.dll.so X%%DATADIR%%/wine/lib/wine/quartz.dll.so X%%DATADIR%%/wine/lib/wine/rasapi16.dll16 X%%DATADIR%%/wine/lib/wine/rasapi32.dll.so X%%DATADIR%%/wine/lib/wine/regedit.exe.so X%%DATADIR%%/wine/lib/wine/regsvr32.exe.so X%%DATADIR%%/wine/lib/wine/riched20.dll.so X%%DATADIR%%/wine/lib/wine/riched32.dll.so X%%DATADIR%%/wine/lib/wine/rpcrt4.dll.so X%%DATADIR%%/wine/lib/wine/rpcss.exe.so X%%DATADIR%%/wine/lib/wine/rsabase.dll.so X%%DATADIR%%/wine/lib/wine/rsaenh.dll.so X%%DATADIR%%/wine/lib/wine/rundll32.exe.so X%%DATADIR%%/wine/lib/wine/sane.ds.so X%%DATADIR%%/wine/lib/wine/secur32.dll.so X%%DATADIR%%/wine/lib/wine/security.dll.so X%%DATADIR%%/wine/lib/wine/sensapi.dll.so X%%DATADIR%%/wine/lib/wine/serialui.dll.so X%%DATADIR%%/wine/lib/wine/setupapi.dll.so X%%DATADIR%%/wine/lib/wine/setupx.dll16 X%%DATADIR%%/wine/lib/wine/sfc.dll.so X%%DATADIR%%/wine/lib/wine/shdocvw.dll.so X%%DATADIR%%/wine/lib/wine/shell.dll16 X%%DATADIR%%/wine/lib/wine/shell32.dll.so X%%DATADIR%%/wine/lib/wine/shfolder.dll.so X%%DATADIR%%/wine/lib/wine/shlwapi.dll.so X%%DATADIR%%/wine/lib/wine/snmpapi.dll.so X%%DATADIR%%/wine/lib/wine/sound.drv16 X%%DATADIR%%/wine/lib/wine/start.exe.so X%%DATADIR%%/wine/lib/wine/stdole2.tlb.so X%%DATADIR%%/wine/lib/wine/stdole32.tlb.so X%%DATADIR%%/wine/lib/wine/sti.dll.so X%%DATADIR%%/wine/lib/wine/storage.dll16 X%%DATADIR%%/wine/lib/wine/stress.dll16 X%%DATADIR%%/wine/lib/wine/system.drv16 X%%DATADIR%%/wine/lib/wine/tapi32.dll.so X%%DATADIR%%/wine/lib/wine/taskmgr.exe.so X%%DATADIR%%/wine/lib/wine/toolhelp.dll16 X%%DATADIR%%/wine/lib/wine/twain.dll16 X%%DATADIR%%/wine/lib/wine/twain_32.dll.so X%%DATADIR%%/wine/lib/wine/typelib.dll16 X%%DATADIR%%/wine/lib/wine/unicows.dll.so X%%DATADIR%%/wine/lib/wine/uninstaller.exe.so X%%DATADIR%%/wine/lib/wine/url.dll.so X%%DATADIR%%/wine/lib/wine/urlmon.dll.so X%%DATADIR%%/wine/lib/wine/user.exe16 X%%DATADIR%%/wine/lib/wine/user32.dll.so X%%DATADIR%%/wine/lib/wine/usp10.dll.so X%%DATADIR%%/wine/lib/wine/uxtheme.dll.so X%%DATADIR%%/wine/lib/wine/vdhcp.vxd.so X%%DATADIR%%/wine/lib/wine/vdmdbg.dll.so X%%DATADIR%%/wine/lib/wine/ver.dll16 X%%DATADIR%%/wine/lib/wine/version.dll.so X%%DATADIR%%/wine/lib/wine/vmm.vxd.so X%%DATADIR%%/wine/lib/wine/vnbt.vxd.so X%%DATADIR%%/wine/lib/wine/vnetbios.vxd.so X%%DATADIR%%/wine/lib/wine/vtdapi.vxd.so X%%DATADIR%%/wine/lib/wine/vwin32.vxd.so X%%DATADIR%%/wine/lib/wine/w32skrnl.dll.so X%%DATADIR%%/wine/lib/wine/w32sys.dll16 X%%DATADIR%%/wine/lib/wine/wcmd.exe.so X%%DATADIR%%/wine/lib/wine/wdi.exe.so X%%DATADIR%%/wine/lib/wine/win32s16.dll16 X%%DATADIR%%/wine/lib/wine/win87em.dll16 X%%DATADIR%%/wine/lib/wine/winaspi.dll16 X%%DATADIR%%/wine/lib/wine/windebug.dll16 X%%DATADIR%%/wine/lib/wine/winealsa.drv.so X%%DATADIR%%/wine/lib/wine/winearts.drv.so X%%DATADIR%%/wine/lib/wine/wineaudioio.drv.so X%%DATADIR%%/wine/lib/wine/wineboot.exe.so X%%DATADIR%%/wine/lib/wine/winebrowser.exe.so X%%DATADIR%%/wine/lib/wine/winecfg.exe.so X%%DATADIR%%/wine/lib/wine/wineconsole.exe.so X%%DATADIR%%/wine/lib/wine/wined3d.dll.so X%%DATADIR%%/wine/lib/wine/winedbg.exe.so X%%DATADIR%%/wine/lib/wine/winedos.dll.so X%%DATADIR%%/wine/lib/wine/wineesd.drv.so X%%DATADIR%%/wine/lib/wine/winefile.exe.so X%%DATADIR%%/wine/lib/wine/winejack.drv.so X%%DATADIR%%/wine/lib/wine/winemenubuilder.exe.so X%%DATADIR%%/wine/lib/wine/winemine.exe.so X%%DATADIR%%/wine/lib/wine/winemp3.acm.so X%%DATADIR%%/wine/lib/wine/winenas.drv.so X%%DATADIR%%/wine/lib/wine/wineoss.drv.so X%%DATADIR%%/wine/lib/wine/winepath.exe.so X%%DATADIR%%/wine/lib/wine/wineps.drv.so X%%DATADIR%%/wine/lib/wine/wineps16.drv16 X%%DATADIR%%/wine/lib/wine/winevdm.exe.so X%%DATADIR%%/wine/lib/wine/winex11.drv.so X%%DATADIR%%/wine/lib/wine/wing.dll16 X%%DATADIR%%/wine/lib/wine/winhelp.exe.so X%%DATADIR%%/wine/lib/wine/wininet.dll.so X%%DATADIR%%/wine/lib/wine/winmm.dll.so X%%DATADIR%%/wine/lib/wine/winnls.dll16 X%%DATADIR%%/wine/lib/wine/winnls32.dll.so X%%DATADIR%%/wine/lib/wine/winsock.dll16 X%%DATADIR%%/wine/lib/wine/winspool.drv.so X%%DATADIR%%/wine/lib/wine/wintab.dll16 X%%DATADIR%%/wine/lib/wine/wintab32.dll.so X%%DATADIR%%/wine/lib/wine/wintrust.dll.so X%%DATADIR%%/wine/lib/wine/winver.exe.so X%%DATADIR%%/wine/lib/wine/wldap32.dll.so X%%DATADIR%%/wine/lib/wine/wnaspi32.dll.so X%%DATADIR%%/wine/lib/wine/wordpad.exe.so X%%DATADIR%%/wine/lib/wine/wow32.dll.so X%%DATADIR%%/wine/lib/wine/wprocs.dll16 X%%DATADIR%%/wine/lib/wine/ws2_32.dll.so X%%DATADIR%%/wine/lib/wine/wsock32.dll.so X%%DATADIR%%/wine/lib/wine/wtsapi32.dll.so X@dirrm %%DATADIR%%/wine/lib/wine X@dirrm %%DATADIR%%/wine/lib X@dirrm %%DATADIR%%/wine/drive_c/windows/temp X@dirrm %%DATADIR%%/wine/drive_c/windows/system32/drivers X@dirrm %%DATADIR%%/wine/drive_c/windows/system32 X@dirrm %%DATADIR%%/wine/drive_c/windows/system X@dirrm %%DATADIR%%/wine/drive_c/windows/profiles/All Users/Start Menu/Programs/Picasa2 X@dirrm %%DATADIR%%/wine/drive_c/windows/profiles/All Users/Start Menu/Programs X@dirrm %%DATADIR%%/wine/drive_c/windows/profiles/All Users/Start Menu X@dirrm %%DATADIR%%/wine/drive_c/windows/profiles/All Users X@dirrm %%DATADIR%%/wine/drive_c/windows/profiles X@dirrm %%DATADIR%%/wine/drive_c/windows/inf X@dirrm %%DATADIR%%/wine/drive_c/windows/fonts X@dirrm %%DATADIR%%/wine/drive_c/windows/command X@dirrm %%DATADIR%%/wine/drive_c/windows X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/searchplugins X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/throbber X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/rdf X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/html X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/fonts X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/entityTables X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/dtd X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res/builtin X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/res X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/plugins X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/ipc/modules X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/ipc X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/greprefs X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/wallet X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/chrome X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US/chrome X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile/US X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/profile X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/pref X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/messenger/US X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/messenger X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults/autoconfig X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/defaults X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/components X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/global/skin X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/global X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/cookie/content X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/cookie X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons/default X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome/icons X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko/chrome X@dirrm %%DATADIR%%/wine/drive_c/Program Files/wine_gecko X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/xml X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitefrm X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/whitebg X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greyfrm X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/greybg X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackfrm X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates/blackbg X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/templates X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation/examples X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web/documentation X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/web X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/update X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/runtime X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/expwebsites X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins/CDVDR X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/plugins X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/i18n X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2/cdautorun X@dirrm %%DATADIR%%/wine/drive_c/Program Files/Picasa2 X@dirrm %%DATADIR%%/wine/drive_c/Program Files X@dirrm %%DATADIR%%/wine/drive_c X@dirrm %%DATADIR%%/wine/bin X@dirrm %%DATADIR%%/wine X@dirrm %%DATADIR%%/lib X@dirrm %%DATADIR%%/desktop X@dirrm %%DATADIR%%/bin X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-graphics/picasa/pkg-plist exit From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 17:01:13 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0526516A400 for ; Wed, 28 Mar 2007 17:01:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B453A13C48A for ; Wed, 28 Mar 2007 17:01:12 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54a5f1ee.dip.t-dialin.net [84.165.241.238]) by redbull.bpaserver.net (Postfix) with ESMTP id 7ED452E1B1; Wed, 28 Mar 2007 19:01:07 +0200 (CEST) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by outgoing.leidinger.net (Postfix) with ESMTP id B3E485B4817; Wed, 28 Mar 2007 19:01:04 +0200 (CEST) Date: Wed, 28 Mar 2007 19:01:04 +0200 From: Alexander Leidinger To: freebsd-emulation@freebsd.org Message-ID: <20070328190104.6b187455@Magellan.Leidinger.net> In-Reply-To: <200703281614.l2SGE6B1024390@anna.ana.com> References: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> <34942765@bsam.ru> <20070328090545.41b114xc4go8c408@webmail.leidinger.net> <200703281614.l2SGE6B1024390@anna.ana.com> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.9; i686-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: "Eric P. Scott" Subject: Re: linux-compat: problems installing rpm, bunch of .so's missing 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, 28 Mar 2007 17:01:13 -0000 Quoting eps+ques0703@ana.com (Eric P. Scott) (Wed, 28 Mar 2007 09:14:06 -0700 (PDT)): > I tried using the download "for any x86 distribution," and got > something that should be pretty close to a reasonable > installation, but it looks like it's dying somewhere in > wine-preloader. It seems to have trouble with its own Uhm... wine... this will not work because of the way they are using parts of the linux kernel. > ntdll.dll.so. It then looks for a copy in > /usr/local/lib/wine (which, if existent, would be for the "wrong" > ABI). It see that's hardwired into libwine.so.1, presumably as a If started by a linux program (e.g. linux bash in /compat/linux/ from a wrapper script), it should first find the one installed in the linux compat tree first. > fallback to WINEDLLPATH. (Why is there no i386 linux_kdump > package for FreeBSD 6.2???) Probably because there's no src on the package build cluster... > Perhaps someone else will have better luck. Not without major work in the kernel, at least when you want to use the linux wine. Now... what about forgetting about the linux wine which comes with picasa? Try to use the FreeBSD wine. Bye, Alexander. -- Some men feel that the only thing they owe the woman who marries them is a grudge. -- Helen Rowland http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 19:06:51 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC49516A400 for ; Wed, 28 Mar 2007 19:06:51 +0000 (UTC) (envelope-from rbarton@sbcglobal.net) Received: from web81915.mail.mud.yahoo.com (web81915.mail.mud.yahoo.com [68.142.207.63]) by mx1.freebsd.org (Postfix) with SMTP id 9D95C13C45A for ; Wed, 28 Mar 2007 19:06:51 +0000 (UTC) (envelope-from rbarton@sbcglobal.net) Received: (qmail 76114 invoked by uid 60001); 28 Mar 2007 18:40:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=CqBjvH4SAuvqGZ887dTsNndkt/3U03PWhWpKni/rWIH0fW70UD60ogTgp2QoNslIRntnlWQNaJCXWtIVOAm/lD6IJ14oQrFxj0c+Ta4ldMWiEP3gxEWF7eRd4LQjvriN33Oe0A2We5wNt77IQWGdu1AF3PMry+dLbaQE02m1sTk=; X-YMail-OSG: 8jJte7QVM1ljLQJHfcWpGp0cuiIIParZqKZRBLrMsa8cCLB5SCS182oKwJCxnP.vVqZ8D6zu.xZp_Z4FMeEdIdhMJbn78sd0tSgx Received: from [63.241.211.254] by web81915.mail.mud.yahoo.com via HTTP; Wed, 28 Mar 2007 11:40:10 PDT X-Mailer: YahooMailRC/468 YahooMailWebService/0.7.41.8 Date: Wed, 28 Mar 2007 11:40:10 -0700 (PDT) From: Richard J Barton To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Message-ID: <143367.75223.qm@web81915.mail.mud.yahoo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [QEMU/KQEMU] guest FreeBSD-amd64-current at host FreeBSD-amd64-stable panics 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, 28 Mar 2007 19:06:51 -0000 I had no problems compiling the ports package kqemu or qemu (0.9.0), and it= starting running very well and fast, but quickly hangs for a little while = (writing out the core file I believe) and then quits. It caused a kernel p= anic and reboot using kqemu.=0A =0AFreeBSD 6.2 amd64 (no updates or patches= applied =96 just recently downloaded)=0ADell E531=0AAMD 64 X2 4600+=0A =0A= rick=0Arbarton@sbcglobal.net From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 19:40:00 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 324E916A401 for ; Wed, 28 Mar 2007 19:40:00 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from mail13.simplicato.com (mail13.simplicato.com [207.99.47.68]) by mx1.freebsd.org (Postfix) with ESMTP id 0BD5113C457 for ; Wed, 28 Mar 2007 19:39:59 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from mail13.simplicato.com (localhost [127.0.0.1]) by mail13.simplicato.com (Postfix) with ESMTP id 2E86B77B548 for ; Wed, 28 Mar 2007 15:21:15 -0400 (EDT) Received: from uws1.starlofashions.com (unknown [12.44.50.124]) by mail13.simplicato.com (Postfix) with ESMTP id E585C77B519 for ; Wed, 28 Mar 2007 15:21:14 -0400 (EDT) Received: by uws1.starlofashions.com (sSMTP sendmail emulation); Wed, 28 Mar 2007 15:21:14 -0400 Date: Wed, 28 Mar 2007 15:21:14 -0400 From: Scott Robbins To: freebsd-emulation@freebsd.org Message-ID: <20070328192114.GA43743@uws1.starlofashions.com> Mail-Followup-To: freebsd-emulation@freebsd.org References: <143367.75223.qm@web81915.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <143367.75223.qm@web81915.mail.mud.yahoo.com> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: [QEMU/KQEMU] guest FreeBSD-amd64-current at host FreeBSD-amd64-stable panics 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, 28 Mar 2007 19:40:00 -0000 On Wed, Mar 28, 2007 at 11:40:10AM -0700, Richard J Barton wrote: > I had no problems compiling the ports package kqemu or qemu (0.9.0), and it starting running very well and fast, but quickly hangs for a little while (writing out the core file I believe) and then quits. It caused a kernel panic and reboot using kqemu. > > FreeBSD 6.2 amd64 (no updates or patches applied – just recently downloaded) > Dell E531 > AMD 64 X2 4600+ Hrm--I've run into the core dump when I forget to kldload aio, but not a reboot. (Do you have aio loaded?) -- Scott GPG KeyID EB3467D6 ( 1B848 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Xander: Nice. Look who's got a bad case of Dark Prince envy. Dracula: I have no interest in you. Leave us. Xander: No, we're not going to (imitates Dracula's accent) leave you. And where'd you get that accent Sesame Street? One, two, three - three victims. Mwah, ha, ha, ha! Buffy: Xander, I'm pretty sure that's Dracula. Xander: Wow, really? Hey, sorry, man, I was... just jokin' around. From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 19:48:29 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E53616A402 for ; Wed, 28 Mar 2007 19:48:29 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from mail.irbis.net.ru (mail.irbis.net.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id F223613C43E for ; Wed, 28 Mar 2007 19:48:28 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from darklight.abyss.local (darklight.abyss.local [192.168.0.64]) by mail.irbis.net.ru (Postfix) with ESMTP id ACDDC62D455; Wed, 28 Mar 2007 23:36:57 +0400 (MSD) Received: from darklight.abyss.local (yuri@localhost [127.0.0.1]) by darklight.abyss.local (8.13.8/8.13.8) with ESMTP id l2SJarGj004450; Wed, 28 Mar 2007 23:36:53 +0400 (MSD) (envelope-from y.pankov@irbis.net.ru) Received: (from yuri@localhost) by darklight.abyss.local (8.13.8/8.13.8/Submit) id l2SJapmU004449; Wed, 28 Mar 2007 23:36:51 +0400 (MSD) (envelope-from y.pankov@irbis.net.ru) X-Authentication-Warning: darklight.abyss.local: yuri set sender to y.pankov@irbis.net.ru using -f Date: Wed, 28 Mar 2007 23:36:51 +0400 From: Yuri Pankov To: Boris Samorodov Message-ID: <20070328193650.GA872@darklight.abyss.local> References: <33186202@bsam.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <33186202@bsam.ru> User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: ClamAV 0.90.1/2954/Wed Mar 28 21:52:02 2007 on mail.irbis.net.ru X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.irbis.net.ru [194.186.18.2]); Wed, 28 Mar 2007 23:36:58 +0400 (MSD) Cc: freebsd-emulation@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 28 Mar 2007 19:48:29 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 28, 2007 at 12:16:37AM +0400, Boris Samorodov wrote: > Hi! >=20 >=20 > I've just committed a new EXPERIMENTAL port emulators/linux_base-fc6. >=20 > ATTENTION! The port is experimental for now. Use it at your own risk. This > port may be used only with 7-CURRENT and compat.linux.osrelease=3D2.6.16. >=20 > Said that I should admit that I've been using this port with FC4 > infrastructure ports successfully at -CURRENT for about several months > with following applications: > - print/acroread7 > - www/linux-opera > - www/linux-firefox > - www/linux-flashplugin7 > - mail/linux-thunderbird > - multimedia/linux-realplayer > - net/skype (works fine but coredumps when exitting -- under investigat= ion) > - www/linux-mozilla -- doesn't run (some new... or old libraries are ne= eded) >=20 > To use/test the port (along with linux FC4 infrastructure ports) you > should do: >=20 > 0. Backup all your vital information! > 1. Remove the current linux base port. > 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=3Dfc6". > 3. Make sure no linux application is running. > 4. Set apropriate sysctl (compat.linux.osrelease=3D2.6.16). > 5. Install emulation/linux_base-fc6. > 5a. Those who use linux ports with automatic plist building should > apply the following patch: > ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.diff >=20 Done. > That should be enough at most circumstances. If you have difficulties, > please be sure to expand item 1 to: >=20 > 1a. Remove all ports which depends on linux base port. > 1b. Remove linux base port. > 1c. Clean /compat/linux/ directory. >=20 > In case you want to get rid of the port, deinstall it, then return > back compat.linux.osrelease to 2.4.2 (as usual make sure that no > linux application is running) and remove from /etc/make.conf the line > containing the OVERRIDE_LINUX_BASE_PORT variable. >=20 > All questions, reports, suggestions etc. please route to > freebsd-emulation@. # sysctl compat.linux.osrelease=3D2.6.16 compat.linux.osrelease: 2.6.16 -> 2.6.16 # /compat/linux/bin/bash cannot set up thread-local storage: set_thread_area failed when setting up thread-local storage Same for all programs in /compat/linux/bin. FreeBSD darklight.abyss.local 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Mar 28 22:06:08 MSD 2007 root@darklight.abyss.local:/usr/obj/usr/src/sys/DARKLIGHT amd64 linux_base-fc6-6 Base set of packages needed in Linux mode (for i386/amd64) What am I missing? >=20 > Fedora Core 6 ports (FC6 infrastructure ports) are coming soon... ;-) >=20 > This port wouldn't appear without netchild's help. > Thank you, Alexander! >=20 >=20 > WBR > --=20 > Boris Samorodov (bsam) > Research Engineer, http://www.ipt.ru Telephone & Internet SP > FreeBSD committer, http://www.FreeBSD.org The Power To Serve > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.o= rg" --=20 Yuri --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGCsPS8hBlB0qMSXYRAgqmAKCYPTDAIKHjdf6rIaVOEB1jKOofnwCggQFb HUp2Na5gVUuo2d5l7NfgPAs= =JGPf -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 20:47:24 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70D6316A402 for ; Wed, 28 Mar 2007 20:47:24 +0000 (UTC) (envelope-from eps@anna.ana.com) Received: from anna.ana.com (anna.ana.com [208.69.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 58AA713C4AE for ; Wed, 28 Mar 2007 20:47:24 +0000 (UTC) (envelope-from eps@anna.ana.com) Received: from anna.ana.com (localhost [127.0.0.1]) by anna.ana.com (8.13.8/8.13.8) with ESMTP id l2SKkKEa007572 for ; Wed, 28 Mar 2007 13:46:20 -0700 (PDT) Received: (from eps@localhost) by anna.ana.com (8.13.8/8.13.8/Submit) id l2SKkKCi007571; Wed, 28 Mar 2007 13:46:20 -0700 (PDT) Date: Wed, 28 Mar 2007 13:46:20 -0700 (PDT) Message-Id: <200703282046.l2SKkKCi007571@anna.ana.com> From: eps+ques0703@ana.com (Eric P. Scott) To: freebsd-emulation@freebsd.org In-Reply-To: <20070328190104.6b187455@Magellan.Leidinger.net> References: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> <34942765@bsam.ru> <20070328090545.41b114xc4go8c408@webmail.leidinger.net> <20070328190104.6b187455@Magellan.Leidinger.net> Subject: Re: linux-compat: problems installing rpm, bunch of .so's missing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-advocacy@freebsd.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 20:47:24 -0000 [Alexander Leidinger] >Now... what about forgetting about the linux wine which comes with >picasa? Try to use the FreeBSD wine. At this point we've strayed off-topic, since the original poster's questions have been answered. We're now in the realm of advocacy. I figure there's got to be a Google product manager who's getting weekly reports showing download statistics for Windows, Macintosh, and Linux offerings. If they're using those to gauge interest--and allocate development resources accordingly, I don't see how this helps our cause. In all fairness, I have to give Google credit for trying to make the best of a bad situation. I think we can help send the right message to the "bean counters" by resolving PR ports/108864 (so FreeBSD users will contribute to the Google Earth numbers again). -=EPS=- From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 28 21:24:08 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0247916A401 for ; Wed, 28 Mar 2007 21:24:08 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 80CF513C468 for ; Wed, 28 Mar 2007 21:24:04 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.165]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2SLNh2t032658; Thu, 29 Mar 2007 01:23:54 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HWfcO-0000Qv-9K; Thu, 29 Mar 2007 01:23:44 +0400 To: Yuri Pankov References: <33186202@bsam.ru> <20070328193650.GA872@darklight.abyss.local> From: Boris Samorodov Date: Thu, 29 Mar 2007 01:23:44 +0400 In-Reply-To: <20070328193650.GA872@darklight.abyss.local> (Yuri Pankov's message of "Wed, 28 Mar 2007 23:36:51 +0400") Message-ID: <02771311@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: freebsd-emulation@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 28 Mar 2007 21:24:08 -0000 On Wed, 28 Mar 2007 23:36:51 +0400 Yuri Pankov wrote: > On Wed, Mar 28, 2007 at 12:16:37AM +0400, Boris Samorodov wrote: > > I've just committed a new EXPERIMENTAL port emulators/linux_base-fc6. > > > > ATTENTION! The port is experimental for now. Use it at your own risk. This > > port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. > > > > Said that I should admit that I've been using this port with FC4 > > infrastructure ports successfully at -CURRENT for about several months > > with following applications: > > - print/acroread7 > > - www/linux-opera > > - www/linux-firefox > > - www/linux-flashplugin7 > > - mail/linux-thunderbird > > - multimedia/linux-realplayer > > - net/skype (works fine but coredumps when exitting -- under investigation) > > - www/linux-mozilla -- doesn't run (some new... or old libraries are needed) > > > > To use/test the port (along with linux FC4 infrastructure ports) you > > should do: > > > > 0. Backup all your vital information! > > 1. Remove the current linux base port. > > 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6". > > 3. Make sure no linux application is running. > > 4. Set apropriate sysctl (compat.linux.osrelease=2.6.16). > > 5. Install emulation/linux_base-fc6. > > 5a. Those who use linux ports with automatic plist building should > > apply the following patch: > > ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.diff > > > Done. > > That should be enough at most circumstances. If you have difficulties, > > please be sure to expand item 1 to: > > > > 1a. Remove all ports which depends on linux base port. > > 1b. Remove linux base port. > > 1c. Clean /compat/linux/ directory. > > > > In case you want to get rid of the port, deinstall it, then return > > back compat.linux.osrelease to 2.4.2 (as usual make sure that no > > linux application is running) and remove from /etc/make.conf the line > > containing the OVERRIDE_LINUX_BASE_PORT variable. > > > > All questions, reports, suggestions etc. please route to > > freebsd-emulation@. > # sysctl compat.linux.osrelease=2.6.16 > compat.linux.osrelease: 2.6.16 -> 2.6.16 > # /compat/linux/bin/bash > cannot set up thread-local storage: set_thread_area failed when setting > up thread-local storage > Same for all programs in /compat/linux/bin. > FreeBSD darklight.abyss.local 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed > Mar 28 22:06:08 MSD 2007 > root@darklight.abyss.local:/usr/obj/usr/src/sys/DARKLIGHT amd64 > linux_base-fc6-6 Base set of packages needed in Linux mode (for > i386/amd64) > What am I missing? The code for amd64-current to use TLS is not committed from perforce. That code needs some additional testing. The patch against -CURRENT is available at: http://www.leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 01:41:32 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71D1516A408 for ; Thu, 29 Mar 2007 01:41:32 +0000 (UTC) (envelope-from sven.stauss@gmx.ch) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id D85B913C459 for ; Thu, 29 Mar 2007 01:41:31 +0000 (UTC) (envelope-from sven.stauss@gmx.ch) Received: (qmail invoked by alias); 29 Mar 2007 01:14:49 -0000 Received: from unknown (EHLO [192.168.11.7]) [157.82.244.232] by mail.gmx.net (mp037) with SMTP; 29 Mar 2007 03:14:49 +0200 X-Authenticated: #8683413 X-Provags-ID: V01U2FsdGVkX184MqZHPDk4Gigc+fJP39ckShG0le7caaC9dGFfq/ JCe2a+lPbXEQIw Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <46003EA9.6060305@gmail.com> References: <46003EA9.6060305@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> Content-Transfer-Encoding: 7bit From: Sven Stauss Date: Thu, 29 Mar 2007 10:14:33 +0900 To: freebsd-emulation@freebsd.org X-Mailer: Apple Mail (2.752.2) X-Y-GMX-Trusted: 0 Subject: Mandatory to upgrade to 7.0 for linux kernel 2.6.16? 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: Thu, 29 Mar 2007 01:41:32 -0000 Dear all I have a question concerning linux compatibility, in particular the kernel version. In order to upgrade the linux kernel to 2.6.16, is it absolutely required to change the system to FreeBSD-CURRENT as mentioned in some messages posted here or is it in principle also possible to keep the system in a version which is not bleeding edge (e.g. FreeBSD -STABLE or -RELEASE) and only update the linux port to current? Has anybody tried this? The reason is that I am trying to install and run a commercial engineering suite (CFD-ACE+, 32bit version) on a FreeBSD server (Dual Opteron, the system is FreeBSD amd64 release 6.2). I followed the guidelines in the FreeBSD handbook to enable Linux compatibility. But when I try to start the programs, I get a core dump (running some programs under truss permits to get at least the splash screen, for the others I don't even get this ...). I also asked the local representative of the company whether it would be possible to make a FreeBSD version, but so far I have had no response. Officially, CFD-ACE+ is supported to run under Red Hat Enterprise 4 (which is based on Linux kernel 2.6 and later, I think). So my guess is that the problem is due to the difference/absence of certain system calls in 2.4.2 with respect to 2.6.16. However, because I am rather new to FreeBSD and not experienced in debugging operating systems, I'd like (if possible) to stay with the present installation of FreeBSD and upgrade to 7.0 only if there's no other solution in order use the 2.6.16 linux base. Or is 7.0 already stable enough so that it could used in a production environment? Many thanks in advance for any help and suggestions, sven. P.S . Running the programs under truss I typically get the following output: truss: execution type Linux ELF32 is not supported -- using FreeBSD ELF64: Unknown error: 0 truss: execution type Linux ELF32 is not supported -- using FreeBSD ELF64: Invalid argument ktrace(0x1) = 146112512 (0x8b58000) settimeofday(0x0) = 0 (0x0) access("",680748704) ERR#-2 'Unknown error: -2' open("",O_RDWR,00) ERR#-2 'Unknown error: -2' open("",O_RDWR,00) ERR#-2 'Unknown error: -2' open("",O_SHLOCK|O_FSYNC|O_EXCL|O_DIRECT|0x28926000,01) = 3 (0x3) mmap(0x2,3,PROT_EXEC| 0x28935fc0,0x0,4996820062306259536,0x3339383278307c43) = 0 (0x0) dup2(0x28936628) = 680751104 (0x28937000) close(680751104) = 0 (0x0) ... From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 07:19:15 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD65716A404 for ; Thu, 29 Mar 2007 07:19:15 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 6EF6813C455 for ; Thu, 29 Mar 2007 07:19:15 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5F1EE.dip.t-dialin.net [84.165.241.238]) by redbull.bpaserver.net (Postfix) with ESMTP id 508602E202; Thu, 29 Mar 2007 09:19:10 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 7A6005B4817; Thu, 29 Mar 2007 09:19:07 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2T7J73L080430; Thu, 29 Mar 2007 09:19:07 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 29 Mar 2007 09:19:07 +0200 Message-ID: <20070329091907.95zhj3qllsggcsos@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 29 Mar 2007 09:19:07 +0200 From: Alexander Leidinger To: freebsd-advocacy@freebsd.org, "Eric P. Scott" References: <539c60b90703271556j707383c6pe509ee27c20a6dd2@mail.gmail.com> <34942765@bsam.ru> <20070328090545.41b114xc4go8c408@webmail.leidinger.net> <20070328190104.6b187455@Magellan.Leidinger.net> <200703282046.l2SKkKCi007571@anna.ana.com> In-Reply-To: <200703282046.l2SKkKCi007571@anna.ana.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.787, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, TW_FL 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: linux-compat: problems installing rpm, bunch of .so's missing 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: Thu, 29 Mar 2007 07:19:15 -0000 Quoting "Eric P. Scott" (from Wed, 28 Mar 2007 =20 13:46:20 -0700 (PDT)): > [Alexander Leidinger] >> Now... what about forgetting about the linux wine which comes with >> picasa? Try to use the FreeBSD wine. > > At this point we've strayed off-topic, since the original > poster's questions have been answered. We're now in the realm of > advocacy. The OP wants to run picasa on FreeBSD. I suggest above to use the =20 FreeBSD wine instead of the linux wine which comes with picasa. Maybe =20 we're able to run picasa with our native wine instead of the linux =20 wine which does not work on the linuxulator (and we don't intend to =20 fix the linux wine issue in our kernel, as it would not only pessimize =20 the context switching of linux programs, but also all FreeBSD =20 programs). So the only person reaching into advocacy-land is you. > I figure there's got to be a Google product manager who's getting > weekly reports showing download statistics for Windows, > Macintosh, and Linux offerings. If they're using those to gauge > interest--and allocate development resources accordingly, I don't > see how this helps our cause. > > In all fairness, I have to give Google credit for trying to make > the best of a bad situation. I think we can help send the right > message to the "bean counters" by resolving PR ports/108864 (so > FreeBSD users will contribute to the Google Earth numbers again). You are addressing this to the wrong people. flz said in the PR he is =20 doing it ASAP, so you should talk to him, not to emulation@ or =20 advocacy@. Bye, Alexander. --=20 An INK-LING? Sure -- TAKE one!! Did you BUY any COMMUNIST UNIFORMS?? http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 07:36:14 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A36516A401; Thu, 29 Mar 2007 07:36:14 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id F3A9B13C457; Thu, 29 Mar 2007 07:36:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5F1EE.dip.t-dialin.net [84.165.241.238]) by redbull.bpaserver.net (Postfix) with ESMTP id 674572E202; Thu, 29 Mar 2007 09:36:04 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 83FB05B4817; Thu, 29 Mar 2007 09:35:56 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2T7ZtvF083236; Thu, 29 Mar 2007 09:35:55 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 29 Mar 2007 09:35:55 +0200 Message-ID: <20070329093555.n1vbse0nkccccogg@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 29 Mar 2007 09:35:55 +0200 From: Alexander Leidinger To: Boris Samorodov References: <33186202@bsam.ru> <20070328193650.GA872@darklight.abyss.local> <02771311@bsam.ru> In-Reply-To: <02771311@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@freebsd.org, Yuri Pankov , jkim@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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: Thu, 29 Mar 2007 07:36:14 -0000 Quoting Boris Samorodov (from Thu, 29 Mar 2007 01:23:44 +0400): > The code for amd64-current to use TLS is not committed from > perforce. That code needs some additional testing. The patch against > -CURRENT is available at: > http://www.leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff jkim@ has put the commit of the TLS and futex part of this patch on his TODO list. So we maybe see it next month in -current. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 08:08:43 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDF6816A408 for ; Thu, 29 Mar 2007 08:08:43 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 94DED13C458 for ; Thu, 29 Mar 2007 08:08:43 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5F1EE.dip.t-dialin.net [84.165.241.238]) by redbull.bpaserver.net (Postfix) with ESMTP id 3C2632E1BD; Thu, 29 Mar 2007 10:08:40 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 66E825B4817; Thu, 29 Mar 2007 10:08:37 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l2T88b34088704; Thu, 29 Mar 2007 10:08:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 29 Mar 2007 10:08:37 +0200 Message-ID: <20070329100837.4f2gdo9c6c40gock@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 29 Mar 2007 10:08:37 +0200 From: Alexander Leidinger To: Sven Stauss References: <46003EA9.6060305@gmail.com> <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> In-Reply-To: <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: Mandatory to upgrade to 7.0 for linux kernel 2.6.16? 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: Thu, 29 Mar 2007 08:08:44 -0000 Quoting Sven Stauss (from Thu, 29 Mar 2007 =20 10:14:33 +0900): > Dear all > > I have a question concerning linux compatibility, in particular the > kernel version. In order to upgrade the linux kernel to 2.6.16, is it > absolutely required to change the system to FreeBSD-CURRENT as > mentioned in some messages posted here or is it in principle also > possible to keep the system in a version which is not bleeding edge > (e.g. FreeBSD -STABLE or -RELEASE) and only update the linux port to > current? Has anybody tried this? The changes in the FreeBSD kernel which allow to emulate (parts of) =20 linux 2.6.16 are only in -current, not in 6.x or -stable. And even on =20 -current not every system call from 2.6.16 is available. It is still =20 in development and there are still (known and unknown) bugs. My intend is to backport some bugfixes for 2.4.2 in -stable, but I =20 don't have a timeframe for this. It's somewhere on my TODO list, and =20 will do it when I get time to do it. I don't expect to do this in the =20 near future. There's absolutely no intend to backport the 2.6.16 stuff =20 to -stable so far (it's not even fully usable in -current). The linuxulator on amd64 is not on the same level as the i386 version =20 yet. If you want to use it on amd64 you either have to run with custom =20 patches (you can get them from wiki.freebsd.org/linux-kernel) or you =20 have to wait a little bit until TLS and futexes are merged. This is =20 scheduled to be committet ASAP. Using 2.6.16 on -current may or may not work. If you give it a try =20 make sure you test it carefully before you make productive use of it. Bye, Alexander. --=20 If everything on the road of life seems to be coming your way, you're in the wrong lane. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 15:17:24 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5E6A16A400 for ; Thu, 29 Mar 2007 15:17:24 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.freebsd.org (Postfix) with ESMTP id 55B0713C43E for ; Thu, 29 Mar 2007 15:17:24 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from bsam by kfs.ru with local (Exim 4.54 (FreeBSD)) id 1HWvwQ-000DqG-Ni; Thu, 29 Mar 2007 18:49:30 +0400 To: Sven Stauss References: <46003EA9.6060305@gmail.com> <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> From: Boris Samorodov Date: Thu, 29 Mar 2007 18:49:30 +0400 In-Reply-To: <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> (Sven Stauss's message of "Thu, 29 Mar 2007 10:14:33 +0900") Message-ID: <43883381@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-emulation@freebsd.org Subject: Re: Mandatory to upgrade to 7.0 for linux kernel 2.6.16? 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: Thu, 29 Mar 2007 15:17:24 -0000 On Thu, 29 Mar 2007 10:14:33 +0900 Sven Stauss wrote: > P.S . Running the programs under truss I typically get the following > output: > truss: execution type Linux ELF32 is not supported -- using FreeBSD > ELF64: Unknown error: 0 > truss: execution type Linux ELF32 is not supported -- using FreeBSD > ELF64: Invalid argument > ktrace(0x1) = 146112512 (0x8b58000) > settimeofday(0x0) = 0 (0x0) > access("",680748704) ERR#-2 'Unknown error: -2' > open("",O_RDWR,00) ERR#-2 'Unknown error: -2' > open("",O_RDWR,00) ERR#-2 'Unknown error: -2' > open("",O_SHLOCK|O_FSYNC|O_EXCL|O_DIRECT|0x28926000,01) = 3 (0x3) > mmap(0x2,3,PROT_EXEC| > 0x28935fc0,0x0,4996820062306259536,0x3339383278307c43) = 0 (0x0) > dup2(0x28936628) = 680751104 (0x28937000) > close(680751104) = 0 (0x0) > ... Can you show some other info: ----- uname -a /compat/linux/bin/uname -a kldstat -v | grep linux sysctl -a | grep linux ls -ld /var/db/pkg/linux* file brandelf ----- Where actually is a binary file which is running (not a script). WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 16:05:14 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4795916A403 for ; Thu, 29 Mar 2007 16:05:14 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 0110A13C483 for ; Thu, 29 Mar 2007 16:05:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E7B7.dip.t-dialin.net [84.165.231.183]) by redbull.bpaserver.net (Postfix) with ESMTP id 5D2E02E177; Thu, 29 Mar 2007 18:05:05 +0200 (CEST) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by outgoing.leidinger.net (Postfix) with ESMTP id 8EE575B4817; Thu, 29 Mar 2007 18:05:02 +0200 (CEST) Date: Thu, 29 Mar 2007 18:05:02 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20070329180502.5bf3a72c@Magellan.Leidinger.net> In-Reply-To: <43883381@serv3.int.kfs.ru> References: <46003EA9.6060305@gmail.com> <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> <43883381@serv3.int.kfs.ru> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.9; i686-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: Mandatory to upgrade to 7.0 for linux kernel 2.6.16? 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: Thu, 29 Mar 2007 16:05:14 -0000 Quoting Boris Samorodov (Thu, 29 Mar 2007 18:49:30 +0400): > On Thu, 29 Mar 2007 10:14:33 +0900 Sven Stauss wrote: > > > P.S . Running the programs under truss I typically get the following > > output: > > > truss: execution type Linux ELF32 is not supported -- using FreeBSD > > ELF64: Unknown error: 0 > > truss: execution type Linux ELF32 is not supported -- using FreeBSD > > ELF64: Invalid argument > > ktrace(0x1) = 146112512 (0x8b58000) > > settimeofday(0x0) = 0 (0x0) > > access("",680748704) ERR#-2 'Unknown error: -2' > > open("",O_RDWR,00) ERR#-2 'Unknown error: -2' > > open("",O_RDWR,00) ERR#-2 'Unknown error: -2' > > open("",O_SHLOCK|O_FSYNC|O_EXCL|O_DIRECT|0x28926000,01) = 3 (0x3) > > mmap(0x2,3,PROT_EXEC| > > 0x28935fc0,0x0,4996820062306259536,0x3339383278307c43) = 0 (0x0) > > dup2(0x28936628) = 680751104 (0x28937000) > > close(680751104) = 0 (0x0) > > ... > > Can you show some other info: > ----- > uname -a > /compat/linux/bin/uname -a > kldstat -v | grep linux > sysctl -a | grep linux > ls -ld /var/db/pkg/linux* > file > brandelf > ----- > Where actually is a binary file which is > running (not a script). Boris, truss does not decode linux syscalls ("Linux ELF32" not supported... I would be happy to get proven wrong). And he is trying to run with osrelease=2.6.16 on 6.2. Any time spent on getting more info about this is useless because the kernel doesn't support this. Even on -current it would be useless to request more debugging stuff, as long as the amd64 part is not synced with i386 (TLS + futexes) or the p4 patches are used. Bye, Alexander. -- ports/net/netcat port is useful not only for redirecting input/output to TCP or UDP connections, but also for proxying them with inetd(8). http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 29 16:10:16 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D501D16A402 for ; Thu, 29 Mar 2007 16:10:16 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.freebsd.org (Postfix) with ESMTP id 8234913C465 for ; Thu, 29 Mar 2007 16:10:16 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from bsam by kfs.ru with local (Exim 4.54 (FreeBSD)) id 1HWxCS-000EL1-Un; Thu, 29 Mar 2007 20:10:08 +0400 To: Alexander Leidinger References: <46003EA9.6060305@gmail.com> <10E0B922-FBBD-4E2B-94C9-B04455DFB582@gmx.ch> <43883381@serv3.int.kfs.ru> <20070329180502.5bf3a72c@Magellan.Leidinger.net> From: Boris Samorodov Date: Thu, 29 Mar 2007 20:10:08 +0400 In-Reply-To: <20070329180502.5bf3a72c@Magellan.Leidinger.net> (Alexander Leidinger's message of "Thu, 29 Mar 2007 18:05:02 +0200") Message-ID: <45648543@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-emulation@freebsd.org Subject: Re: Mandatory to upgrade to 7.0 for linux kernel 2.6.16? 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: Thu, 29 Mar 2007 16:10:16 -0000 On Thu, 29 Mar 2007 18:05:02 +0200 Alexander Leidinger wrote: > Boris, truss does not decode linux syscalls ("Linux ELF32" not > supported... I would be happy to get proven wrong). And he is trying to > run with osrelease=2.6.16 on 6.2. Any time spent on getting more info > about this is useless because the kernel doesn't support this. Even on > -current it would be useless to request more debugging stuff, as long > as the amd64 part is not synced with i386 (TLS + futexes) or the p4 > patches are used. Yep. I tried to understand if that program may run with osrelease=2.4.2... WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 30 13:48:27 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E17ED16A400 for ; Fri, 30 Mar 2007 13:48:26 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from mail.irbis.net.ru (mail.irbis.net.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id 189E713C48C for ; Fri, 30 Mar 2007 13:48:26 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (darklight.local [192.168.0.64]) by mail.irbis.net.ru (Postfix) with ESMTP id 448F062D455; Fri, 30 Mar 2007 17:37:49 +0400 (MSD) Received: from darklight.org.ru (yuri@localhost [127.0.0.1]) by darklight.org.ru (8.13.8/8.13.8) with ESMTP id l2UDbdgK029481; Fri, 30 Mar 2007 17:37:40 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.13.8/8.13.8/Submit) id l2UDbclA029480; Fri, 30 Mar 2007 17:37:38 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Fri, 30 Mar 2007 17:37:38 +0400 From: Yuri Pankov To: Boris Samorodov Message-ID: <20070330133736.GB1004@darklight.org.ru> References: <33186202@bsam.ru> <20070328193650.GA872@darklight.abyss.local> <02771311@bsam.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline In-Reply-To: <02771311@bsam.ru> User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: ClamAV 0.90.1/2965/Fri Mar 30 03:03:35 2007 on mail.irbis.net.ru X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.irbis.net.ru [194.186.18.2]); Fri, 30 Mar 2007 17:37:50 +0400 (MSD) Cc: freebsd-emulation@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 30 Mar 2007 13:48:27 -0000 --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 29, 2007 at 01:23:44AM +0400, Boris Samorodov wrote: > On Wed, 28 Mar 2007 23:36:51 +0400 Yuri Pankov wrote: > > On Wed, Mar 28, 2007 at 12:16:37AM +0400, Boris Samorodov wrote: >=20 > > > I've just committed a new EXPERIMENTAL port emulators/linux_base-fc6. > > >=20 > > > ATTENTION! The port is experimental for now. Use it at your own risk.= This > > > port may be used only with 7-CURRENT and compat.linux.osrelease=3D2.6= =2E16. > > >=20 > > > Said that I should admit that I've been using this port with FC4 > > > infrastructure ports successfully at -CURRENT for about several months > > > with following applications: > > > - print/acroread7 > > > - www/linux-opera > > > - www/linux-firefox > > > - www/linux-flashplugin7 > > > - mail/linux-thunderbird > > > - multimedia/linux-realplayer > > > - net/skype (works fine but coredumps when exitting -- under invest= igation) > > > - www/linux-mozilla -- doesn't run (some new... or old libraries ar= e needed) > > >=20 > > > To use/test the port (along with linux FC4 infrastructure ports) you > > > should do: > > >=20 > > > 0. Backup all your vital information! > > > 1. Remove the current linux base port. > > > 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=3Dfc6". > > > 3. Make sure no linux application is running. > > > 4. Set apropriate sysctl (compat.linux.osrelease=3D2.6.16). > > > 5. Install emulation/linux_base-fc6. > > > 5a. Those who use linux ports with automatic plist building should > > > apply the following patch: > > > ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.= diff > > >=20 >=20 > > Done. >=20 > > > That should be enough at most circumstances. If you have difficulties, > > > please be sure to expand item 1 to: > > >=20 > > > 1a. Remove all ports which depends on linux base port. > > > 1b. Remove linux base port. > > > 1c. Clean /compat/linux/ directory. > > >=20 > > > In case you want to get rid of the port, deinstall it, then return > > > back compat.linux.osrelease to 2.4.2 (as usual make sure that no > > > linux application is running) and remove from /etc/make.conf the line > > > containing the OVERRIDE_LINUX_BASE_PORT variable. > > >=20 > > > All questions, reports, suggestions etc. please route to > > > freebsd-emulation@. >=20 > > # sysctl compat.linux.osrelease=3D2.6.16 > > compat.linux.osrelease: 2.6.16 -> 2.6.16 > > # /compat/linux/bin/bash > > cannot set up thread-local storage: set_thread_area failed when setting > > up thread-local storage >=20 > > Same for all programs in /compat/linux/bin. >=20 > > FreeBSD darklight.abyss.local 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed > > Mar 28 22:06:08 MSD 2007 > > root@darklight.abyss.local:/usr/obj/usr/src/sys/DARKLIGHT amd64 >=20 > > linux_base-fc6-6 Base set of packages needed in Linux mode (for > > i386/amd64) >=20 > > What am I missing? >=20 > The code for amd64-current to use TLS is not committed from > perforce. That code needs some additional testing. The patch against > -CURRENT is available at: > http://www.leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff >=20 >=20 > WBR > --=20 > Boris Samorodov (bsam) > Research Engineer, http://www.ipt.ru Telephone & Internet SP > FreeBSD committer, http://www.FreeBSD.org The Power To Serve > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.o= rg" After jkim's commits, I was able to install and use print/acroread7. No problems so far, only messages in dmesg (I guess about those yet unimplemented *at syscalls): linux: pid 29367 (pwd): syscall fstatat64 not implemented linux: pid 29370 (pwd): syscall fstatat64 not implemented linux: pid 29373 (pwd): syscall fstatat64 not implemented Thank you. --=20 Yuri --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGDRKg8hBlB0qMSXYRAkJhAJ4+TpU5UEwn03DTHeHBNv/zlj14PgCeImcZ LTgpbHwhMIvklmlULLKR6Mo= =nPIf -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 30 15:18:09 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10AFF16A401 for ; Fri, 30 Mar 2007 15:18:09 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id BE66213C4E1 for ; Fri, 30 Mar 2007 15:18:08 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DE9CF8BCDB5; Fri, 30 Mar 2007 17:18:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uNIFeIRPE33L; Fri, 30 Mar 2007 17:18:05 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A8B2A8BCD53; Fri, 30 Mar 2007 17:18:05 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l2UFI49G063156; Fri, 30 Mar 2007 17:18:04 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 30 Mar 2007 17:18:04 +0200 From: Roman Divacky To: Yuri Pankov Message-ID: <20070330151804.GA63129@freebsd.org> References: <33186202@bsam.ru> <20070328193650.GA872@darklight.abyss.local> <02771311@bsam.ru> <20070330133736.GB1004@darklight.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070330133736.GB1004@darklight.org.ru> User-Agent: Mutt/1.4.2.2i Cc: freebsd-emulation@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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, 30 Mar 2007 15:18:09 -0000 > After jkim's commits, I was able to install and use print/acroread7. No > problems so far, only messages in dmesg (I guess about those yet > unimplemented *at syscalls): > > linux: pid 29367 (pwd): syscall fstatat64 not implemented > linux: pid 29370 (pwd): syscall fstatat64 not implemented > linux: pid 29373 (pwd): syscall fstatat64 not implemented slowly working on this... :) thnx for the report From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 31 00:25:27 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F85716A402 for ; Sat, 31 Mar 2007 00:25:27 +0000 (UTC) (envelope-from andrew@dobrohot.org) Received: from smtp-6.masterhost.ru (smtp-6.masterhost.ru [83.222.24.106]) by mx1.freebsd.org (Postfix) with SMTP id D62CF13C45B for ; Sat, 31 Mar 2007 00:25:26 +0000 (UTC) (envelope-from andrew@dobrohot.org) Received: (qmail 46929 invoked from network); 30 Mar 2007 23:58:26 -0000 Received: from ns.km10433.keymachine.de (HELO inspirra.localdomain) (izdat%dobrohot.org@62.141.50.149) by smtp1.masterhost.ru with SMTP; 30 Mar 2007 23:58:26 -0000 Received: from [192.168.2.1] (inspirra.localdomain [192.168.2.1]) by inspirra.localdomain (8.13.8/8.13.8) with ESMTP id l2UKxZCg007422 for ; Sat, 31 Mar 2007 00:59:35 +0400 (MSD) (envelope-from andrew@dobrohot.org) Message-ID: <460D7A37.9080408@dobrohot.org> Date: Sat, 31 Mar 2007 00:59:35 +0400 From: Andrew Muhametshin Organization: =?windows-1251?Q?=C0=CD=CE_=22=C4=EE=E1=F0=EE=F5=EE=F2=22?= User-Agent: Thunderbird 1.5.0.10 (X11/20070310) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Subject: Fatal trap 12, at use qemu 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: Sat, 31 Mar 2007 00:25:27 -0000 http://www.freebsd.org/cgi/query-pr.cgi?pr=110892 Crash of system at use of the emulator "qemu" $ pkg_info -E kqemu\* qemu\* kqemu-kmod-1.3.0.p11 qemu-0.9.0 $ kldload aio $ kldload kqemu $ qemu -boot c -m 256 \ -hda /usr/EMULATORS/BOCHS/disk0.img \ -net nic,model=rtl8139 \ -net tap \ -std-vga \ -soundhw es1370 \ -win2k-hack \ -kernel-kqemu Guest system on qemu - WinXP. From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 31 02:13:12 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D416D16A400 for ; Sat, 31 Mar 2007 02:13:12 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from bay0-omc1-s27.bay0.hotmail.com (bay0-omc1-s27.bay0.hotmail.com [65.54.246.99]) by mx1.freebsd.org (Postfix) with ESMTP id C206B13C459 for ; Sat, 31 Mar 2007 02:13:12 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from hotmail.com ([65.55.132.26]) by bay0-omc1-s27.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Fri, 30 Mar 2007 19:01:13 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 30 Mar 2007 19:01:12 -0700 Message-ID: Received: from 68.45.124.27 by BAY127-DAV16.phx.gbl with DAV; Sat, 31 Mar 2007 02:01:11 +0000 X-Originating-IP: [68.45.124.27] X-Originating-Email: [davegro@hotmail.com] X-Sender: davegro@hotmail.com Message-ID: <460DC0E3.9080000@gmail.com> Date: Fri, 30 Mar 2007 22:01:07 -0400 From: Dave Grochowski User-Agent: Thunderbird 1.5.0.7 (X11/20061110) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Mar 2007 02:01:12.0889 (UTC) FILETIME=[756E8A90:01C77338] Subject: [RFC] Port for nspluginwrapper 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: Sat, 31 Mar 2007 02:13:12 -0000 Hey all, I wrote a port for nspluginwrapper, which you can find at: http://elvis.rowan.edu/~grocho98/nspluginwrapper.tar.bz2 For those who do not know what it is, you can find the homepage at: http://gwenole.beauchesne.info/projects/nspluginwrapper/ Basically, it allows you to run Linux/i386 browser plugins on the native browsers of other architectures and operating systems. To use it, simply install the appropriate plugins you would like from ports (I tried it with www/linux-flashplugin9, but others should work just as well) and then install nspluginwrapper. As a regular user, run "nspluginwrapper -v -a -i" to automagically find the plugins on you system and enable them for use in Firefox. Now, the plugins should work in your browser. I tried it with Flash 9 and both the graphics and sound worked. Unfortunately, Flash 9 is a bit buggy for me and crashed frequently, but I had the same issue when using the plugin with www/linux-firefox as well. I think the port is pretty complete, but I have only tried it on FreeBSD/i386 6-STABLE and FreeBSD/i386 7-CURRENT. It should work on amd64, but I don't have a machine to test it on. If the port is acceptable, I would not mind maintaining it, except for the fact that I obviously do not have a commit bit (though that probably is not a huge issue). Any comments would be greatly appreciated. Sincerely, Dave Grochowski From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 31 15:32:55 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1EB616A401 for ; Sat, 31 Mar 2007 15:32:55 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9746913C4AD for ; Sat, 31 Mar 2007 15:32:55 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [192.168.42.21] (andersonbox1.centtech.com [192.168.42.21]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l2VFWsgt064596; Sat, 31 Mar 2007 10:32:54 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <460E7F26.1060901@freebsd.org> Date: Sat, 31 Mar 2007 10:32:54 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.10 (X11/20070320) MIME-Version: 1.0 To: Dave Grochowski References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2980/Sat Mar 31 10:12:45 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=8.0 tests=AWL,BAYES_00,INFO_TLD autolearn=no version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: freebsd-emulation@freebsd.org Subject: Re: [RFC] Port for nspluginwrapper 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: Sat, 31 Mar 2007 15:32:55 -0000 On 03/30/07 21:01, Dave Grochowski wrote: > Hey all, > > I wrote a port for nspluginwrapper, which you can find at: > > http://elvis.rowan.edu/~grocho98/nspluginwrapper.tar.bz2 > > For those who do not know what it is, you can find the homepage at: > > http://gwenole.beauchesne.info/projects/nspluginwrapper/ > > Basically, it allows you to run Linux/i386 browser plugins on the native > browsers of other architectures and operating systems. To use it, simply > install the appropriate plugins you would like from ports (I tried it > with www/linux-flashplugin9, but others should work just as well) and > then install nspluginwrapper. As a regular user, run "nspluginwrapper -v > -a -i" to automagically find the plugins on you system and enable them > for use in Firefox. Now, the plugins should work in your browser. I > tried it with Flash 9 and both the graphics and sound worked. > Unfortunately, Flash 9 is a bit buggy for me and crashed frequently, but > I had the same issue when using the plugin with www/linux-firefox as well. > > I think the port is pretty complete, but I have only tried it on > FreeBSD/i386 6-STABLE and FreeBSD/i386 7-CURRENT. It should work on > amd64, but I don't have a machine to test it on. If the port is > acceptable, I would not mind maintaining it, except for the fact that I > obviously do not have a commit bit (though that probably is not a huge > issue). > > Any comments would be greatly appreciated. Installs ok, but didn't seem to find any plugins, even with the linux-flash9 installed. If I try to point it at the flash plugin directly, it says something like: "not a valid nspluginwrapper plugin" Eric From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 31 16:18:04 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7835116A405 for ; Sat, 31 Mar 2007 16:18:04 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 35E5413C469 for ; Sat, 31 Mar 2007 16:18:04 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 5EA6F8BCDB1; Sat, 31 Mar 2007 17:47:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rg-Xwv8fkjf3; Sat, 31 Mar 2007 17:47:48 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 60A468BCD25; Sat, 31 Mar 2007 17:47:48 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l2VFlltn099005; Sat, 31 Mar 2007 17:47:47 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 31 Mar 2007 17:47:47 +0200 From: Roman Divacky To: Yuri Pankov Message-ID: <20070331154747.GA98987@freebsd.org> References: <33186202@bsam.ru> <20070328193650.GA872@darklight.abyss.local> <02771311@bsam.ru> <20070330133736.GB1004@darklight.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070330133736.GB1004@darklight.org.ru> User-Agent: Mutt/1.4.2.2i Cc: emulation@freebsd.org Subject: Re: [HEADS UP] a new EXPERIMENTAL port emulators/linux_base-fc6 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: Sat, 31 Mar 2007 16:18:04 -0000 > After jkim's commits, I was able to install and use print/acroread7. No > problems so far, only messages in dmesg (I guess about those yet > unimplemented *at syscalls): > > linux: pid 29367 (pwd): syscall fstatat64 not implemented > linux: pid 29370 (pwd): syscall fstatat64 not implemented > linux: pid 29373 (pwd): syscall fstatat64 not implemented can you try the p4 patchset + this patch www.vlakno.cz/~rdivacky/linux_fstatat64.patch and tell me if it works? thnx roman From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 31 22:44:40 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBCE616A402 for ; Sat, 31 Mar 2007 22:44:40 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from bay0-omc1-s19.bay0.hotmail.com (bay0-omc1-s19.bay0.hotmail.com [65.54.246.91]) by mx1.freebsd.org (Postfix) with ESMTP id B71FA13C45B for ; Sat, 31 Mar 2007 22:44:40 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from hotmail.com ([65.55.132.24]) by bay0-omc1-s19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Sat, 31 Mar 2007 15:44:40 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 31 Mar 2007 15:44:40 -0700 Message-ID: Received: from 68.45.124.27 by BAY127-DAV14.phx.gbl with DAV; Sat, 31 Mar 2007 22:44:38 +0000 X-Originating-IP: [68.45.124.27] X-Originating-Email: [davegro@hotmail.com] X-Sender: davegro@hotmail.com Message-ID: <460EE44D.50805@gmail.com> Date: Sat, 31 Mar 2007 18:44:29 -0400 From: Dave Grochowski User-Agent: Thunderbird 1.5.0.7 (X11/20061110) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <460E7F26.1060901@freebsd.org> In-Reply-To: <460E7F26.1060901@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Mar 2007 22:44:40.0472 (UTC) FILETIME=[2B044180:01C773E6] Subject: Re: [RFC] Port for nspluginwrapper 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: Sat, 31 Mar 2007 22:44:40 -0000 Hey, Eric Anderson wrote: > On 03/30/07 21:01, Dave Grochowski wrote: >> Hey all, >> >> I wrote a port for nspluginwrapper, which you can find at: >> >> http://elvis.rowan.edu/~grocho98/nspluginwrapper.tar.bz2 >> >> For those who do not know what it is, you can find the homepage at: >> >> http://gwenole.beauchesne.info/projects/nspluginwrapper/ >> >> Basically, it allows you to run Linux/i386 browser plugins on the >> native browsers of other architectures and operating systems. To use >> it, simply install the appropriate plugins you would like from ports >> (I tried it with www/linux-flashplugin9, but others should work just >> as well) and then install nspluginwrapper. As a regular user, run >> "nspluginwrapper -v -a -i" to automagically find the plugins on you >> system and enable them for use in Firefox. Now, the plugins should >> work in your browser. I tried it with Flash 9 and both the graphics >> and sound worked. Unfortunately, Flash 9 is a bit buggy for me and >> crashed frequently, but I had the same issue when using the plugin >> with www/linux-firefox as well. >> >> I think the port is pretty complete, but I have only tried it on >> FreeBSD/i386 6-STABLE and FreeBSD/i386 7-CURRENT. It should work on >> amd64, but I don't have a machine to test it on. If the port is >> acceptable, I would not mind maintaining it, except for the fact that >> I obviously do not have a commit bit (though that probably is not a >> huge issue). >> >> Any comments would be greatly appreciated. > > Installs ok, but didn't seem to find any plugins, even with the > linux-flash9 installed. If I try to point it at the flash plugin > directly, it says something like: "not a valid nspluginwrapper plugin" > > > Eric > Try running "nspluginwrapper -v -a -i". I have a typo in the pkg-message. I'll reupload it later tonight. Sincerely, Dave Grochowski