apt-file fails???

2005-01-06 Thread David Dyer-Bennet
After installing apt-file, it doesn't work; erroring out, in fact.  Is
there some missing dependency, perhaps?  

Here's the install, the failure, and a check:

player ddb# apt-get install apt-file libapt-pkg-perl
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  apt-file libapt-pkg-perl
0 packages upgraded, 2 newly installed, 0 to remove and 0  not
upgraded.
Need to get 0B/87.2kB of archives. After unpacking 401kB will be used.
Selecting previously deselected package apt-file.
(Reading database ... 17219 files and directories currently
installed.)
Unpacking apt-file (from .../apt-file_0.2.3-4_all.deb) ...
Selecting previously deselected package libapt-pkg-perl.
Unpacking libapt-pkg-perl (from .../libapt-pkg-perl_0.1.4_i386.deb)
...
Setting up apt-file (0.2.3-4) ...

Setting up libapt-pkg-perl (0.1.4) ...

player ddb# apt-file update
Can't locate object method host via package URI::_foreign (perhaps
you forgot to load URI::_foreign?) at /usr/bin/apt-file line 189.
player ddb# apt-get check apt-file
Reading Package Lists... Done
Building Dependency Tree... Done

-- 
David Dyer-Bennet, mailto:[EMAIL PROTECTED], http://www.dd-b.net/dd-b/
RKBA: http://noguns-nomoney.com/ http://www.dd-b.net/carry/
Pics: http://dd-b.lighthunters.net/ http://www.dd-b.net/dd-b/SnapshotAlbum/
Dragaera/Steven Brust: http://dragaera.info/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-file fails???

2005-01-06 Thread Adam Aube
David Dyer-Bennet wrote:

 After installing apt-file, it doesn't work; erroring out, in fact.  Is
 there some missing dependency, perhaps?

 player ddb# apt-file update
 Can't locate object method host via package URI::_foreign (perhaps
 you forgot to load URI::_foreign?) at /usr/bin/apt-file line 189.
 player ddb# apt-get check apt-file
 Reading Package Lists... Done
 Building Dependency Tree... Done

A quick check of the BTS (querybts apt-file) turned up Bug #229540, which
may apply to your issue here - check it out (querybts 229540).

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-file fails???

2005-01-06 Thread David Dyer-Bennet
Adam Aube [EMAIL PROTECTED] writes:

 David Dyer-Bennet wrote:

 After installing apt-file, it doesn't work; erroring out, in fact.  Is
 there some missing dependency, perhaps?

 player ddb# apt-file update
 Can't locate object method host via package URI::_foreign (perhaps
 you forgot to load URI::_foreign?) at /usr/bin/apt-file line 189.
 player ddb# apt-get check apt-file
 Reading Package Lists... Done
 Building Dependency Tree... Done

 A quick check of the BTS (querybts apt-file) turned up Bug #229540, which
 may apply to your issue here - check it out (querybts 229540).

That bug refers to an entry in /etc/apt/backup.  There is no such file
or directory on my system. 

The symptom, however, appears to be exactly what I'm experiencing, and
I have in fact run the apt-cdrom command, so it's likely that this is
exactly the problem I'm experiencing.  It's just, the workaround
documented isn't applicable here. 

Making the obvious guess, and commenting out the cdrom line in
/etc/apt/sources-list appears to have worked.  Thanks!

So now, how do I report the bug against the bug report?
-- 
David Dyer-Bennet, mailto:[EMAIL PROTECTED], http://www.dd-b.net/dd-b/
RKBA: http://noguns-nomoney.com/ http://www.dd-b.net/carry/
Pics: http://dd-b.lighthunters.net/ http://www.dd-b.net/dd-b/SnapshotAlbum/
Dragaera/Steven Brust: http://dragaera.info/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-file fails???

2005-01-06 Thread Thomas Adam
 --- David Dyer-Bennet [EMAIL PROTECTED] wrote: 

 player ddb# apt-file update
 Can't locate object method host via package URI::_foreign (perhaps
 you forgot to load URI::_foreign?) at /usr/bin/apt-file line 189.

It seems you don't know what the BTS is [1]. The Bug Tracking System is
useful when things like this happen.

Look here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229540

-- Thomas Adam

[1] Whether you knew it existed or not is irrelevant. If you did, then
you'd surely have looked there.

=
The Linux Weekend Mechanic -- http://linuxgazette.net
TAG Editor -- http://linuxgazette.net

shrug We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-file fails???

2005-01-06 Thread Adam Aube
David Dyer-Bennet wrote:
 Adam Aube [EMAIL PROTECTED] writes:
 David Dyer-Bennet wrote:

 After installing apt-file, it doesn't work; erroring out, in fact.  Is
 there some missing dependency, perhaps?

 A quick check of the BTS (querybts apt-file) turned up Bug #229540,
 which may apply to your issue here - check it out (querybts 229540).
 
 That bug refers to an entry in /etc/apt/backup.  There is no such file
 or directory on my system.
 
 The symptom, however, appears to be exactly what I'm experiencing, and
 I have in fact run the apt-cdrom command, so it's likely that this is
 exactly the problem I'm experiencing.  It's just, the workaround
 documented isn't applicable here.
 
 Making the obvious guess, and commenting out the cdrom line in
 /etc/apt/sources-list appears to have worked.  Thanks!
 
 So now, how do I report the bug against the bug report?

Install the reportbug package if it isn't already installed, then run:

reportbug apt-file

You can select this bug from the list of existing bugs and follow-up to it
with your information.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]