| Summary: | git-r3.eclass should check for "git +curl" if chosen transport is https | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Anton Bolshakov <anton.bugs> |
| Component: | Eclasses | Assignee: | Michał Górny <mgorny> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | zerochaos |
| Priority: | Normal | ||
| Version: | 10.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch v1 | ||
|
Description
Anton Bolshakov
2014-05-19 15:33:31 UTC
Created attachment 377306 [details, diff]
Patch v1
Please test this patch.
Yes, the patch works: * Messages for package net-analyzer/metasploit-9999: * git-r3: fetching from https:// requested. In order to support https, * dev-vcs/git needs to be built with USE=curl. Example solution: * * echo dev-vcs/git curl >> /etc/portage/package.use * emerge -1v dev-vcs/git * ERROR: net-analyzer/metasploit-9999::gentoo failed (unpack phase): * dev-vcs/git built with USE=curl required. Thanks. Committed now. + 23 May 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: + Give an explanatory error when trying to fetch https:// with + dev-vcs/git[-curl]. Bug #510768. |