Hi,
What is the preferred way to install a Pharo vm on Ubuntu? Cheers, Doru -- www.tudorgirba.com "From an abstract enough point of view, any two things are similar." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> What is the preferred way to install a Pharo vm on Ubuntu?
The instructions in the Seaside book should work: http://book.seaside.st/book/advanced/deployment/deployment-apache/install-vm Did you try that? Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Not knowing what to make of Squeak vs. Pharo (or perhaps waiting until there is an Ubuntu package for the Pharo VM), I simply unpacked the vm under ~Software/PharoVM and launch Pharo with a shell script that lists the full path to the vm and the image. Then I added an icon to my Programming menu with the script as an action. If any of that is non-obvious to you, feel free to ask questions.
I have done something similar on Windows for years to avoid the moods and bloat of the Windows Installer, so a script to specify the vm and image struck me as the preferred way to make it work. I have not yet started to run my own services on Linux, and what I am recommending might(??) lead to problems with ownership of the path. Bill -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Lukas Renggli Sent: Saturday, October 31, 2009 8:31 AM To: [hidden email] Subject: Re: [Pharo-project] vm on ubuntu > What is the preferred way to install a Pharo vm on Ubuntu? The instructions in the Seaside book should work: http://book.seaside.st/book/advanced/deployment/deployment-apache/install-vm Did you try that? Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Lukas Renggli
Hmm,
I get the following error: >>>>sudo apt-get install squeak-vm Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package squeak-vm I am running on Ubuntu 8.04.3 LTS. Doru On 31 Oct 2009, at 14:31, Lukas Renggli wrote: >> What is the preferred way to install a Pharo vm on Ubuntu? > > The instructions in the Seaside book should work: > > http://book.seaside.st/book/advanced/deployment/deployment-apache/install-vm > > Did you try that? > > Cheers, > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Every thing has its own flow." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Doru,
My machine is busy with an upgrade to 9.10 as I type, so I won't be able to check this for a while. IIRC, there at least was an entry for Squeak in the package manager. It was perhaps a couple of years ago that I used it; it worked well, but the version of Squeak that was installed was dated even at the time. See the message I just posted about using a shell script for another option. Bill -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Tudor Girba Sent: Saturday, October 31, 2009 8:56 AM To: [hidden email] Subject: Re: [Pharo-project] vm on ubuntu Hmm, I get the following error: >>>>sudo apt-get install squeak-vm Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package squeak-vm I am running on Ubuntu 8.04.3 LTS. Doru On 31 Oct 2009, at 14:31, Lukas Renggli wrote: >> What is the preferred way to install a Pharo vm on Ubuntu? > > The instructions in the Seaside book should work: > > http://book.seaside.st/book/advanced/deployment/deployment-apache/inst > all-vm > > Did you try that? > > Cheers, > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Every thing has its own flow." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Tudor Girba
Tudor,
My office desktop is ubuntu and I've just unzipped the linux download from the Pharo downloads page. I just run the squeak executable directly. The one thing I've had to do though is to set NetNameResolver class>>useOldNetwork to undonditionally return true. I think I am running an 8.0 Ubuntu version (it's hard to tell from home:). Dale ----- "Tudor Girba" <[hidden email]> wrote: | Hmm, | | I get the following error: | >>>>sudo apt-get install squeak-vm | Reading package lists... Done | Building dependency tree | Reading state information... Done | E: Couldn't find package squeak-vm | | I am running on Ubuntu 8.04.3 LTS. | | Doru | | | On 31 Oct 2009, at 14:31, Lukas Renggli wrote: | | >> What is the preferred way to install a Pharo vm on Ubuntu? | > | > The instructions in the Seaside book should work: | > | > | http://book.seaside.st/book/advanced/deployment/deployment-apache/install-vm | > | > Did you try that? | > | > Cheers, | > Lukas | > | > -- | > Lukas Renggli | > http://www.lukas-renggli.ch | > | > _______________________________________________ | > Pharo-project mailing list | > [hidden email] | > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project | | -- | www.tudorgirba.com | | "Every thing has its own flow." | | | | | _______________________________________________ | Pharo-project mailing list | [hidden email] | http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Tudor Girba
Hi Doru: In a wonderful world, you would have latest PharoVM in the Ubuntu repositories and for all Ubuntu verions. In the real world, this is not done. The squeak or Pharo VM that usually are at the repositories are old and not for all Ubuntu versions. Thus, I think the easiest way to install it, is this (as Dale said):
1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip 2) Unzip it somewhere. 3) And then you can just execute VM. Suppose you uncompress the zip in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ Then you can open a terminal an do /home/doru/pharoVM/pharo-vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image Now I notice that it would be better if the executable file is called pharo instead of squeak That's all. Best Mariano On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba <[hidden email]> wrote: Hi, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
mariano
can you check and edit the wiki to have such information clearly stated and visible? Stef On Oct 31, 2009, at 5:44 PM, Mariano Martinez Peck wrote: > Hi Doru: In a wonderful world, you would have latest PharoVM in the > Ubuntu repositories and for all Ubuntu verions. In the real world, > this is not done. The squeak or Pharo VM that usually are at the > repositories are old and not for all Ubuntu versions. Thus, I think > the easiest way to install it, is this (as Dale said): > > 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip > 2) Unzip it somewhere. > 3) And then you can just execute VM. Suppose you uncompress the zip > in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ > Then you can open a terminal an do /home/doru/pharoVM/pharo- > vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image > > Now I notice that it would be better if the executable file is > called pharo instead of squeak > > That's all. > > Best > > Mariano > > On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba <[hidden email]> > wrote: > Hi, > > What is the preferred way to install a Pharo vm on Ubuntu? > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "From an abstract enough point of view, any two things are similar." > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Sat, Oct 31, 2009 at 1:46 PM, Stéphane Ducasse <[hidden email]> wrote: mariano Of course I can. I couldn't find a suitable wiki page for that. Did you? if not, I will create one. Best regards, Mariano Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Stéphane Ducasse
On Sat, Oct 31, 2009 at 1:46 PM, Stéphane Ducasse <[hidden email]> wrote: mariano I forgot to said that most of this information (and more) is explained in the README.txt file. cheers Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
Agreed that naming it Pharo would be better, but the
name is of less interest to me than the vm sources. If there are
Pharo-specific changes, I do not see them anywere??
Bill
From: [hidden email] [mailto:[hidden email]] On Behalf Of Mariano Martinez Peck Sent: Saturday, October 31, 2009 11:44 AM To: [hidden email] Subject: Re: [Pharo-project] vm on ubuntu 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip 2) Unzip it somewhere. 3) And then you can just execute VM. Suppose you uncompress the zip in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ Then you can open a terminal an do /home/doru/pharoVM/pharo-vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image Now I notice that it would be better if the executable file is called pharo instead of squeak That's all. Best Mariano On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba <[hidden email]>
wrote: Hi, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
Thanks a lot for the extensive replies :)
Cheers, Doru On 31 Oct 2009, at 18:07, Mariano Martinez Peck wrote: > > > On Sat, Oct 31, 2009 at 1:46 PM, Stéphane Ducasse <[hidden email] > > wrote: > mariano > > can you check and edit the wiki to have such information clearly > stated and visible? > > > I forgot to said that most of this information (and more) is > explained in the README.txt file. > > cheers > > Stef > On Oct 31, 2009, at 5:44 PM, Mariano Martinez Peck wrote: > > > Hi Doru: In a wonderful world, you would have latest PharoVM in the > > Ubuntu repositories and for all Ubuntu verions. In the real world, > > this is not done. The squeak or Pharo VM that usually are at the > > repositories are old and not for all Ubuntu versions. Thus, I think > > the easiest way to install it, is this (as Dale said): > > > > 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip > > 2) Unzip it somewhere. > > 3) And then you can just execute VM. Suppose you uncompress the zip > > in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ > > Then you can open a terminal an do /home/doru/pharoVM/pharo- > > vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image > > > > Now I notice that it would be better if the executable file is > > called pharo instead of squeak > > > > That's all. > > > > Best > > > > Mariano > > > > On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba <[hidden email]> > > wrote: > > Hi, > > > > What is the preferred way to install a Pharo vm on Ubuntu? > > > > Cheers, > > Doru > > > > > > -- > > www.tudorgirba.com > > > > "From an abstract enough point of view, any two things are similar." > > > > > > > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "One cannot do more than one can do." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi again,
I downloaded the pharo-vm-0.15.2d-linux, unzipped it, but when I try to launch the squeak executable (both alone and with an image as parameter) it tells me: No such file or directory This is a bit strange because the squeak executable is there and with the correct rights: -rwxr-xr-x 1 root root 597660 Apr 8 2009 squeak Does anybody have any idea about what the problem could be? Cheers, Doru On 1 Nov 2009, at 20:02, Tudor Girba wrote: > Thanks a lot for the extensive replies :) > > Cheers, > Doru > > > On 31 Oct 2009, at 18:07, Mariano Martinez Peck wrote: > >> >> >> On Sat, Oct 31, 2009 at 1:46 PM, Stéphane Ducasse <[hidden email] >> > wrote: >> mariano >> >> can you check and edit the wiki to have such information clearly >> stated and visible? >> >> >> I forgot to said that most of this information (and more) is >> explained in the README.txt file. >> >> cheers >> >> Stef >> On Oct 31, 2009, at 5:44 PM, Mariano Martinez Peck wrote: >> >> > Hi Doru: In a wonderful world, you would have latest PharoVM in the >> > Ubuntu repositories and for all Ubuntu verions. In the real world, >> > this is not done. The squeak or Pharo VM that usually are at the >> > repositories are old and not for all Ubuntu versions. Thus, I think >> > the easiest way to install it, is this (as Dale said): >> > >> > 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip >> > 2) Unzip it somewhere. >> > 3) And then you can just execute VM. Suppose you uncompress the zip >> > in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ >> > Then you can open a terminal an do /home/doru/pharoVM/pharo- >> > vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image >> > >> > Now I notice that it would be better if the executable file is >> > called pharo instead of squeak >> > >> > That's all. >> > >> > Best >> > >> > Mariano >> > >> > On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba >> <[hidden email]> >> > wrote: >> > Hi, >> > >> > What is the preferred way to install a Pharo vm on Ubuntu? >> > >> > Cheers, >> > Doru >> > >> > >> > -- >> > www.tudorgirba.com >> > >> > "From an abstract enough point of view, any two things are >> similar." >> > >> > >> > >> > >> > _______________________________________________ >> > Pharo-project mailing list >> > [hidden email] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > >> > _______________________________________________ >> > Pharo-project mailing list >> > [hidden email] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > -- > www.tudorgirba.com > > "One cannot do more than one can do." > > > -- www.tudorgirba.com "Be rather willing to give than demanding to get." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
If you're on 64-bit linux, I think that's what I got when I tried to
execute a 32bit VM once. The README.txt contains info on what to do in that case, iirc. Cheers, Henry On Nov 2, 2009, at 12:44 36PM, Tudor Girba wrote: > Hi again, > > I downloaded the pharo-vm-0.15.2d-linux, unzipped it, but when I try > to launch the squeak executable (both alone and with an image as > parameter) it tells me: No such file or directory > > This is a bit strange because the squeak executable is there and with > the correct rights: > -rwxr-xr-x 1 root root 597660 Apr 8 2009 squeak > > Does anybody have any idea about what the problem could be? > > Cheers, > Doru > > > On 1 Nov 2009, at 20:02, Tudor Girba wrote: > >> Thanks a lot for the extensive replies :) >> >> Cheers, >> Doru >> >> >> On 31 Oct 2009, at 18:07, Mariano Martinez Peck wrote: >> >>> >>> >>> On Sat, Oct 31, 2009 at 1:46 PM, Stéphane Ducasse <[hidden email] >>>> wrote: >>> mariano >>> >>> can you check and edit the wiki to have such information clearly >>> stated and visible? >>> >>> >>> I forgot to said that most of this information (and more) is >>> explained in the README.txt file. >>> >>> cheers >>> >>> Stef >>> On Oct 31, 2009, at 5:44 PM, Mariano Martinez Peck wrote: >>> >>>> Hi Doru: In a wonderful world, you would have latest PharoVM in the >>>> Ubuntu repositories and for all Ubuntu verions. In the real world, >>>> this is not done. The squeak or Pharo VM that usually are at the >>>> repositories are old and not for all Ubuntu versions. Thus, I think >>>> the easiest way to install it, is this (as Dale said): >>>> >>>> 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip >>>> 2) Unzip it somewhere. >>>> 3) And then you can just execute VM. Suppose you uncompress the zip >>>> in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ >>>> Then you can open a terminal an do /home/doru/pharoVM/pharo- >>>> vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image >>>> >>>> Now I notice that it would be better if the executable file is >>>> called pharo instead of squeak >>>> >>>> That's all. >>>> >>>> Best >>>> >>>> Mariano >>>> >>>> On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba >>> <[hidden email]> >>>> wrote: >>>> Hi, >>>> >>>> What is the preferred way to install a Pharo vm on Ubuntu? >>>> >>>> Cheers, >>>> Doru >>>> >>>> >>>> -- >>>> www.tudorgirba.com >>>> >>>> "From an abstract enough point of view, any two things are >>> similar." >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> -- >> www.tudorgirba.com >> >> "One cannot do more than one can do." >> >> >> > > -- > www.tudorgirba.com > > "Be rather willing to give than demanding to get." > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Indeed, I realized afterwards that this might be a problem.
However, I tried to install the 32 compatibility library as said in the README.txt, but it did not work because it did not find any "ia32- libs". I then tried sudo apt-get update and it managed to load ia32-libs. It now seems to run something :) Thanks, Doru On 2 Nov 2009, at 13:11, Henrik Johansen wrote: > If you're on 64-bit linux, I think that's what I got when I tried to > execute a 32bit VM once. > The README.txt contains info on what to do in that case, iirc. > > Cheers, > Henry > > > On Nov 2, 2009, at 12:44 36PM, Tudor Girba wrote: > >> Hi again, >> >> I downloaded the pharo-vm-0.15.2d-linux, unzipped it, but when I try >> to launch the squeak executable (both alone and with an image as >> parameter) it tells me: No such file or directory >> >> This is a bit strange because the squeak executable is there and with >> the correct rights: >> -rwxr-xr-x 1 root root 597660 Apr 8 2009 squeak >> >> Does anybody have any idea about what the problem could be? >> >> Cheers, >> Doru >> >> >> On 1 Nov 2009, at 20:02, Tudor Girba wrote: >> >>> Thanks a lot for the extensive replies :) >>> >>> Cheers, >>> Doru >>> >>> >>> On 31 Oct 2009, at 18:07, Mariano Martinez Peck wrote: >>> >>>> >>>> >>>> On Sat, Oct 31, 2009 at 1:46 PM, Stéphane Ducasse <[hidden email] >>>>> wrote: >>>> mariano >>>> >>>> can you check and edit the wiki to have such information clearly >>>> stated and visible? >>>> >>>> >>>> I forgot to said that most of this information (and more) is >>>> explained in the README.txt file. >>>> >>>> cheers >>>> >>>> Stef >>>> On Oct 31, 2009, at 5:44 PM, Mariano Martinez Peck wrote: >>>> >>>>> Hi Doru: In a wonderful world, you would have latest PharoVM in >>>>> the >>>>> Ubuntu repositories and for all Ubuntu verions. In the real world, >>>>> this is not done. The squeak or Pharo VM that usually are at the >>>>> repositories are old and not for all Ubuntu versions. Thus, I >>>>> think >>>>> the easiest way to install it, is this (as Dale said): >>>>> >>>>> 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip >>>>> 2) Unzip it somewhere. >>>>> 3) And then you can just execute VM. Suppose you uncompress the >>>>> zip >>>>> in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ >>>>> Then you can open a terminal an do /home/doru/pharoVM/pharo- >>>>> vm-0.15.2d-linux/squeak /home/doru/pharo-images/myxxximage.image >>>>> >>>>> Now I notice that it would be better if the executable file is >>>>> called pharo instead of squeak >>>>> >>>>> That's all. >>>>> >>>>> Best >>>>> >>>>> Mariano >>>>> >>>>> On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba >>>> <[hidden email]> >>>>> wrote: >>>>> Hi, >>>>> >>>>> What is the preferred way to install a Pharo vm on Ubuntu? >>>>> >>>>> Cheers, >>>>> Doru >>>>> >>>>> >>>>> -- >>>>> www.tudorgirba.com >>>>> >>>>> "From an abstract enough point of view, any two things are >>>> similar." >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- >>>>> project >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- >>>>> project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> -- >>> www.tudorgirba.com >>> >>> "One cannot do more than one can do." >>> >>> >>> >> >> -- >> www.tudorgirba.com >> >> "Be rather willing to give than demanding to get." >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thanks Doru.
Damien: I updated the README.txt with the Doru's experience. I just add: "You may have an error saying that it did not find any "ia32-libs" package. In that case, you can try: sudo apt-get update" I attach the new version of the README.txt. Would you mind putting it in the next LinuxVM zip of the website download? Best, Mariano On Mon, Nov 2, 2009 at 9:39 AM, Tudor Girba <[hidden email]> wrote: Indeed, I realized afterwards that this might be a problem. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project README.txt (2K) Download Attachment |
On Tue, Nov 3, 2009 at 3:13 AM, Mariano Martinez Peck
<[hidden email]> wrote: > Damien: I updated the README.txt with the Doru's experience. I just add: > > "You may have an error saying that it did not find any "ia32-libs" package. > In that case, you can try: > > sudo apt-get update" > > I attach the new version of the README.txt. Would you mind putting it in the > next LinuxVM zip of the website download? done. Thank you -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Are there any changes to the vm itself (or plugins)?
-----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Damien Cassou Sent: Tuesday, November 03, 2009 11:27 AM To: Mariano Martinez Peck Cc: [hidden email] Subject: Re: [Pharo-project] vm on ubuntu On Tue, Nov 3, 2009 at 3:13 AM, Mariano Martinez Peck <[hidden email]> wrote: > Damien: I updated the README.txt with the Doru's experience. I just add: > > "You may have an error saying that it did not find any "ia32-libs" package. > In that case, you can try: > > sudo apt-get update" > > I attach the new version of the README.txt. Would you mind putting it > in the next LinuxVM zip of the website download? done. Thank you -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Schwab,Wilhelm K
2009/10/31 Schwab,Wilhelm K <[hidden email]>
+1 This was discussed in another thread, but I cannot find it right now. It would be VERY useful to have VM sources uploaded to the webpage. The problem is I don't know where to get the VM sources neither the plugins. I know a lot of people that stands "I won't put something in production if I cannot build it by myself". So, having the sources in the webpage is something good I think. Cheers Mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
The vm sources are in svn. You want them snapshotted in a zip?
Perhaps just a link to the vm web page would do. Cheers mike On Tuesday, November 3, 2009, Mariano Martinez Peck <[hidden email]> wrote: > > > 2009/10/31 Schwab,Wilhelm K <[hidden email] <javascript:_e({}, 'cvml', '[hidden email]');>> > > > > > > > Agreed that naming it Pharo would be better, but the > name is of less interest to me than the vm sources. If there are > Pharo-specific changes, I do not see them anywere?? > > +1 This was discussed in another thread, but I cannot find it right now. It would be VERY useful to have VM sources uploaded to the webpage. The problem is I don't know where to get the VM sources neither the plugins. > > I know a lot of people that stands "I won't put something in production if I cannot build it by myself". So, having the sources in the webpage is something good I think. > > Cheers > > Mariano > > > Bill > > > > From: > [hidden email] > [mailto:[hidden email]] On Behalf Of Mariano > Martinez Peck > Sent: Saturday, October 31, 2009 11:44 AM > To: > [hidden email] > Subject: Re: [Pharo-project] vm on > ubuntu > > > Hi Doru: In a wonderful world, you would have latest PharoVM in the > Ubuntu repositories and for all Ubuntu verions. In the real world, this is not > done. The squeak or Pharo VM that usually are at the repositories are old and > not for all Ubuntu versions. Thus, I think the easiest way to install it, is > this (as Dale said): > > 1) Download the VM from here http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip > > 2) Unzip it somewhere. > 3) And then you can just execute VM. Suppose you > uncompress the zip in /home/doru/pharoVM/pharo-vm-0.15.2d-linux/ > Then you > can open a terminal an do /home/doru/pharoVM/pharo-vm-0.15.2d-linux/squeak > /home/doru/pharo-images/myxxximage.image > > Now I notice that it > would be better if the executable file is called pharo instead of > squeak > > That's all. > > Best > > Mariano > > On Sat, Oct 31, 2009 at 9:09 AM, Tudor Girba <[hidden email] <javascript:_e({}, 'cvml', '[hidden email]');>> > wrote: > Hi, > > What > is the preferred way to install a Pharo vm on > Ubuntu? > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "From an abstract enough point of > view, any two things are > similar." > > > > > _______________________________________________ > Pharo-project > mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |