Please try to reproduce this bug
Can you please try to reproduce this bug: 1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse you get a "PharoV20.sources does not exist." error message. You can't escape. Please write your findings in https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when.... For me, it looks like the problem is in MCPackage>>snapshot -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
I had this issue in many different situations in 2.0 late last week. Solved it by reverting to the get.pharo.org/20+vm instead of the ubuntu one. Thierry Le 07/10/2013 10:12, Damien Cassou a écrit :
Can you please try to reproduce this bug:
1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse
you get a "PharoV20.sources does not exist." error message. You can't escape.
Please write your findings in https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when....
For me, it looks like the problem is in MCPackage>>snapshot
-- 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
In short: does not happens if you use the get.pharo.org vm. Happens if you use the ubuntu pharo ppa. (ubuntu 13.04 64bits) Thierry Le 07/10/2013 10:12, Damien Cassou a écrit :
Can you please try to reproduce this bug:
1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse
you get a "PharoV20.sources does not exist." error message. You can't escape.
Please write your findings in https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when....
For me, it looks like the problem is in MCPackage>>snapshot
-- 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
I just tried on Windows with: http://files.pharo.org/platform/Pharo2.0-win.zip and it works fine. Doru On Mon, Oct 7, 2013 at 11:04 AM, Goubier Thierry <thierry.goubier@cea.fr>wrote:
In short:
does not happens if you use the get.pharo.org vm.
Happens if you use the ubuntu pharo ppa.
(ubuntu 13.04 64bits)
Thierry
Le 07/10/2013 10:12, Damien Cassou a écrit :
Can you please try to reproduce this bug:
1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse
you get a "PharoV20.sources does not exist." error message. You can't escape.
Please write your findings in https://pharo.fogbugz.com/f/**cases/11803/PharoV20-sources-** does-not-exist-when-browsing-**with-Monticello<https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when...> .
For me, it looks like the problem is in MCPackage>>snapshot
-- 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
-- www.tudorgirba.com "Every thing has its own flow"
I have a lot of issues that this or like this. I get the sources problem as well as images I work for some time tell me that my working directory doesn't exist. I need to save and reopen the image to be able to do anything. Norbert Am 07.10.2013 um 10:12 schrieb Damien Cassou <damien.cassou@gmail.com>:
Can you please try to reproduce this bug:
1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse
you get a "PharoV20.sources does not exist." error message. You can't escape.
Please write your findings in https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when....
For me, it looks like the problem is in MCPackage>>snapshot
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Mon, Oct 7, 2013 at 11:21 AM, Norbert Hartl <norbert@hartl.name> wrote:
I have a lot of issues that this or like this. I get the sources problem as well as images I work for some time tell me that my working directory doesn't exist. I need to save and reopen the image to be able to do anything.
do you use the Ubuntu PPA? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
BTW, I had issues w/ ppa this week end during a Hackathon. I wanted my teammate to install pharo on his Wheezy 7 Debian and it failed. Now, we had to enable multiarch to get things running. Pretty out of reach for basic users. As I had to put stuff on a Wheezy 7 server down the line, the get.pharo.orgthing worked better as I had no admin rights. Phil On Tue, Oct 8, 2013 at 9:18 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
On Mon, Oct 7, 2013 at 11:21 AM, Norbert Hartl <norbert@hartl.name> wrote:
I have a lot of issues that this or like this. I get the sources problem as well as images I work for some time tell me that my working directory doesn't exist. I need to save and reopen the image to be able to do anything.
do you use the Ubuntu PPA?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On 8 October 2013 11:40, phil@highoctane.be <phil@highoctane.be> wrote:
BTW, I had issues w/ ppa this week end during a Hackathon. I wanted my teammate to install pharo on his Wheezy 7 Debian and it failed.
Now, we had to enable multiarch to get things running. Pretty out of reach for basic users.
Sorry for no pun, but using some exotic unix distros makes many things out of reach for not just basic, but even expert users. Even more, i cannot call user who installed some rare unix distro on his machine such as "Wheezy 7" the 'basic' one. Basic users don't even know it exists. (or.. well, at least i am completely ignorant of its existence, despite i feel far from being just basic user). As I had to put stuff on a Wheezy 7 server down the line, the get.pharo.orgthing worked better as I had no admin rights.
Phil
-- Best regards, Igor Stasenko.
On Tue, Oct 8, 2013 at 11:40 AM, phil@highoctane.be <phil@highoctane.be> wrote:
BTW, I had issues w/ ppa this week end during a Hackathon. I wanted my teammate to install pharo on his Wheezy 7 Debian and it failed.
what did you try? If you tried my PPA, then this was a bad idea. The PPA is for Ubuntu only. If someone wants to push Pharo to Debian, I can help.
Now, we had to enable multiarch to get things running. Pretty out of reach for basic users.
multiarch is enabled by default on Debian. And I can't imagine someone using Debian be named a "basic user" :-).
As I had to put stuff on a Wheezy 7 server down the line, the get.pharo.org thing worked better as I had no admin rights.
For sure! -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Ouch, this bug is really annoying :( I really feel like I should remove the pharo ppa from my system... I'm hitting it regularly because there are some leftovers configs using it. Hits me when trying to push a big slice to PharoInbox, had to quit and restart the save process. Twice :( Thierry Le 07/10/2013 10:12, Damien Cassou a écrit :
Can you please try to reproduce this bug:
1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse
you get a "PharoV20.sources does not exist." error message. You can't escape.
Please write your findings in https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when....
For me, it looks like the problem is in MCPackage>>snapshot
-- 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
Wheezy is the official debian 7. On Tuesday, October 8, 2013, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Ouch, this bug is really annoying :(
I really feel like I should remove the pharo ppa from my system... I'm hitting it regularly because there are some leftovers configs using it.
Hits me when trying to push a big slice to PharoInbox, had to quit and restart the save process. Twice :(
Thierry
Le 07/10/2013 10:12, Damien Cassou a écrit :
Can you please try to reproduce this bug:
1- Open a fresh Pharo 2.0 2- Open Monticello 3- Select the package AST-Core 4- Click browse
you get a "PharoV20.sources does not exist." error message. You can't
escape.
Please write your findings in
https://pharo.fogbugz.com/f/cases/11803/PharoV20-sources-does-not-exist-when... .
For me, it looks like the problem is in MCPackage>>snapshot
-- 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
-- --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:phil@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Pharo Consortium Member - http://consortium.pharo.org/ Featured on the Software Process and Measurement Cast - http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller
On Tue, Oct 8, 2013 at 1:07 PM, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Ouch, this bug is really annoying :(
I know. Please update from the PPA and tell me if the new version fixes the problem for you. It does for me. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (6)
-
Damien Cassou -
Goubier Thierry -
Igor Stasenko -
Norbert Hartl -
phil@highoctane.be -
Tudor Girba