Re: [Pharo-dev] Running on Ubuntu?

2016-11-24 Thread Igor Stasenko
On 24 November 2016 at 04:43, Chris Muller wrote: > Hey Igor, I was just messing around with this the other day; Levente > had the tersest incantation which worked on my fresh 14.04.4 install: > > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install

Re: [Pharo-dev] Running on Ubuntu?

2016-11-23 Thread Chris Muller
Hey Igor, I was just messing around with this the other day; Levente had the tersest incantation which worked on my fresh 14.04.4 install: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libuuid1:i386 libglu1-mesa:i386 libsm6:i386 (Documented at

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
On 22 November 2016 at 16:50, Sven Van Caekenberghe wrote: > Igor, > > For future reference, > > > On 22 Nov 2016, at 11:17, Sven Van Caekenberghe wrote: > > > > (this is what I use for headless) > > > > sudo dpkg --add-architecture i386 > > sudo apt-get update > >

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Jimmie Houchin
Here is the script I have used for years. I am currently running it on 16.04. I have not compared it to Thierry's. I have this in a file setup-pharo.sh I make it executable and the sudo setup-pharo.sh # ARGUMENT HANDLING = if { [

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Thierry Goubier
2016-11-22 15:33 GMT+01:00 Igor Stasenko : > VM now runs, thanks everyone for your attention.. > i wish it would install (or report missing requirements) correctly by > itself > We would need a 0install(*) script for that. Thierry (*) http://0install.net/ > On 22 November

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Thierry Goubier
2016-11-22 15:52 GMT+01:00 Esteban Lorenzano : > > On 22 Nov 2016, at 15:37, Thierry Goubier > wrote: > > > > 2016-11-22 15:33 GMT+01:00 Igor Stasenko : > >> VM now runs, thanks everyone for your attention.. >> i wish it would

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Sven Van Caekenberghe
> On 22 Nov 2016, at 15:37, Thierry Goubier wrote: > > > > 2016-11-22 15:33 GMT+01:00 Igor Stasenko : > VM now runs, thanks everyone for your attention.. > i wish it would install (or report missing requirements) correctly by itself > > We would

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Esteban Lorenzano
> On 22 Nov 2016, at 15:37, Thierry Goubier wrote: > > > > 2016-11-22 15:33 GMT+01:00 Igor Stasenko >: > VM now runs, thanks everyone for your attention.. > i wish it would install (or report missing requirements)

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Sven Van Caekenberghe
Igor, For future reference, > On 22 Nov 2016, at 11:17, Sven Van Caekenberghe wrote: > > (this is what I use for headless) > > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install libc6:i386 > sudo apt-get install libssl1.0.0:i386 > sudo apt-get install

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
On 22 November 2016 at 16:24, Thierry Goubier wrote: > Igor, > > I have this script: > > https://gist.github.com/ThierryGoubier/3dbef94a959f4f8acb19 > > Now, I would suggest, if you don't have any need FFI-related (no Athens, > Roassal, bloc, etc...), use the 64 bits

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
VM now runs, thanks everyone for your attention.. i wish it would install (or report missing requirements) correctly by itself On 22 November 2016 at 16:30, Igor Stasenko wrote: > > > On 22 November 2016 at 16:24, Thierry Goubier > wrote: > >>

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Thierry Goubier
Igor, I have this script: https://gist.github.com/ThierryGoubier/3dbef94a959f4f8acb19 Now, I would suggest, if you don't have any need FFI-related (no Athens, Roassal, bloc, etc...), use the 64 bits version: runs without installing anything on a large variety of Linuxes. Thierry 2016-11-22

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread John Brant
On 11/22/2016 08:00 AM, Igor Stasenko wrote: On 22 November 2016 at 15:06, David T. Lewis > wrote: On Tue, Nov 22, 2016 at 12:19:30PM +0200, Igor Stasenko wrote: > ldd vm-display-X11 > linux-gate.so.1 => (0xf77fd000) >

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
On 22 November 2016 at 15:06, David T. Lewis wrote: > On Tue, Nov 22, 2016 at 12:19:30PM +0200, Igor Stasenko wrote: > > ldd vm-display-X11 > > linux-gate.so.1 => (0xf77fd000) > > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7799000) > > libGL.so.1 => not

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
uname -a Linux CI-Host 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux pharo - from get.pharo.org bash script. & from http://pharo.org/download but the both behave the same. On 22 November 2016 at 12:46, Sven Van Caekenberghe

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread David T. Lewis
On Tue, Nov 22, 2016 at 12:19:30PM +0200, Igor Stasenko wrote: > ldd vm-display-X11 > linux-gate.so.1 => (0xf77fd000) > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7799000) > libGL.so.1 => not found > libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7664000) > libc.so.6 =>

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Sven Van Caekenberghe
Igor, Give us some more details - Ubuntu version - Pharo version - URL you used to download the VM Sven > On 22 Nov 2016, at 11:22, Igor Stasenko wrote: > > > > On 22 November 2016 at 12:17, Sven Van Caekenberghe wrote: > (this is what I use for

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Ben Coman
On Tue, Nov 22, 2016 at 6:19 PM, Igor Stasenko wrote: > ldd vm-display-X11 > linux-gate.so.1 => (0xf77fd000) > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7799000) > libGL.so.1 => not found > libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7664000) >

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
On 22 November 2016 at 12:17, Sven Van Caekenberghe wrote: > (this is what I use for headless) > > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install libc6:i386 > sudo apt-get install libssl1.0.0:i386 > sudo apt-get install libfreetype6:i386 > > ==>>> 0

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Sven Van Caekenberghe
I don't know, maybe sudo apt-get install libgl1-mesa-glx:i386 ? > On 22 Nov 2016, at 11:19, Igor Stasenko wrote: > > ldd vm-display-X11 > linux-gate.so.1 => (0xf77fd000) > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7799000) > libGL.so.1

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
ldd vm-display-X11 linux-gate.so.1 => (0xf77fd000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7799000) libGL.so.1 => not found libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7664000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf74b5000) /lib/ld-linux.so.2 (0x5664e000)

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Sven Van Caekenberghe
(this is what I use for headless) sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 sudo apt-get install libssl1.0.0:i386 sudo apt-get install libfreetype6:i386 (you might need more for full UI) with ldd you can find unresolved dynamic libs > On 22 Nov

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Nicolai Hess
2016-11-22 11:13 GMT+01:00 Igor Stasenko : > > > On 22 November 2016 at 12:11, Nicolai Hess wrote: > >> >> >> 2016-11-22 11:07 GMT+01:00 Igor Stasenko : >> >>> Hey guys, >>> >>> just wanted to show others our cool stuff.. but faced

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
On 22 November 2016 at 12:11, Nicolai Hess wrote: > > > 2016-11-22 11:07 GMT+01:00 Igor Stasenko : > >> Hey guys, >> >> just wanted to show others our cool stuff.. but faced strange problem: >> >> ~/projects/pharo$ ./pharo-vm/pharo pharo.image >> could

Re: [Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Nicolai Hess
2016-11-22 11:07 GMT+01:00 Igor Stasenko : > Hey guys, > > just wanted to show others our cool stuff.. but faced strange problem: > > ~/projects/pharo$ ./pharo-vm/pharo pharo.image > could not find display driver vm-display-X11; either: > - check that

[Pharo-dev] Running on Ubuntu?

2016-11-22 Thread Igor Stasenko
Hey guys, just wanted to show others our cool stuff.. but faced strange problem: ~/projects/pharo$ ./pharo-vm/pharo pharo.image could not find display driver vm-display-X11; either: - check that /home/sig/projects/pharo/pharo-vm//vm-display-X11.so exists, or - use the '-plugins ' option to