Pharo on Debian 7
Hi, I tried to load Pharo portable on a Debian. It seems to not work. Anyone can confirm that this is not my config that is broken ? Cheers, -- ~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/
2014-03-20 20:45 GMT+00:00 jannik laval <jannik.laval@gmail.com>:
Hi,
I tried to load Pharo portable on a Debian. It seems to not work. Anyone can confirm that this is not my config that is broken ?
Debian has an older libc than what the pharo binary links to (the Ubuntu one, I guess). Or at least it was so a few weeks ago. Cheers, Sergi
Ok, any solution ? or deb package ? Cheers, Jannik 2014-03-20 22:07 GMT+01:00 Sergi Reyner <sergi.reyner@gmail.com>:
2014-03-20 20:45 GMT+00:00 jannik laval <jannik.laval@gmail.com>:
Hi,
I tried to load Pharo portable on a Debian. It seems to not work. Anyone can confirm that this is not my config that is broken ?
Debian has an older libc than what the pharo binary links to (the Ubuntu one, I guess). Or at least it was so a few weeks ago.
Cheers, Sergi
-- ~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/
2014-03-20 21:16 GMT+00:00 jannik laval <jannik.laval@gmail.com>:
Ok, any solution ? or deb package ?
Cheers, Jannik
I can think of a number of ugly workarounds that defeat the purpose of having a portable package in the first place. Debian was my first choice for my VPS, but I ended up shoving Ubuntu into it after going through the list of available distros and being left with Ubuntu and Gentoo as the only choices with a new enough glibc. I have Gentoo on my desktop but I don´t feel like maintaining it on the server. In the end the real solutions are either: 1- build the Pharo vm against an older glibc (though I´m not sure how, IIUC you need to be able to run Pharo in order to build Pharo), or 2- build a statically linked vm, if possible, in another distro capable of running Pharo (again not sure :D) Cheers, Sergi
On Thu, Mar 20, 2014 at 10:16 PM, jannik laval <jannik.laval@gmail.com> wrote:
Ok, any solution ? or deb package ?
http://files.pharo.org/vm/pharo/linux/debian_ubuntu/ -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Thank you guys, I will try your solutions. Phil, does your tweak works on a 64bits architecture ? Damien, the package you provide is for a i386 architecture. I am downloading the correct iso. Cheers, Jannik 2014-03-21 18:11 GMT+01:00 Damien Cassou <damien.cassou@gmail.com>:
On Thu, Mar 20, 2014 at 10:16 PM, jannik laval <jannik.laval@gmail.com> wrote:
Ok, any solution ? or deb package ?
http://files.pharo.org/vm/pharo/linux/debian_ubuntu/
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
-- ~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/
Jannik, Yes it does. Pure Debian 7. Phil On Fri, Mar 21, 2014 at 9:35 PM, jannik laval <jannik.laval@gmail.com>wrote:
Thank you guys, I will try your solutions. Phil, does your tweak works on a 64bits architecture ?
Damien, the package you provide is for a i386 architecture. I am downloading the correct iso.
Cheers, Jannik
2014-03-21 18:11 GMT+01:00 Damien Cassou <damien.cassou@gmail.com>:
On Thu, Mar 20, 2014 at 10:16 PM, jannik laval <jannik.laval@gmail.com> wrote:
Ok, any solution ? or deb package ?
http://files.pharo.org/vm/pharo/linux/debian_ubuntu/
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
--
~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/
On my blog http://philippeback.be Works with some tweaks. Le 20 mars 2014 21:49, "jannik laval" <jannik.laval@gmail.com> a écrit :
Hi,
I tried to load Pharo portable on a Debian. It seems to not work. Anyone can confirm that this is not my config that is broken ?
Cheers,
--
~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/
Thanks for the instructions Philippe. Just one note: Should be # dpkg --add-architecture i386 and not # dpkg --add architecture i386 Adding a repository could be done with one command: echo "deb http://ftp.debian.org/debian experimental main" >> /etc/apt/sources.list Hernan 2014-03-20 22:31 GMT, phil@highoctane.be <phil@highoctane.be>:
On my blog
Works with some tweaks. Le 20 mars 2014 21:49, "jannik laval" <jannik.laval@gmail.com> a écrit :
Hi,
I tried to load Pharo portable on a Debian. It seems to not work. Anyone can confirm that this is not my config that is broken ?
Cheers,
--
~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/
-- Hernán Morales Institute of Veterinary Genetics. National Scientific and Technical Research Council (CONICET). La Plata (1900), Buenos Aires, Argentina. Telephone: +54 (0221) 421-1799. Internal: 422 Fax: 425-7980 or 421-1799.
participants (5)
-
Damien Cassou -
Hernán Morales Durand -
jannik laval -
phil@highoctane.be -
Sergi Reyner