Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing package not working under Babun in Windows #10

Open
philippeback opened this issue Apr 29, 2018 · 3 comments
Open

Installing package not working under Babun in Windows #10

philippeback opened this issue Apr 29, 2018 · 3 comments

Comments

@philippeback
Copy link

{ 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

@philippeback
Copy link
Author

For the record listing packages from GH & STH does work.

@philippeback
Copy link
Author

{ 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

@hernanmd
Copy link
Owner

Hi Phillipe,

I want to determine if

  1. Does this still happens?
  2. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants