Re: [Tails-dev] Building without a proxy?

2012-05-09 Thread Maxim Kammerer
On Wed, May 9, 2012 at 1:31 PM, Ague Mill a...@mailoo.org wrote:
 Does anyone around build Tails with using a local HTTP proxy and setting
 the http_proxy environment variable?

FWIW, Liberté's enter script passes the following through:
  RSYNC_PROXY
  http_proxy
  https_proxy
  ftp_proxy
  no_proxy
and copies host's /etc/resolv.conf over (which is later excluded from
the build).

-- 
Maxim Kammerer
Liberté Linux (discussion / support: http://dee.su/liberte-contribute)
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] Building without a proxy?

2012-05-09 Thread intrigeri
Hi,

Ague Mill wrote (09 May 2012 10:31:23 GMT) :
 Does anyone around build Tails with using a local HTTP proxy and
 setting the http_proxy environment variable?

I build using:

export http_proxy='http://10.xx.yy.zz:8000/

 The build Yos tried earlier on inside the Vagrant build setup [1] failed
 with APT trying to reach packages using 127.0.0.1:8118 [2]. In my
 understanding, anything set in apt.conf about proxying will be overriden
 by a local 'http_proxy' environment variable, hence the former question.

 Otherwise, I think our build system is broken. But I bet this has not
 been figured out yet, as we were all building using local proxies.

I don't understand what the problem is, and I'm unsure about the
actual question you're asking.

Anyway, FWIW, the build system I use is documented there:
https://tails.boum.org/contribute/build/squid-deb-proxy/

Perhaps Yos (or the Vagrant file) did not read the section there about
LB_APT_HTTP_PROXY?
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] Building without a proxy?

2012-05-09 Thread Maxim Kammerer
On Wed, May 9, 2012 at 6:01 PM, Ague Mill a...@mailoo.org wrote:
  Does anyone around build Tails *without* using a local HTTP proxy and
  setting the http_proxy environment variable?

Note the mention of /etc/resolv.conf above. I found that bug at the
end of 2010 (commit 54d9702), when a user without *_proxy variables
had builds failing due to non-working DNS. It could be the reason for
failing builds in your case.

-- 
Maxim Kammerer
Liberté Linux (discussion / support: http://dee.su/liberte-contribute)
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev