Your message dated Thu, 01 Nov 2007 18:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#431469: fixed in cvssuck 0.3.cvs20060124-1 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: cvssuck Version: 0.3.cvs20020108-1 Severity: normal Hi; I've tried to mirror a CVS repository but cvssuck didn't work and it shows this error several times: ----------------------------8<--------------------------------------- ["cvs", "-f", "update", "-r00", "-d", "-p", "a"] ["cvs", "-f", "log", "a"] /usr/bin/cvssuck:358:in `parse_log': LogFormatError (LogFormatError) from /usr/bin/cvssuck:354:in `each' from /usr/bin/cvssuck:354:in `parse_log' from /usr/bin/cvssuck:329:in `open' from /usr/bin/cvssuck:329:in `parse_log' from /usr/bin/cvssuck:479:in `parselogs' from /usr/bin/cvssuck:435:in `run_cvs_internal' from /usr/bin/cvssuck:473:in `parselogs' from /usr/bin/cvssuck:1022:in `update_directory' from /usr/bin/cvssuck:1012:in `update_module' from /usr/bin/cvssuck:1010:in `fork' from /usr/bin/cvssuck:1010:in `update_module' from /usr/bin/cvssuck:1260:in `main' from /usr/bin/cvssuck:1257:in `each' from /usr/bin/cvssuck:1257:in `main' from /usr/bin/cvssuck:1270 ---------------------------->8--------------------------------------- After debugging the code I've seen that there were dates with '/' and dates with '-' and, after patching the code, it has worked. regards, -- carles -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (750, 'testing'), (700, 'testing'), (250, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-k7 (SMP w/1 CPU core) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages cvssuck depends on: ii cvs 1:1.12.13-8 Concurrent Versions System ii rcs 5.7-18 The GNU Revision Control System ii ruby 1.8.2-1 An interpreter of object-oriented Versions of packages cvssuck recommends: ii cvsconnect 0.1.cvs20001202-1 CVS connection minimizer -- no debconf information--- /usr/bin/cvssuck 2005-11-14 14:48:57.000000000 +0100 +++ cvssuck 2007-07-02 21:56:13.000000000 +0200 @@ -355,7 +355,7 @@ raise LogFormatError.new unless /\Arevision ([.\d]*).*\n/ =~ r revision = $1 r = $' - raise LogFormatError.new unless /\Adate: (\d+\/\d+\/\d+ \d+:\d+:\d+); author: ([a-zA-Z0-9_\-.]+); state: (\w+);.*\n/ =~ r + raise LogFormarError.new unless /\Adate: (\d+[\-\/]\d+[\-\/]\d+ \d+:\d+:\d+.*); author: ([a-zA-Z0-9_\-.]+); state: (\w+);.*\n/ =~ r date = $1 author = $2 state = $3
--- End Message ---
--- Begin Message ---Source: cvssuck Source-Version: 0.3.cvs20060124-1 We believe that the bug you reported is fixed in the latest version of cvssuck, which is due to be installed in the Debian FTP archive: cvssuck_0.3.cvs20060124-1.diff.gz to pool/main/c/cvssuck/cvssuck_0.3.cvs20060124-1.diff.gz cvssuck_0.3.cvs20060124-1.dsc to pool/main/c/cvssuck/cvssuck_0.3.cvs20060124-1.dsc cvssuck_0.3.cvs20060124-1_all.deb to pool/main/c/cvssuck/cvssuck_0.3.cvs20060124-1_all.deb cvssuck_0.3.cvs20060124.orig.tar.gz to pool/main/c/cvssuck/cvssuck_0.3.cvs20060124.orig.tar.gz 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. Piotr Roszatycki <[EMAIL PROTECTED]> (supplier of updated cvssuck 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: Thu, 01 Nov 2007 17:31:24 +0100 Source: cvssuck Binary: cvssuck Architecture: source all Version: 0.3.cvs20060124-1 Distribution: unstable Urgency: low Maintainer: Piotr Roszatycki <[EMAIL PROTECTED]> Changed-By: Piotr Roszatycki <[EMAIL PROTECTED]> Description: cvssuck - inefficient cvs repository grabber using cvs command Closes: 431469 Changes: cvssuck (0.3.cvs20060124-1) unstable; urgency=low . * New CVS snapshot. - Support newer cvs log date format. Closes: #431469. Files: 9cd6af4a9e197cd694ce16f576e98717 778 devel optional cvssuck_0.3.cvs20060124-1.dsc 87fceb81f6ea11d8582413a5a1fd965a 13548 devel optional cvssuck_0.3.cvs20060124.orig.tar.gz 359cc1779b78bbb949740a76e7c9fdc0 3041 devel optional cvssuck_0.3.cvs20060124-1.diff.gz 33f78c8d7a162e31a724c43b670f8936 15414 devel optional cvssuck_0.3.cvs20060124-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHKhZhhMHHe8CxClsRArM/AJ9NTbz0YsDcKSbusSt/vD2qMWoWxQCfeQNU Mo4P/JxfbZzHBkD5e8HtG/g= =bpq6 -----END PGP SIGNATURE-----
--- End Message ---

