pi
pi copied to clipboard
Installing package not working under Babun in Windows
{ PI } » pi install NeoCSV Checking Pharo installation already present... not found Checking for wget or curl...wget found... Downloading Pharo (stable version)... --2018-04-29 21:55:31-- https://get.pharo.org/ Resolving get.pharo.org (get.pharo.org)... 2001:41d0:301::23, 164.132.235.17 Connecting to get.pharo.org (get.pharo.org)|2001:41d0:301::23|:443... connected. GnuTLS: Error in the pull function. Unable to establish SSL connection. Try again. Pharo was not downloaded correctly, exiting
For the record listing packages from GH & STH does work.
{ PI } » bash -x pi image
+ pharoVersion=61
+ piVersion=0.3.3
+ imageName=Pharo.image
+ stHubUrl=http://smalltalkhub.com/
+ zeroConfUrl=https://get.pharo.org
+ stHubPkgIndexFile=index.html
+ silentMode=0
+ pkgVersion=stable
+ os=Unknown
+ case $1 in
+ install_pharo
+ silentMode=1
+ findDistributionID
+ echo_line 'Current OS is: '
+ '[' 1 == 0 ']'
+ '[' -f /etc/os-release ']'
+ type lsb_release
+ '[' -f /etc/lsb-release ']'
+ '[' -f /etc/debian_version ']'
+ '[' -f /etc/SuSe-release ']'
+ '[' -f /etc/redhat-release ']'
++ uname -s
+ os=CYGWIN_NT-10.0-WOW
++ uname -r
+ ver='2.9.0(0.318/5/3)'
+ echo_nline 'Found CYGWIN_NT-10.0-WOW'
+ '[' 1 == 0 ']'
+ case $os in
+ echo_nline 'Installing Pharo from get.pharo.org'
+ '[' 1 == 0 ']'
+ dlPharo
+ silentMode=0
+ echo_nline 'Checking Pharo installation already present...'
+ '[' 0 == 0 ']'
+ echo Checking Pharo installation already present...
Checking Pharo installation already present...
+ '[' '!' -f Pharo.image ']'
+ echo_nline 'not found'
+ '[' 0 == 0 ']'
+ echo not found
not found
+ setDownloadApp
+ echo_line 'Checking for wget or curl...'
+ '[' 0 == 0 ']'
+ echo -n Checking for wget or curl...
Checking for wget or curl...+ cmdExists wget
+ type wget
+ return 0
+ echo_nline 'wget found...'
+ '[' 0 == 0 ']'
+ echo wget found...
wget found...
+ dApp=wget
+ dListParams='-O index.html'
+ dPharoParams=-O-
+ echo_nline 'Downloading Pharo (stable version)...'
+ '[' 0 == 0 ']'
+ echo Downloading Pharo '(stable' 'version)...'
Downloading Pharo (stable version)...
+ exec wget -O- https://get.pharo.org
+ bash
--2018-04-29 22:03:35-- https://get.pharo.org/
Resolving get.pharo.org (get.pharo.org)... 2001:41d0:301::23, 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|2001:41d0:301::23|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
+ '[' '!' -f pharo ']'
+ echo_nline 'Try again. Pharo was not downloaded correctly, exiting'
+ '[' 0 == 0 ']'
+ echo Try again. Pharo was not downloaded correctly, exiting
Try again. Pharo was not downloaded correctly, exiting
+ exit 1
Hi Phillipe,
I want to determine if
- Does this still happens?
- Is this a PI error or something related with libgnutls?
Downloading through your CLI provides different results? Can you mention which OS are you using?