Package browser?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
23 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Package browser?

Paul DeBruicker
The VM from the ppa installs just the necessary 32 bit libs for it to
run, I think in the VM directory.  To run an older VM you have to do it
yourself with the ia32-libs:multiarch package. And of course you don't
need all the libs provided by that package but I'm not sure what you do
and don't need.







On 06/27/2013 03:39 PM, ubuntourist wrote:

>> You'll need to install ia32-libs:multiarch I think if you haven't.
>
> That's what I meant about older parts for a newer car.  You're right,
> but so far, I've managed to avoid putting the 32-bit libraries on this
> system.
>
>> Pharo is 32bits.
>
> The newer Pharo appears to be 64-bit.
>
> ------------------------------------------------------------------------
> View this message in context: Re: Package browser?
> <http://forum.world.st/Package-browser-tp3321070p4695833.html>
> Sent from the Pharo Smalltalk Users mailing list archive
> <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html> at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: Package browser?

Damien Cassou
On Fri, Jun 28, 2013 at 1:02 AM, Paul DeBruicker <[hidden email]> wrote:
> The VM from the ppa installs just the necessary 32 bit libs for it to
> run, I think in the VM directory.


not quite. The VM from the ppa depends on just the necessary 32 bit
libs provided as deb files by Ubuntu. This means that these libs, you
will have a 32 and 64 bit package on your system

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Package browser?

ubuntourist
In reply to this post by Paul DeBruicker
Oops. My bad. Thanks all.

For what it may be worth to others:

Still wishing to avoid installing 209 additional library packages
(which is what the ia32-libs wants to fulfill dependencies), I found
that the following three -- well really four -- packages (in addition
to whatever was put in by the Pharo Debian package I already have from
the PPA) were enough to get the PBE image to pop up:

sudo apt-get install libuuid1:i386 libsm6:i386 libglu1-mesa:i386

(Installing libsm6 also installed libice6.)
12