Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814660 - mercurial.eclass fails with $http_proxy set in make.conf
Summary: mercurial.eclass fails with $http_proxy set in make.conf
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-25 02:10 UTC by gentoo
Modified: 2023-03-04 15:06 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,6.25 KB, text/x-log)
2021-09-25 02:10 UTC, gentoo
Details
emerge --info (emergeinfo,25.63 KB, text/plain)
2021-09-25 02:18 UTC, gentoo
Details
ebuild file (zandronum-9999.ebuild,4.01 KB, text/plain)
2021-09-25 02:20 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2021-09-25 02:10:17 UTC
Created attachment 741170 [details]
build.log

with http_proxy variable unset in make.conf this package merges successfully
Comment 1 gentoo 2021-09-25 02:18:30 UTC
Created attachment 741172 [details]
emerge --info
Comment 2 gentoo 2021-09-25 02:20:03 UTC
Created attachment 741174 [details]
ebuild file

uses local overlay dependency but the ebuild fails during unpack
Comment 3 gentoo 2021-09-25 02:46:49 UTC
workaround:

src_unpack() {
   unset http_proxy
   mercurial_src_unpack
}