wikiにも
"You can either install ... or, if brave enough, by building the Gentoo RAP manually."
とか書いてあるくらいだから、brave enoughなんだろ?って言われそう。
うーん、デフォルトのUSEフラグにTLSサポートが入っていないのに、bootstrapでhttpsな場所にあるソースを要求するの、いったいどうなっているんだ……
既に各パッケージをemergeで入れる段階には入っているのだから、USEフラグにTLSサポートを追加して emerge -uDN @world するのが正しいの?
--2018-01-04 03:17:47-- http://downloads.sourceforge.net/project/psmisc/psmisc/psmisc-23.1.tar.xz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://jaist.dl.sourceforge.net/project/psmisc/psmisc/psmisc-23.1.tar.xz [following]
https://jaist.dl.sourceforge.net/project/psmisc/psmisc/psmisc-23.1.tar.xz: HTTPS support not compiled in.
$ ./gentoo/tmp/usr/bin/wget http://download.sourceforge.net/psmisc/psmisc-23.1.tar.xz
--2018-01-04 03:17:47-- http://download.sourceforge.net/psmisc/psmisc-23.1.tar.xz
Resolving download.sourceforge.net (download.sourceforge.net)... 216.34.181.59
Connecting to download.sourceforge.net (download.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://downloads.sourceforge.net/project/psmisc/psmisc/psmisc-23.1.tar.xz [following]
$ ./gentoo/usr/bin/wget http://download.sourceforge.net/psmisc/psmisc-23.1.tar.xz
--2018-01-03 18:17:38-- http://download.sourceforge.net/psmisc/psmisc-23.1.tar.xz
Resolving download.sourceforge.net... failed: Temporary failure in name resolution.
wget: unable to resolve host address 'download.sourceforge.net'
./gentoo/usr/bin/wget が 435,536byte
./gentoo/tmp/usr/bin/wget が 582,776byte