Spezifikationen konnten nicht von https://rubygems.org/ abgerufen werden.

Spezifikationen konnten nicht von https://rubygems.org/ abgerufen werden.

Ich habe Gentoo Linux, auf dem ich eine Gitlab-Instanz betreibe. Ich komme nicht weiter beim Upgrade aufdev-vcs/gitlab-gitaly-1.7.1Wenn die Installation den Befehl ausführt

bundle install --deployment

Die Ausgabe ist:

Fetching source index from https://rubygems.org/

Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Could not fetch specs from https://rubygems.org/
make[1]: *** [Makefile:32: ../.ruby-bundle] Error 17
make[1]: Leaving directory '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/work/gitlab-gitaly-1.7.1/_build'
make: *** [Makefile:24: build] Error 2
 * ERROR: dev-vcs/gitlab-gitaly-1.7.1::gitlab failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-vcs/gitlab-gitaly-1.7.1::gitlab'`,
 * the complete build log and the output of `emerge -pqv '=dev-vcs/gitlab-gitaly-1.7.1::gitlab'`.
 * The complete build log is located at '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/work/gitlab-gitaly-1.7.1'
 * S: '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/work/gitlab-gitaly-1.7.1'

Ich habe versucht, Bundler neu zu installieren, Ruby zu aktualisieren und IPv6-Routing zu deaktivieren, aber nichts hat geholfen. Ich habe überprüft, dass ich auf diehttps://rubygems.org/Ich verwende wget und kann rubygems.org anpingen. Ich vermute, dass es ein Problem mit OpenSSL geben könnte. Ich habe dev-libs/openssl-1.0.2r und dev-lang/ruby-2.4.6 und dev-lang/ruby-2.5.5, aber die Verwendung von einem davon funktioniert nicht. Hat jemand dieses Problem festgestellt und gelöst?

verwandte Informationen