I have a new computer and installed Ubuntu 14.10 on it. When I tried to install Pharo using the PPA instructions, it failed. I get the following message when executing "sudo apt-get update": W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-amd64/... 404 Not Found W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-i386/P... 404 Not Found I was able to get Pharo running with the Zeroconf script, but I thought I'd report that the standard thing didn't work. Is it just that a binary doesn't yet exist for 14.10. Cheers, Jeff -- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
On Mon, Jan 26, 2015 at 09:41:00AM -0500, J.F. Rick wrote:
I have a new computer and installed Ubuntu 14.10 on it. When I tried to install Pharo using the PPA instructions, it failed. I get the following message when executing "sudo apt-get update":
W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-amd64/... 404 Not Found W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-i386/P... 404 Not Found
I was able to get Pharo running with the Zeroconf script, but I thought I'd report that the standard thing didn't work. Is it just that a binary doesn't yet exist for 14.10.
yes, utopic unicorn isn't supported, yet. i guess, only 'lts' editions/versions would be supported! ~mayuresh
On 2015-01-26 15:41, J.F. Rick wrote:
I have a new computer and installed Ubuntu 14.10 on it. When I tried to install Pharo using the PPA instructions, it failed. I get the following message when executing "sudo apt-get update":
W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-amd64/... [1] 404 Not Found W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-i386/P... [2] 404 Not Found
I was able to get Pharo running with the Zeroconf script, but I thought I'd report that the standard thing didn't work. Is it just that a binary doesn't yet exist for 14.10.
I'll check that this week, I guess I just have to update my build scripts to include utopic as a target. I thought I've been there and done that, but being on 14.04 myself, I didn't have the oppurtunity to check. Best regards, Markus
Le 27 janvier 2015 11:40:48 CET, Markus Fritsche <mfritsche@reauktion.de> a écrit :
On 2015-01-26 15:41, J.F. Rick wrote:
I have a new computer and installed Ubuntu 14.10 on it. When I tried to install Pharo using the PPA instructions, it failed. I get the following message when executing "sudo apt-get update":
W: Failed to fetch
http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-amd64/...
[1] 404 Not Found W: Failed to fetch
http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-i386/P...
[2] 404 Not Found
I was able to get Pharo running with the Zeroconf script, but I thought I'd report that the standard thing didn't work. Is it just that a binary doesn't yet exist for 14.10.
I'll check that this week, I guess I just have to update my build scripts to include utopic as a target.
I thought I've been there and done that, but being on 14.04 myself, I didn't have the oppurtunity to check.
Markus, please update the stable repository and remove the unstable one
Hi, https://ci.inria.fr/pharo-contribution/job/PharoLauncherFinalUserImage/lastS... as used in the script for the Pharo Launcher throws a 404 - what's the proper new address? Best regards, Markus On 28.01.2015 21:22, Damien Cassou wrote:
Le 27 janvier 2015 11:40:48 CET, Markus Fritsche <mfritsche@reauktion.de> a écrit :
On 2015-01-26 15:41, J.F. Rick wrote:
I have a new computer and installed Ubuntu 14.10 on it. When I tried to install Pharo using the PPA instructions, it failed. I get the following message when executing "sudo apt-get update":
W: Failed to fetch
http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-amd64/...
[1] 404 Not Found W: Failed to fetch
http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-i386/P...
[2] 404 Not Found I was able to get Pharo running with the Zeroconf script, but I thought I'd report that the standard thing didn't work. Is it just that a binary doesn't yet exist for 14.10. I'll check that this week, I guess I just have to update my build scripts to include utopic as a target.
I thought I've been there and done that, but being on 14.04 myself, I didn't have the oppurtunity to check.
Markus, please update the stable repository and remove the unstable one
Markus Fritsche writes:
Hi,
https://ci.inria.fr/pharo-contribution/job/PharoLauncherFinalUserImage/lastS...
as used in the script for the Pharo Launcher throws a 404 - what's the proper new address?
launcher: http://files.pharo.org/platform/launcher/blessed/ vm: http://files.pharo.org/vm/src/vm-unix-sources/blessed Best -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
Hi Damien, I updated the pharo launcher with the sources from http://files.pharo.org/platform/launcher/blessed/PharoLauncher-user-0.2.2-20... and get a walkback during startup: Author: MarkusFritsche Date: 2015-02-10T19:28:38.179496+01:00 ByteString(Object)>>doesNotUnderstand: #asLegalSelector PhLLaunchImageCommand class(PhLCommand class)>>specId ByteSymbol(Symbol)>>value: Array(SequenceableCollection)>>collect: PhLCommandToolbar>>commandClasses: PhLTitledTreeModel>>toolbarCommandClasses: PharoLauncher>>initializeImageAndTemplates [ self initializeImageAndTemplates ] in PharoLauncher>>initializeWidgets BlockClosure>>cull: BlockClosure>>cull:cull: [ action cull: anAnnouncement cull: announcer ] in AnnouncementSubscription>>deliver: BlockClosure>>on:do: BlockClosure>>on:fork: AnnouncementSubscription>>deliver: [ subscription deliver: anAnnouncement ] in SubscriptionRegistry>>deliver:to:startingAt: BlockClosure>>ifCurtailed: SubscriptionRegistry>>deliver:to:startingAt: SubscriptionRegistry>>deliver:to: SubscriptionRegistry>>deliver: Announcer>>announce:
Markus Fritsche writes:
Hi Damien,
I updated the pharo launcher with the sources from http://files.pharo.org/platform/launcher/blessed/PharoLauncher-user-0.2.2-20... and get a walkback during startup:
Author: MarkusFritsche Date: 2015-02-10T19:28:38.179496+01:00
ByteString(Object)>>doesNotUnderstand: #asLegalSelector
I fixed that in v0.2.2, but CI is down. We have to wait a bit. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
On 28.01.2015 21:22, Damien Cassou wrote:
Markus, please update the stable repository and remove the unstable one
Unfortunately, my first shot didn't work. I need to sort out the error on pharo launcher (stack trace in another message to this list) and give it another shot once that's done. Best regards, Markus
Hi Markus, ByteString(Object)>>doesNotUnderstand: #asLegalSelector this method was removed in pharo 40165 (13754 <https://pharo.fogbugz.com/default.asp?13754> cleaning strings API) Maybe we have to reinclude it again. Or, I don't know exactly for what it is used in PharoLauncher, maybe we can use something else. nicolai 2015-02-10 19:34 GMT+01:00 Markus Fritsche <mfritsche@reauktion.de>:
On 28.01.2015 21:22, Damien Cassou wrote:
Markus, please update the stable repository and remove the unstable one
Unfortunately, my first shot didn't work.
I need to sort out the error on pharo launcher (stack trace in another message to this list) and give it another shot once that's done.
Best regards, Markus
Would be good because programmers are like gaz they use the complete space :) Le 10/2/15 20:44, Nicolai Hess a écrit :
Hi Markus, ByteString(Object)>>doesNotUnderstand: #asLegalSelector
this method was removed in pharo 40165 (13754 <https://pharo.fogbugz.com/default.asp?13754> cleaning strings API)
Maybe we have to reinclude it again. Or, I don't know exactly for what it is used in PharoLauncher, maybe we can use something else.
nicolai
2015-02-10 19:34 GMT+01:00 Markus Fritsche <mfritsche@reauktion.de <mailto:mfritsche@reauktion.de>>:
On 28.01.2015 21:22, Damien Cassou wrote: > > Markus, please update the stable repository and remove the unstable one > > Unfortunately, my first shot didn't work.
I need to sort out the error on pharo launcher (stack trace in another message to this list) and give it another shot once that's done.
Best regards, Markus
J.F. Rick writes:
I have a new computer and installed Ubuntu 14.10 on it. When I tried to install Pharo using the PPA instructions, it failed. I get the following message when executing "sudo apt-get update":
W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-amd64/... 404 Not Found W: Failed to fetch http://ppa.launchpad.net/pharo/stable/ubuntu/dists/utopic/main/binary-i386/P... 404 Not Found
I was able to get Pharo running with the Zeroconf script, but I thought I'd report that the standard thing didn't work. Is it just that a binary doesn't yet exist for 14.10.
please try https://launchpad.net/~pharo/+archive/ubuntu/unstable Nevertheless, I'm not the maintainer anymore, Markus Fritsche is. Contact him directly in case of trouble. If you have trouble with Ubuntu packages, I typically advise people to use the Nix package system (it works on any Unix). Pharo is packaged and maintained there: http://nixos.org/nix/ -- 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 -
J.F. Rick -
Markus Fritsche -
Mayuresh Kathe -
Nicolai Hess -
stepharo