[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#108077: marked as done (md5 incompatability)



Your message dated Fri, 24 May 2002 20:57:09 -0500 (CDT)
with message-id <Pine.LNX.4.33.0205242056250.2934-100000@localhost>
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 lakeland@acm.org Wed Aug 08 15:57:43 2001
Return-path: <lakeland@acm.org>
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 <submit@bugs.debian.org>; Thu, 9 Aug 2001 08:57:40 +1200
Sender: lakeland@freki.otago.ac.nz
Message-ID: <3B71A7C3.72D093DD@acm.org>
Date: Thu, 09 Aug 2001 08:57:39 +1200
From: Corrin Lakeland <lakeland@acm.org>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2-2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: md5 incompatability
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org

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 doogie@brainfood.com Fri May 24 20:53:44 2002
Return-path: <doogie@brainfood.com>
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 <108077-done@bugs.debian.org>; Fri, 24 May 2002 20:57:10 -0500
Date: Fri, 24 May 2002 20:57:09 -0500 (CDT)
From: Adam Heath <doogie@brainfood.com>
X-X-Sender:  <adam@localhost>
To:  <108077-done@bugs.debian.org>
Subject: Re: #108077: md5 incompatability
Message-ID: <Pine.LNX.4.33.0205242056250.2934-100000@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 108077-done@bugs.debian.org

This was fixed in dpkg 1.9.11, uploaded on June 19, 2001.



-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: