[MacPorts] #41023: netpbm doesn't build behind proxy
MacPorts
noreply at macports.org
Mon Oct 28 07:27:27 PDT 2013
#41023: netpbm doesn't build behind proxy
-------------------------+--------------------------------
Reporter: s.t.smith@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Keywords: | Port: netpbm
-------------------------+--------------------------------
macports, bash, and svn all set up correctly to use firewall proxy.
{{{
export http_proxy=http://proxy:8000
export https_proxy=http://proxy:8000
vi ~/.subversion/servers
:
[global]
http-proxy-host = proxy
http-proxy-port = 8000
}}}
Build of netpbm fails, affecting many other MacPort dependencies.
Error:
{{{
Error: org.macports.fetch for port netpbm returned: Subversion check out
failed
}}}
Issuing the failed command in Terminal,
{{{
cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/netpbm/work"
&& /usr/bin/svn --non-interactive --trust-server-cert export
svn://svn.code.sf.net/p/netpbm/code/advanced/@2009 2>&1
svn: E000054: Unable to connect to a repository at URL
'svn://svn.code.sf.net/p/netpbm/code/advanced'
svn: E000054: Can't read from connection: Connection reset by peer
}}}
The command fails in the same way using both OS X Mavericks 10.9's
/usr/bin/svn and MacPorts's /opt/local/bin/svn compiled on Mavericks 10.9.
--
Ticket URL: <https://trac.macports.org/ticket/41023>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list