Bug#355625: packagesearch: aborts missing debtags datafiles

2006-04-19 Thread Benjamin Mesing
Thanks for the additional information. Your report indicates that the
apt-front version packagesearch was compiled against, does not cooperate
with current debtags. Anyways, I think things should be fixed in the
currently pending version 2.1 of packagesearch. However, I am waiting
for a QT bug to be fixed before uploading it.

Best regards Ben



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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-04-18 Thread Justin Pryzby
On Mon, Apr 17, 2006 at 11:31:33PM -0400, Felipe Sateler wrote:
 I'm having the same problem, and I do have debtags installed. I don't know 
 really what is happening here. The mentioned file 
 (var/lib/debtags/package-tags.idxpkg) doesn't exist, and I have no idea about 
 how to generate it (debtags update doesn't help).
Please send a strace of the process, something like

  strace -f -o /tmp/ps.strace packagesearch

If it is really calling abort(), then you might also try with gdb packagesearch,

 .. r
 .. backtrace full

Thanks
Justin


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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-04-17 Thread Felipe Sateler
I'm having the same problem, and I do have debtags installed. I don't know 
really what is happening here. The mentioned file 
(var/lib/debtags/package-tags.idxpkg) doesn't exist, and I have no idea about 
how to generate it (debtags update doesn't help).
-- 

Felipe Sateler


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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-03-08 Thread Emil Nowak
Hello,
I've just installed packagesearch and it works in this way:

~$ packagesearch 
terminate called after throwing an instance of 'Tagcoll::SystemException'
  what():  No such file or directory opening index
file /var/lib/debtags/package-tags.idxpkg Aborted
~$ 

that's probably because I don't have debtags installed. So, If it is
impossible to run packagesearch without debtags, then it should be put in
Depends field instead of Recommends.


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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-03-08 Thread Benjamin Mesing

 I've just installed packagesearch and it works in this way:
 
 ~$ packagesearch 
 terminate called after throwing an instance of 'Tagcoll::SystemException'
   what():  No such file or directory opening index
 file /var/lib/debtags/package-tags.idxpkg Aborted
 ~$ 
 
 that's probably because I don't have debtags installed. So, If it is
 impossible to run packagesearch without debtags, then it should be put in
 Depends field instead of Recommends.
Well, actually it should catch the exception and only inform the user
about the problem. I'll implement a fix ASAP.

Thanks,

Ben




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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-03-07 Thread Benjamin Mesing
On Mon, 2006-03-06 at 15:17 -0500, Justin Pryzby wrote:
 Package: packagesearch
 Version: 2.0.6
 Severity: normal
 
 terminate called after throwing an instance of 'Tagcoll::SystemException'
 what():  No such file or directory opening index file
 /var/lib/debtags/package-tags.idxpkg
 Aborted
 
 abort isn't an acceptible way of handling errors; please test for the
 existence of necessary files and call fprintf/strerror/perror foo to
 output the conventional file not found/permission denied messages.
Could you please tell under what circumstances this crash happens
(perhaps when doing debtags update?)
Chances are, that the bug was already reported:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348493

Ben



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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-03-07 Thread Justin Pryzby
On Tue, Mar 07, 2006 at 09:14:31AM +0100, Benjamin Mesing wrote:
 On Mon, 2006-03-06 at 15:17 -0500, Justin Pryzby wrote:
  Package: packagesearch
  Version: 2.0.6
  Severity: normal
  
  terminate called after throwing an instance of 'Tagcoll::SystemException'
  what():  No such file or directory opening index file
  /var/lib/debtags/package-tags.idxpkg
  Aborted
  
  abort isn't an acceptible way of handling errors; please test for the
  existence of necessary files and call fprintf/strerror/perror foo to
  output the conventional file not found/permission denied messages.
 Could you please tell under what circumstances this crash happens
 (perhaps when doing debtags update?)
 Chances are, that the bug was already reported:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348493
It seems to be different; my abort() happened because debtags wasn't
installed.  I installed it and now it works.  Unfortunately I can't
reproduce the bug now at all.  I even installed the package in
pbuilder, and tested with dancer's xnest recipe, and it gave a sane
error message..

Justin


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



Bug#355625: packagesearch: aborts missing debtags datafiles

2006-03-06 Thread Justin Pryzby
Package: packagesearch
Version: 2.0.6
Severity: normal

terminate called after throwing an instance of 'Tagcoll::SystemException'
what():  No such file or directory opening index file
/var/lib/debtags/package-tags.idxpkg
Aborted

abort isn't an acceptible way of handling errors; please test for the
existence of necessary files and call fprintf/strerror/perror foo to
output the conventional file not found/permission denied messages.


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