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] 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] 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] PetitParser installation fails in Pharo 5.0

2017-05-13 Thread Andreas Sunardi
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 should clarify this. This is probably related to my old email thread

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

2017-05-13 Thread Stephane Ducasse
You should read the beginning of the chapter on metacello. Metacello is a map Monticello element of the map You load elements by asking the map. Stef On Sat, May 13, 2017 at 3:43 AM, Andreas Sunardi wrote: > Hi Stephane, > > Indeed, PetitParser installation from Catalog Browser works just fine

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

2017-05-12 Thread Andreas Sunardi
Hi Stephane, Indeed, PetitParser installation from Catalog Browser works just fine! Thank you very much. I used Monticello Browser before, but not Catalog Browser. I didn't know this is the preferred method to install package. I don't think DeepIntoPharo mentions about Catalog Browser, but maybe

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

2017-05-12 Thread Stephane Ducasse
Sorry I meant the catalogBrowser. Using the catalogBrowser on a given version of Pharo you should access the configuration for this version (if people updated it correctly). Our plan is to make sure that such configurations are validated. Stef On Fri, May 12, 2017 at 9:47 PM, Stephane Ducasse wro

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

2017-05-12 Thread Stephane Ducasse
Hi andreas Normally you should be able to load a package using the ConfigurationBrowser and the configuration (now I do not know the one of PetitParser) should take care of the pharo version for you. stef On Fri, May 12, 2017 at 7:06 PM, Andreas Sunardi wrote: > Following DeepIntoPharo, I tri