[Pharo-project] something wrong with get.pharo.org
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine :( i have curl ^^, coz how else i could see that message! :) -- Best regards, Igor Stasenko.
Work for me :( Ben On May 6, 2013, at 4:42 AM, Igor Stasenko <siguctua@gmail.com> wrote:
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
:(
i have curl ^^, coz how else i could see that message! :)
-- Best regards, Igor Stasenko.
On 06 May 2013, at 04:42, Igor Stasenko <siguctua@gmail.com> wrote:
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
:(
i have curl ^^, coz how else i could see that message! :)
-- Best regards, Igor Stasenko.
That is indeed a funny message ;-)
On 2013-05-06, at 07:18, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 06 May 2013, at 04:42, Igor Stasenko <siguctua@gmail.com> wrote:
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
:(
i have curl ^^, coz how else i could see that message! :)
it basically does only which wget which curl I assume they work, but what do you get back as a result?
BTW, I installed MinGW for a test on windows. Obviously there is no curl in there out of the box. What would be your recommendation for getting a curl version compatible w/ that? Phil 2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 07:18, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 06 May 2013, at 04:42, Igor Stasenko <siguctua@gmail.com> wrote:
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
:(
i have curl ^^, coz how else i could see that message! :)
it basically does only
which wget which curl
I assume they work, but what do you get back as a result?
On 2013-05-06, at 11:40, "phil@highoctane.be" <phil@highoctane.be> wrote:
BTW, I installed MinGW for a test on windows.
Obviously there is no curl in there out of the box.
What would be your recommendation for getting a curl version compatible w/ that?
wget should work :) (this is what we use on the ci servers): wget -O - get.pharo.org/20+vm | bash
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
ok fixed it in the latest version of zeroconf. The following detection does not work with a redirect :) if [[ `which curl &> /dev/null` ]] ...
There is no wget nor curl in the base MinGW distribution. Philippe@DELLGFX ~ $ which wget which: wget: unknown command Philippe@DELLGFX ~ $ which curl which: curl: unknown command You either compiled, downloaded, or had it from somewhere else on the box. So, which one is recommended? Phil 2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 11:40, "phil@highoctane.be" <phil@highoctane.be> wrote:
BTW, I installed MinGW for a test on windows.
Obviously there is no curl in there out of the box.
What would be your recommendation for getting a curl version compatible w/ that?
wget should work :) (this is what we use on the ci servers):
wget -O - get.pharo.org/20+vm | bash
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
ok fixed it in the latest version of zeroconf. The following detection does not work with a redirect :)
if [[ `which curl &> /dev/null` ]] ...
On 2013-05-06, at 13:14, "phil@highoctane.be" <phil@highoctane.be> wrote:
There is no wget nor curl in the base MinGW distribution.
Philippe@DELLGFX ~ $ which wget which: wget: unknown command
Philippe@DELLGFX ~ $ which curl which: curl: unknown command
You either compiled, downloaded, or had it from somewhere else on the box.
yes mingw sucks a bit in that matter. to install wget run the following magic: mingw-get install msys-wget
Thanks, the incantation worked. Question: get.pharo.org/vmThis script downloads the latest Pharo VM. get.pharo.org/vmLatestThis script downloads the latest Pharo VM. Why are they both "latest" in the description? Phil 2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 13:14, "phil@highoctane.be" <phil@highoctane.be> wrote:
There is no wget nor curl in the base MinGW distribution.
Philippe@DELLGFX ~ $ which wget which: wget: unknown command
Philippe@DELLGFX ~ $ which curl which: curl: unknown command
You either compiled, downloaded, or had it from somewhere else on the box.
yes mingw sucks a bit in that matter. to install wget run the following magic:
mingw-get install msys-wget
On 2013-05-06, at 13:42, "phil@highoctane.be" <phil@highoctane.be> wrote:
Thanks, the incantation worked.
Question:
get.pharo.org/vmThis script downloads the latest Pharo VM. get.pharo.org/vmLatestThis script downloads the latest Pharo VM.
Why are they both "latest" in the description?
laziness :D, should update it...
2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 13:14, "phil@highoctane.be" <phil@highoctane.be> wrote:
There is no wget nor curl in the base MinGW distribution.
Philippe@DELLGFX ~ $ which wget which: wget: unknown command
Philippe@DELLGFX ~ $ which curl which: curl: unknown command
You either compiled, downloaded, or had it from somewhere else on the box.
yes mingw sucks a bit in that matter. to install wget run the following magic:
mingw-get install msys-wget
Ah, spoke too fast: Philippe@DELLGFX /d/DevSmalltalk/workspacePharo20 $ wget -O- get.pharo.org/vm | bash --2013-05-06 13:41:06-- http://get.pharo.org/vm Resolving get.pharo.org... 108.162.196.47, 108.162.197.47 Connecting to get.pharo.org|108.162.196.47|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: `STDOUT' [ <=> ] 5,275 22.3K/s in 0.2s 2013-05-06 13:41:08 (22.3 KB/s) - written to stdout [5275] Downloading the latest pharoVM: http://files.pharo.org/vm/pharo/win/pharo-win-stable.zip bash: line 75: unzip: command not found One needs unzip as well... mingw-get install msys-unzip did the trick. An annoying thing is that on a failed install, the pharo-vm folder isn't trashed without further ado but we get: ... 2013-05-06 13:44:20 (1.20 MB/s) - written to stdout [5275] Downloading the latest pharoVM: http://files.pharo.org/vm/pharo/win/pharo-win-stable.zip mkdir: cannot create directory `pharo-vm': File exists Philippe@DELLGFX /d/DevSmalltalk/workspacePharo20 $ ls pharo-vm Philippe@DELLGFX /d/DevSmalltalk/workspacePharo20 $ rm -rf pharo-vm Then it is all right (but with a mention of latest in the prompts, and then downloading stable). Philippe@DELLGFX /d/DevSmalltalk/workspacePharo20 $ wget -O- get.pharo.org/vm | bash --2013-05-06 13:45:52-- http://get.pharo.org/vm Resolving get.pharo.org... 108.162.197.47, 108.162.196.47 Connecting to get.pharo.org|108.162.197.47|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: `STDOUT' [ <=> ] 5,275 --.-K/s in 0.1s 2013-05-06 13:45:53 (49.2 KB/s) - written to stdout [5275] Downloading the *latest *pharoVM: http://files.pharo.org/vm/pharo/win/pharo-win-*stable*.zip pharo-vm/Pharo.exe Downloading PharoV10.sources: http://files.pharo.org/image//PharoV10.sources.zip Downloading PharoV20.sources: http://files.pharo.org/image//PharoV20.sources.zip Creating starter scripts pharo and pharo-ui Regards, Phil 2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 13:14, "phil@highoctane.be" <phil@highoctane.be> wrote:
There is no wget nor curl in the base MinGW distribution.
Philippe@DELLGFX ~ $ which wget which: wget: unknown command
Philippe@DELLGFX ~ $ which curl which: curl: unknown command
You either compiled, downloaded, or had it from somewhere else on the box.
yes mingw sucks a bit in that matter. to install wget run the following magic:
mingw-get install msys-wget
On 6 May 2013 11:25, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-05-06, at 07:18, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 06 May 2013, at 04:42, Igor Stasenko <siguctua@gmail.com> wrote:
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
:(
i have curl ^^, coz how else i could see that message! :)
it basically does only
which wget which curl
I assume they work, but what do you get back as a result?
which curl /usr/bin/curl -- Best regards, Igor Stasenko.
participants (5)
-
Benjamin -
Camillo Bruni -
Igor Stasenko -
phil@highoctane.be -
Sven Van Caekenberghe