Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684714 - app-emulation/virtualbox-extpack-oracle app-emulation/virtualbox-guest-additions - broken SRC_URI due to certificate errors
Summary: app-emulation/virtualbox-extpack-oracle app-emulation/virtualbox-guest-additi...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-29 08:40 UTC by anonymous
Modified: 2019-04-29 11:20 UTC (History)
0 users

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 anonymous 2019-04-29 08:40:08 UTC
During a system upgrade, installing virtualbox-extpack-oracle-5.2.26 and virtualbox-guest-additions-5.2.26 failed due to certificate error.

I fixed the certificate error by adding the following lines to /etc/portage/make.conf

FETCHCOMMAND="/usr/bin/wget --no-check-certificate -O \${DISTDIR}/\${FILE} \${URI}"
RESUMECOMMAND="/usr/bin/wget -c --no-check-certificate -O \${DISTDIR}/\${FILE} \${URI}"

I tried installing them again, and I got the following error

HTTP request sent, awaiting response... 403 Forbidden
2019-04-29 17:27:58 ERROR 403: Forbidden.

It seems download URIs changed.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-04-29 09:03:34 UTC
Please be more specific. From which URI does the download fail?
Comment 2 Mans Rullgard 2019-04-29 11:10:15 UTC
Downloads from https://download.virtualbox.org/ fail due to the certificate presented by the server being valid only for download.oracle.com. The download for Virtualbox itself succeeds from Gentoo mirrors.

Replacing the domain in SRC_URI with download.oracle.com makes things work.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-04-29 11:20:27 UTC
Just as I suspected. Upstream is aware of the issue and is working on it. We will not change the primary SRC_URI because this is merely a temporary issue.