Ciao Ben,

hi Dario,

Reading back through the thread, it seems it works when you start
Pharo one way, but not another way.
Can you report the VM versions for each way..
World menu > System > System Reporter > VM GeneralImage

In the first case ( from Pharo on desktop ): 

-----
/Users/dtr/Desktop/Pharo5.0.app/Contents/Resources/Pharo5.0.image
Pharo5.0
Latest update: #50763
Unnamed

Virtual Machine
---------------
/Users/dtr/Desktop/Pharo5.0.app/Contents/MacOS/Pharo
CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
git@github.com:pharo-project/pharo-vm.git Commit: 06744effac0f0aa3b4b32e17636448f9d51d6707 Date: 2016-09-30 08:40:43 +0200 By: GitHub <noreply@github.com

Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
VMMaker versionString git@github.com:pharo-project/pharo-vm.git Commit: 06744effac0f0aa3b4b32e17636448f9d51d6707 Date: 2016-09-30 08:40:43 +0200 By: GitHub <noreply@github.com
CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016


In the second case ( a specific image into package )

Image
-----
/Users/dtr/Desktop/Pharo5.0.app/Contents/Resources/Pharo5.0-161205.image
Pharo5.0
Latest update: #50763
Unnamed

Virtual Machine
---------------
/Users/dtr/Desktop/Pharo5.0.app/Contents/MacOS/Pharo
CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
git@github.com:pharo-project/pharo-vm.git Commit: 06744effac0f0aa3b4b32e17636448f9d51d6707 Date: 2016-09-30 08:40:43 +0200 By: GitHub <noreply@github.com

Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
VMMaker versionString git@github.com:pharo-project/pharo-vm.git Commit: 06744effac0f0aa3b4b32e17636448f9d51d6707 Date: 2016-09-30 08:40:43 +0200 By: GitHub <noreply@github.com
CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016


In a new Pharo 5.0 folder
 ( following Dimitris command :
mkdir pharo
cd pharo
curl get.pharo.org | bash
./pharo-ui Pharo.image )

Image
-----
/opt/pharo/Pharo.image
Pharo5.0
Latest update: #50764
Unnamed

Virtual Machine
---------------
/opt/pharo/pharo-vm/Pharo.app/Contents/MacOS/Pharo
CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
git@github.com:pharo-project/pharo-vm.git Commit: 06744effac0f0aa3b4b32e17636448f9d51d6707 Date: 2016-09-30 08:40:43 +0200 By: GitHub <noreply@github.com

Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
VMMaker versionString git@github.com:pharo-project/pharo-vm.git Commit: 06744effac0f0aa3b4b32e17636448f9d51d6707 Date: 2016-09-30 08:40:43 +0200 By: GitHub <noreply@github.com
CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016
StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Oct 10 2016



Is one of those ways you start Pharo is using Pharo Launcher?

No, i use Pharo Launcher only for Pharo 4.0.

Not for Pharo 5.0

Thanks,

Dario

In the settings you can point it to a new VM you download.

cheers -ben

On Tue, Dec 6, 2016 at 2:16 AM, Esteban Lorenzano <estebanlm@gmail.com> wrote:

On 5 Dec 2016, at 19:05, Sven Van Caekenberghe <sven@stfx.eu> wrote:

Yes, try this, I think you might be using the wrong VM.

yes :)


On 5 Dec 2016, at 18:41, Dimitris Chloupis <kilon.alios@gmail.com> wrote:

If you go to the applications there is a folder called Utilities and inside it there is a terminal application open it and issue the following commands

mkdir pharo
cd pharo
curl get.pharo.org | bash
./pharo-ui Pharo.image

First command will make folder, second will enter the folder, third will dowload the standard stable version of pharo to the folder, foruth will launch pharo.

Then when pharo opens follow the instruction Esteban gave you to test that Athens works as it should. Do not install anything before testings. Then if everything works proceed and install one thing, only, then test it, then install the next one etc.

Moving step by step will help us pin point your problem

I suspect maybe something went crazy , it happens from time to time in pharo, recently I had a nasty corruption with Pharo 6. If it happens once, its ok , if it happens frequently its a problem.


On Mon, Dec 5, 2016 at 6:35 PM Trussardi Dario Romano <dario.trussardi@tiscali.it> wrote:
Ciao,

Pharo is unable to access a library it needs; this is the native boost plugin which is normally bundled with it (and the cairo lib?)...

Guys, anybody with a mac around there?

Thierry



    thanks Dimitris.

Nativeboost has been removed and been replaced by UFFI, all libraries that used Nativeboost are now using UFFI including the Cairo backend library for Athens.

    OK,             but what i need to do for load UFFI Cairo library

    and for load  the UFFI  library  required by    GitFileTree Pharo support?


    I wrong to install Pharo 5.0 on my MacBookPro with OS X  10.7.5. ?

    If right remember i install Pharo 5.0 from       http://pharo.org/download   link


    Thanks.

    Dario