Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread horrido
This issue bit me in the ass before, but I forgot. Yes, I had a senior moment. The issue is this: When I tried to run Pharo under Ubuntu Server 18.04 at OVH last year, it failed. I had to fall back to Ubuntu Server 16.04. This week, I tried to run Pharo under Ubuntu Server 18.04 at Google Cloud P

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread Sven Van Caekenberghe
Don't be silly, of course it works. Hundreds of people have these, 99% of all servers are Linux, as are 99% of all CI jobs. Running Linux servers requires a certain level of expertise. $ cat /etc/issue Ubuntu 18.04.2 LTS \n \l $ uname -a Linux audio359 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 2

[Pharo-users] How are you supposed to recover code in Pharo - epicea seems half finished?

2019-04-01 Thread Tim Mackinnon
Hi - I’ve been hit by this a few times now, and I’m scratching my head how its supposed to work. I moved some classes to another package and tag (but sometimes Pharo does this badly and rather than a sub-tag it makes a new top level package with a hyphen in it). So I then committed my changes

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread Vitor Medina Cruz
I am surprised you managed to make it work Sven, I tried some time ago but it wont work because of a problem with libcurl as far as I am concerned ( https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754686 and https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294)

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread Sven Van Caekenberghe
This is basic Pharo I am talking about, not each and every plugin. $ ldd pharo-vm/lib/pharo/5.0-201901051900/pharo linux-vdso.so.1 (0x7fff789b2000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f010c0ee000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7

[Pharo-users] R: What's wrong with latest Pharo?

2019-04-01 Thread Lorenzo Schiavina
Hi Richard, please, don't be so pessimistic! I am sure that young man too can have the same problem! I can understand your filing as I am 77, but I hope we can do some good job again! Lorenzo -Messaggio originale- Da: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] Per conto d

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread Hilaire
Which external module is not found? I personally had a recurring issue when using the P7 VM+Image. I have to use Launcher to get a working environment. Le 31/03/2019 à 23:21, Richard Kenneth Eng a écrit : > I just installed Pharo under Linux and when I start it up, I get: > > *Error: External mod

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread Offray Vladimir Luna Cárdenas
Hi, Just install libcurl from your Linux distro package manager. Maybe this should be more promptly stated in the Linux install instructions. Cheers, Offray On 1/04/19 8:06 a. m., horrido wrote: This issue bit me in the ass before, but I forgot. Yes, I had a senior moment. The issue is thi

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread john pfersich
Ubuntu 18.04 LTS is, IMHO, is royal piece of crap. Ubuntu seems to have abandoned programmers tools almost completely in 18.04. I’ve had more problems with support of programming tools in 18.04, more than even Windows. I have run ‘sudo apt install’ maybe 80 times to install tools and libraries.

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread john pfersich
You need to install curl in Ubuntu 18.04 LTS, it isn’t in the distro you download from Ubuntu. /*—-*/ Sent from my iPhone https://boincstats.com/signature/-1/user/51616339056/sig.png See https://objectnets.net and https://objectnets.org > On Apr 1, 2019, at 06:47, Vitor Medina C