Your message dated Thu, 26 Oct 2006 00:47:20 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#395262: choose-mirror: requires internet access to build
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: choose-mirror
Version: 2.08
Severity: serious
Justification: Requiring network access during build causes lots of problems

Hi,

Building choose-mirror seems to require network access, since it
retrieves a file found on cvs.d.o:
if [ "$ONLINE" != n ]; then \
  if wget -nv 
'http://cvs.debian.org/*checkout*/webwml/english/mirror/Mirrors.masterlist?rev=HEAD&cvsroot=webwml&content-type=text/plain'
-O - > Mirrors.masterlist.new && \
    test -s Mirrors.masterlist.new; then \
        mv Mirrors.masterlist.new Mirrors.masterlist; \
   else \
      rm -f Mirrors.masterlist.new; \
   fi; \
fi

Quoting from #393900 (against libwww-myspace-perl):
Accessing the network during build is bad for these reasons:
- It's a privacy concern: without being asked, some information about
  the system is being sent to a remote host;
- It should be possible to autobuild the package on a buildd with no
  network access.
- The test has a high probability to fail lateron because of the
  referenced host (temporarily) disappearing.

Making ONLINE default to "n" would probably solve the problem.

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
On Wednesday 25 October 2006 23:28, Lucas Nussbaum wrote:
> Making ONLINE default to "n" would probably solve the problem.

That is a very bad idea as it would mean we don't have any (up-to-date) 
mirror selection options in choose-mirror and thus in the installer.

There are good reasons why we download this file and as Steve has 
indicated, it fails graciously if no net access is available.

Therefore closing this BR.

Cheers,
FJP

Attachment: pgp27V6Q4MxUj.pgp
Description: PGP signature


--- End Message ---

Reply via email to