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

libpng not downloadable from sourceforge #735

Closed
tlaurion opened this issue Jun 3, 2020 · 2 comments · Fixed by #736
Closed

libpng not downloadable from sourceforge #735

tlaurion opened this issue Jun 3, 2020 · 2 comments · Fixed by #736

Comments

@tlaurion
Copy link
Collaborator

tlaurion commented Jun 3, 2020

2020-06-03 20:26:27+00:00 WGET https://download.sourceforge.net/libpng/libpng-1.6.34.tar.gz

if ! wget -O "/root/project/packages/libpng-1.6.34.tar.gz.tmp" https://download.sourceforge.net/libpng/libpng-1.6.34.tar.gz ; then exit 1 ; fi ; mv "/root/project/packages/libpng-1.6.34.tar.gz.tmp" "/root/project/packages/libpng-1.6.34.tar.gz" 

--2020-06-03 20:26:27--  https://download.sourceforge.net/libpng/libpng-1.6.34.tar.gz

Resolving download.sourceforge.net (download.sourceforge.net)... 216.105.38.13

Connecting to download.sourceforge.net (download.sourceforge.net)|216.105.38.13|:443... 
connected.

HTTP request sent, awaiting response... 301 Moved Permanently

Location: https://downloads.sourceforge.net/project/libpng/libpng16/1.6.34/libpng-1.6.34.tar.gz [following]

--2020-06-03 20:26:27--  https://downloads.sourceforge.net/project/libpng/libpng16/1.6.34/libpng-1.6.34.tar.gz

Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13

Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.

HTTP request sent, awaiting response... 
302 Found

Location: https://managedway.dl.sourceforge.net/project/libpng/libpng16/1.6.34/libpng-1.6.34.tar.gz [following]

--2020-06-03 20:26:27--  https://managedway.dl.sourceforge.net/project/libpng/libpng16/1.6.34/libpng-1.6.34.tar.gz

Resolving managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)... 208.79.213.6

Connecting to managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)|208.79.213.6|:443... 
connected.

GnuTLS: Error in the pull function.

Unable to establish SSL connection.

make: *** [Makefile:382: /root/project/packages/libpng-1.6.34.tar.gz] Error 1

@lsafd
Copy link

lsafd commented Jun 3, 2020

I had this issue, but after trying to build a second time it resolved itself. It may just be inconsistent. (I have very little knowledge on this subject)

@tlaurion
Copy link
Collaborator Author

tlaurion commented Jun 3, 2020

Src.

Fix tlaurion@18f8265

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

Successfully merging a pull request may close this issue.

2 participants