Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626264 - wget HTTPS support not compiled in on stage3 MacOS X 10.11
Summary: wget HTTPS support not compiled in on stage3 MacOS X 10.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 15:32 UTC by vest.april4+gentoo
Modified: 2018-01-04 09:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vest.april4+gentoo 2017-07-26 15:32:57 UTC
At stage3, when it try to Downloading 'http://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz', it will redirect to HTTPS, then got this:

https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz: HTTPS support not compiled in.
!!! Couldn't download 'Python-3.5.2.tar.xz'. Aborting.

I checked this:
${EPREFIX}/tmp/usr/bin/wget --help
found it indeed not compiled with HTTPS support, even at stage3 start I saw use flage has 'ssl' in it.

workaround:
brew install wget
ln -s /usr/local/bin/wget ${EPREFIX}/tmp/usr/bin/wget


even though, there is still something need to solve. After that, emerge will try to download a python patch from 'https://dev.gentoo.org', will got its certificate incorrect, need to do this:

echo 'check_certificate = off' >> ${EPREFIX}/etc/wgetrc

to help it got through.
Comment 1 Fabian Groffen gentoo-dev 2018-01-04 09:58:29 UTC
Python-3.5.2 is on the mirror list now