Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 09:44:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191149] New: make fetch ignores/resets set variables {ftp,http,https}_proxy
Message-ID:  <bug-191149-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191149

            Bug ID: 191149
           Summary: make fetch ignores/resets set variables
                    {ftp,http,https}_proxy
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: tps@vr-web.de

go to /usr/ports/lang/clang34, then

make fetch

fetch will attempt to connect to the download server given, but *does not* use
defined proxy-variables or unsets them. In tune make fetch fails to download
the necessary packages to build the software in question.

How-To-Repeat:
setenv ftp_proxy http://<your_proxy_server:your_proxy_port>;
setenv http_proxy $ftp_proxy
setenv https_proxy $ftp_proxy

make fetch

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191149-13>