Your message dated Tue, 20 Nov 2007 23:47:01 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#361196: fixed in dlocate 0.8 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: dlocate Version: 0.5-0.2 Severity: minor File: /usr/sbin/update-dlocatedb This patch makes error messages more informative. It enabled me to locate the cause of an inconsistency problem in the /var/lib/dpkg/info database. The important patch is for the last die message. The rest is just for completeness. --- update-dlocatedb~ 2005-11-25 17:02:24.000000000 +0100 +++ update-dlocatedb 2006-04-07 09:00:11.000000000 +0200 @@ -8,15 +8,17 @@ $dbfile='/var/lib/dlocate/dlocatedb' ; $frcode='/usr/lib/locate/frcode' ; +$infodir='/var/lib/dpkg/info' ; + open(FRCODE,"|$frcode >$dbfile.new") || die "couldn't open pipe to $frcode: $!\n" ; -opendir(DIR, "/var/lib/dpkg/info") || die "can't open dir"; +opendir(DIR, $infodir) || die "can't open dir $infodir"; @pkgs = grep { /list$/ && s/\.list// } readdir(DIR); closedir DIR; -chdir "/var/lib/dpkg/info"; +chdir $infodir; foreach $pkg (@pkgs) { - open(FILE, $pkg . ".list") || die "can't open file"; + open(FILE, $pkg . ".list") || die "can't open file $pkg"; foreach (<FILE>) { print FRCODE $pkg, ": ", $_; } -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'testing-proposed-updates') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.30-pre2-pr-hrt-1kHz-1 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages dlocate depends on: ii dpkg 1.13.17 package maintenance system for Deb ii grep-dctrl 2.6.7 Grep Debian package information ii perl 5.8.8-3 Larry Wall's Practical Extraction dlocate recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: dlocate Source-Version: 0.8 We believe that the bug you reported is fixed in the latest version of dlocate, which is due to be installed in the Debian FTP archive: dlocate_0.8.dsc to pool/main/d/dlocate/dlocate_0.8.dsc dlocate_0.8.tar.gz to pool/main/d/dlocate/dlocate_0.8.tar.gz dlocate_0.8_all.deb to pool/main/d/dlocate/dlocate_0.8_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Craig Sanders <[EMAIL PROTECTED]> (supplier of updated dlocate package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 10:29:20 +1100 Source: dlocate Binary: dlocate Architecture: source all Version: 0.8 Distribution: unstable Urgency: low Maintainer: Craig Sanders <[EMAIL PROTECTED]> Changed-By: Craig Sanders <[EMAIL PROTECTED]> Description: dlocate - fast alternative to dpkg -L and dpkg -S Closes: 61790 361196 413804 Changes: dlocate (0.8) unstable; urgency=low . * call md5sum -c with '-' rather than /dev/stdin (Closes: #413804) * can not reproduce 61790, and nobody else has ever reported anything similar. probably some problem with cron on Lazarus' system at the time (Apr 2000). (Closes: #61790) * improved error messages from update-dlocatedb. also modified script to comply with 'use strict;'. (Closes: #361196) Files: c57a51cac011257a0a0b38e00f8c56a5 481 utils optional dlocate_0.8.dsc e8f8405c67c97470f669595fc27c68fe 10860 utils optional dlocate_0.8.tar.gz ec3b466e858465cacc576ccd1aea3e69 11522 utils optional dlocate_0.8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHQ26z7DJoEM1WJvARAl7lAJ4tuAWGbOBQAFDXB2dVo4lWN5oUfwCfbg8g vrnQYKmows3x18dreRMJ7m4= =TOxI -----END PGP SIGNATURE-----
--- End Message ---

