Your message dated Sun, 11 Apr 1999 00:42:51 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Dump-avail failing
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'm
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Ian Jackson
(administrator, Debian bugs database)
Received: (at submit) by bugs.debian.org; 7 Apr 1999 02:58:41 +0000
Received: (qmail 21944 invoked from network); 7 Apr 1999 02:58:38 -0000
Received: from sansydnt02.sandersoncdc.com.au (HELO
sansydnt01.sanderson.net.au) (203.56.2.200)
by master.debian.org with SMTP; 7 Apr 1999 02:58:38 -0000
Received: from sanderson.net.au (sansydnt02.sanderson.net.au [192.168.100.2])
by sansydnt01.sanderson.net.au with SMTP (Microsoft Exchange Internet Mail
Service Version 5.5.2448.0)
id HGXXYQK6; Wed, 7 Apr 1999 12:58:07 +1000
Sender: gjheydon
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 07 Apr 1999 13:00:49 +1000
From: Gordon Heydon <[EMAIL PROTECTED]>
Organization: Sanderson Computers Pty Ltd
X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.2.5 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Failing when updating dselect from apt
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hello,
I have got this problem in the script /usr/lib/dpkg/methods/apt/update
Hit http://www.debian.org ~jules/e-cvs/debs/ Packages
Hit http://ftp.debian.org unstable/main Packages
Hit http://non-us.debian.org unstable/non-US Packages
Ign http://www.debian.org ~jules/e-cvs/debs/ Release
Hit http://ftp.debian.org unstable/main Release
Hit http://www.debian.org unstable/main Packages
Ign http://non-us.debian.org unstable/non-US Release
Hit http://ftp.debian.org unstable/non-free Packages
Hit http://ftp.debian.org unstable/non-free Release
Hit http://ftp.debian.org unstable/contrib Packages
Ign http://www.debian.org unstable/main Release
Hit http://ftp.debian.org unstable/contrib Release
Hit http://www.debian.org unstable/main Packages
Hit http://www.debian.org unstable/main Release
Reading Package Lists... Done
Building Dependency Tree... Done
Merging Available information
$APTCACHE is [/usr/bin/apt-get]
E: Invalid operation dumpavail
As you can see the variable $APTCACHE is set to what APTGET is.
if I change the var $APTCACHE to $BPTCACHE it is fixed.
Hit http://www.debian.org ~jules/e-cvs/debs/ Packages
Hit http://ftp.debian.org unstable/main Packages
Hit http://non-us.debian.org unstable/non-US Packages
Ign http://www.debian.org ~jules/e-cvs/debs/ Release
Hit http://www.debian.org unstable/main Packages
Ign http://www.debian.org unstable/main Release
Hit http://www.debian.org unstable/main Packages
Hit http://www.debian.org unstable/main Release
Hit http://ftp.debian.org unstable/main Release
Hit http://ftp.debian.org unstable/non-free Packages
Hit http://ftp.debian.org unstable/non-free Release
Hit http://ftp.debian.org unstable/contrib Packages
Ign http://non-us.debian.org unstable/non-US Release
Hit http://ftp.debian.org unstable/contrib Release
Reading Package Lists... Done
Building Dependency Tree... Done
Merging Available information
$BPTCACHE is [/usr/bin/apt-cache]
Replacing available packages info, using /var/cache/apt/available.
Information about 3244 package(s) was updated.
As you can see it worked. I feel this may be a problem with bash in it's
indexing of enviroment varibles, but I have not investigated that far.
Here is my version information
ii apt 0.3.4 Advanced front-end for dpkg
ii bash 2.02.1-1.4 The GNU Bourne Again SHell
ii dpkg 1.4.1.1 Package maintenance system for Debian
Linux
Gordon Heydon