Subject: Re: Picasa
To: Rakhesh Sasidharan <rakheshster@gmail.com>
From: Chavdar Ivanov <ci4ic4@gmail.com>
List: pkgsrc-users
Date: 05/27/2006 12:50:03
On 5/27/06, Rakhesh Sasidharan <rakheshster@gmail.com> wrote:
> > Ran rpm2pkg on the suse rpm but it segfaults as soon as you run picasa.
> > You get a segfault error then stat complained about invalid arguments.
>
> I downloaded from the link Christian provided earlier. Here's what I get:
>
>
> -bash-3.00$ ./picasa-2.2.2820-5.i386.bin
> Verifying archive integrity... All good.
> Uncompressing Picasa for

..

Make sure you are using the Linux bash shell. I symlinked
/usr/pkg/emul/linux/bin/bash to /bin/bash (what a sacrilege!) to avoid
editing all the scripts in the package.

I used
 ./picasa-2.2.2820-5.i386.bin --target /tmp/picasa --keep --nox11

to extract the files, then ran setup.sh from /tmp/picasa.

Mind you, setup.sh uses /bin/sh - replace that with the linux one (I
just used /bin/bash setup.sh).

I performs the installation in the desired place OK, but... running it
dumps core again. Setting WINEDEBUG to true and changing the first
line in the wrapper script to #!/bin/bash -xv
shows where do we have the problem -
.....
+ '[' /gate =3D wineserver ']'
+ exec /usr/pkg/emul/linux/root/picasa/bin/../wine/bin/wine
/usr/pkg/emul/linux/root/picasa/bin/../wine/lib/wine/license.exe.so
/gate Picasa2
[1]    7451 segmentation fault (core dumped)  ./picasa
.....

So it kinda seems on it's way to run, but not quite.

> Linux....................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
...........................................................................=
.....................................................
> The setup program seems to have failed on x86/unknown
>
>
> Not very informative I'd say. I invoked the program again, with the
> "--help" argument, hoping to see if there's any argument to give more
> verbose outputs. None.
>
> --
>         NetBSD/i386 3.0 | Toshiba Satellite L10-102
>         http://search.gmane.org/?query=3D&group=3Dgmane.os.netbsd.* (arch=
ives)
>         http://man.netbsd.org/ (manpages)
>