Re: [Pharo-users] SSL/TLS plugin initailization failed (VM plugin missing ? OS libraries missing ?)

2017-05-14 Thread Julien Delplanque
Ok, I found a way to fix the problem. Simply, I needed to install the package lib32-libopenssl-1.0-compat which contains the library with "1.0.0" version. This should be added as dependency to the package in AUR. (the command: # yaourt -S lib32-libopenssl-1.0-compat) I can help for that if ne

Re: [Pharo-users] Windows equivalent of kill -s SIGUSR1?

2017-05-14 Thread Alistair Grant
Hi Subbu, On Mon, May 15, 2017 at 11:16:45AM +0530, K K Subbu wrote: > On Monday 15 May 2017 02:47 AM, Alistair Grant wrote: > >The subject pretty much says it all: Is there an equivalent on Windows > >to the linux > > > >kill -s SIGUSR1 > > > >that gets the VM to dump its current status? > > si

Re: [Pharo-users] Windows equivalent of kill -s SIGUSR1?

2017-05-14 Thread K K Subbu
On Monday 15 May 2017 02:47 AM, Alistair Grant wrote: The subject pretty much says it all: Is there an equivalent on Windows to the linux kill -s SIGUSR1 that gets the VM to dump its current status? signals is unix-specific IPC. On Windows, you should be able to "create dump file" from righ

Re: [Pharo-users] Windows equivalent of kill -s SIGUSR1?

2017-05-14 Thread Alistair Grant
Hi Henrik, On Sun, May 14, 2017 at 09:58:12PM +, Henrik Nergaard wrote: > > Windows do not have Unix-style signals such as SIGUSR1. > > To kill a process you can use Windows PowerShell: > > $ Stop-Process -Name Pharo > > Or by pid: > > $ Get-Process -Name Pharo > > $ Stop-Process -Id 42

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-14 Thread Andreas Sunardi
It isn't glibc issue. Perhaps my wording makes it unclear. When I said 'linux' or 'linux with old glibc', I was referring to the image versions that come with those download options. I wasn't referring to glibc itself. -- Andreas Sunardi On Sun, May 14, 2017 at 3:14 AM, Stephane Ducasse wrote:

Re: [Pharo-users] Windows equivalent of kill -s SIGUSR1?

2017-05-14 Thread Henrik Nergaard
Windows do not have Unix-style signals such as SIGUSR1. To kill a process you can use Windows PowerShell: $ Stop-Process -Name Pharo Or by pid: $ Get-Process -Name Pharo $ Stop-Process -Id 42 Best regards, Henrik Sent from Mail for Windows 10 Fr

[Pharo-users] Windows equivalent of kill -s SIGUSR1?

2017-05-14 Thread Alistair Grant
Hi All, The subject pretty much says it all: Is there an equivalent on Windows to the linux kill -s SIGUSR1 that gets the VM to dump its current status? Thanks, Alistair

[Pharo-users] New booklet available

2017-05-14 Thread Stephane Ducasse
A new booklet is joining the collection and it is on Voyage the object to document mapper developed by E. Lorenzano. Available in beta http://files.pharo.org/books/ and open to contributors at https://github.com/SquareBracketAssociates/Booklet-Voyage Enjoy Stef

[Pharo-users] Where does inspector store snippets?

2017-05-14 Thread Sean P. DeNigris
I see the "play-cache" folder but no "inspect-cache". It would be nice to keep these when rebuilding an image from scratch... - Cheers, Sean -- View this message in context: http://forum.world.st/Where-does-inspector-store-snippets-tp4947096.html Sent from the Pharo Smalltalk Users mailing

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-14 Thread Andreas Sunardi
Hi Ben, It's the linux download page from Pharo website http://pharo.org/gnu-linux-installation -- Andreas On Sun, May 14, 2017 at 5:20 AM, Ben Coman wrote: > On Sun, May 14, 2017 at 8:03 AM, Andreas Sunardi > wrote: > > Hi Stephane, > > > > I shall read that Metacello chapter. I had consid

Re: [Pharo-users] A Logo Proposal for Smalltalk

2017-05-14 Thread horrido
Sven Van Caekenberghe-2 wrote > I think a stylised balloon is not bad, it just has to be less complex, > more logo like, more abstract. I've taken your comment to heart and I believe I've come up with the ideal logo: Beautifully ab

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-14 Thread Ben Coman
On Sun, May 14, 2017 at 8:03 AM, Andreas Sunardi wrote: > Hi Stephane, > > I shall read that Metacello chapter. I had considered this case closed until > you replied again. I took another peek and I think I found the root cause. > And for the sake of those who stumble on this email thread, I shou

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-14 Thread Stephane Ducasse
I do not really see why loading a package would be related to old glibc but may be :) With software who knows. Now what is important for you is that you always tries to load and produce configurations. Stef On Sun, May 14, 2017 at 2:03 AM, Andreas Sunardi wrote: > Hi Stephane, > > I shall

Re: [Pharo-users] Meta-clicking to bring up the halo

2017-05-14 Thread Stephane Ducasse
Hi Normally bringing the halo is done using Shift+command(on mac)+alt. Now in Pharo there is also a Platform class and I do not know if the keybinding dispatch to it. So this is not clear that this is a vm things. With the introduction of SDL20 we want to manage all the event interpretation at the