On Wednesday 04 June 2008, G. Milde wrote:
> Use of uninitialized value in concatenation (.) or string at
> /usr/bin/apt-file line 221.
> D: cp "//media/mirror-stick/debian/dists/testing/Contents-i386.gz"
> "/var/cache/apt/apt-file/_media_mirror-stick_debian_dists_testing_Contents-i386.gz"
Thanks. It is just a warning, no fatal error. apt-file should work just
fine. Do you experience any problem besides the warning?
You could try to change line 221 in apt-file and see if that fixes
the warning. Change
my $proxy = $_config->get("Acquire::$_->{scheme}::Proxy::$_->{host}")
to
my $proxy = defined $_->{host} &&
$_config->get("Acquire::$_->{scheme}::Proxy::$_->{host}")
Cheers,
Stefan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]