Your message dated Fri, 24 May 2002 20:57:09 -0500 (CDT)
with message-id <[EMAIL PROTECTED]>
and subject line #108077: md5 incompatability
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Aug 2001 20:57:43 +0000
>From [EMAIL PROTECTED] Wed Aug 08 15:57:43 2001
Return-path: <[EMAIL PROTECTED]>
Received: from freki.otago.ac.nz [139.80.32.87]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15UaOd-0006XG-00; Wed, 08 Aug 2001 15:57:43 -0500
Received: from acm.org (freki.otago.ac.nz [127.0.0.1])
by freki.otago.ac.nz (8.11.2/8.11.2) with ESMTP id f78Kvek01841
for <[EMAIL PROTECTED]>; Thu, 9 Aug 2001 08:57:40 +1200
Sender: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 09 Aug 2001 08:57:39 +1200
From: Corrin Lakeland <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2-2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: md5 incompatability
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
Package: dpkg-dev
Version: 1.6.15
md5sum version 2.0.11
Hi,
I hope I got the dpkg-dev version number right... I got it from the file
dpkg-source.
dpkg-source, line 723, prints an error message if the md5sum fails.
On my redhat box I got the error that the md5sum "b1209548blah98375 -"
did not match the expected. The problem is the " -" at the end of the
string, which is md5sum informing you it read the file from stdin.
Stripping this off in the perl was easy enough. I changed $m =~
s/\n$//; to $m =~ s/ *.*\n//;
However a better change (untested) would be leaving this and adding an
extra line:
if (/ /,$m) $m =~ s/ *.*$//;
What do you think?
This is almost certainly a problem caused by a difference between md5sum
on Debian and RedHat, and I haven't submitted a proper patch because I
don't have a debian box handy to test it on.
Corrin
---------------------------------------
Received: (at 108077-done) by bugs.debian.org; 25 May 2002 01:53:44 +0000
>From [EMAIL PROTECTED] Fri May 24 20:53:44 2002
Return-path: <[EMAIL PROTECTED]>
Received: from boof.brainfood.com (localhost) [65.125.64.189]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17BQka-0006mQ-00; Fri, 24 May 2002 20:53:44 -0500
Received: from localhost ([127.0.0.1] ident=adam)
by localhost with esmtp (Exim 3.35 #1 (Debian))
id 17BQnu-0003cj-00
for <[EMAIL PROTECTED]>; Fri, 24 May 2002 20:57:10 -0500
Date: Fri, 24 May 2002 20:57:09 -0500 (CDT)
From: Adam Heath <[EMAIL PROTECTED]>
X-X-Sender: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: #108077: md5 incompatability
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
This was fixed in dpkg 1.9.11, uploaded on June 19, 2001.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]