Fedora 64bits packages needed for Pharo
Hi All, would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ? I need it to teach Parsers with Pharo and SmaCC :) Thanks, Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Hi, I'm not sure if the list is complete, try this: mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 freetype.i686 If you will need some next packages, let us know here. yum whatprovides [file] is your friend :-) -- Pavel 2013/11/18 Goubier Thierry <thierry.goubier@cea.fr>:
Hi All,
would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ?
I need it to teach Parsers with Pharo and SmaCC :)
Thanks,
Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
At least for ubuntu [1] provides a complete setup (not sure how much this will help for your question): https://github.com/pharo-project/pharo-vm/blob/master/scripts/setup-ubuntu.s... On 2013-11-18, at 12:12, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi, I'm not sure if the list is complete, try this:
mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 freetype.i686
If you will need some next packages, let us know here. yum whatprovides [file] is your friend :-)
-- Pavel
2013/11/18 Goubier Thierry <thierry.goubier@cea.fr>:
Hi All,
would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ?
I need it to teach Parsers with Pharo and SmaCC :)
Thanks,
Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
At least I will have the list for ubuntu :) Should be close, but Fedora doesn't seems to have a nice ia32-libs meta-package. Thierry Le 18/11/2013 13:03, Camillo Bruni a écrit :
At least for ubuntu [1] provides a complete setup (not sure how much this will help for your question):
https://github.com/pharo-project/pharo-vm/blob/master/scripts/setup-ubuntu.s...
On 2013-11-18, at 12:12, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi, I'm not sure if the list is complete, try this:
mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 freetype.i686
If you will need some next packages, let us know here. yum whatprovides [file] is your friend :-)
-- Pavel
2013/11/18 Goubier Thierry <thierry.goubier@cea.fr>:
Hi All,
would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ?
I need it to teach Parsers with Pharo and SmaCC :)
Thanks,
Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Ok, I think I'll set up a VirtualBox for Fedora and try from there. Thierry Le 18/11/2013 12:12, Pavel Krivanek a écrit :
Hi, I'm not sure if the list is complete, try this:
mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 freetype.i686
If you will need some next packages, let us know here. yum whatprovides [file] is your friend :-)
-- Pavel
2013/11/18 Goubier Thierry <thierry.goubier@cea.fr>:
Hi All,
would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ?
I need it to teach Parsers with Pharo and SmaCC :)
Thanks,
Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Hi Thierry, This is my list from CentOS 64-bit: yum install libX11.i686 libX11-devel.i686 mesa-libGL.i686 mesa-libGL-devel.i686 libICE.i686 libICE-devel.i686 libSM.i686 In case of fails, verify you have the following: yum install ld-linux.so.2 glibc-devel.i686 glibc-static.i686 glibc-utils.i686 there is no such thing as ia32-libs in RPM Cheers, Hernán El 18/11/2013 7:40, Goubier Thierry escribió:
Hi All,
would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ?
I need it to teach Parsers with Pharo and SmaCC :)
Thanks,
Thierry
Thanks, it is more or less the list I ended up with, some being pulled by dependencies (GLU pulls libGL and X11). Regards, Thierry Le 18/11/2013 16:14, Hernán Morales Durand a écrit :
Hi Thierry,
This is my list from CentOS 64-bit:
yum install libX11.i686 libX11-devel.i686 mesa-libGL.i686 mesa-libGL-devel.i686 libICE.i686 libICE-devel.i686 libSM.i686
In case of fails, verify you have the following:
yum install ld-linux.so.2 glibc-devel.i686 glibc-static.i686 glibc-utils.i686
there is no such thing as ia32-libs in RPM
Cheers,
Hernán
El 18/11/2013 7:40, Goubier Thierry escribió:
Hi All,
would someone have the list of packages one needs to run Pharo on a Fedora 64bits install ?
I need it to teach Parsers with Pharo and SmaCC :)
Thanks,
Thierry
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
participants (4)
-
Camillo Bruni -
Goubier Thierry -
Hernán Morales Durand -
Pavel Krivanek