Bug 59540 - cpio: MD5 sum mismatch during rpm install
Summary: cpio: MD5 sum mismatch during rpm install
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: perl-XML-Parser
Version: 7.2
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Chip Turner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-09 23:04 UTC by Richard Ames
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-14 02:11:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard Ames 2002-02-09 23:04:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Description of problem:
Trying to install perl-XML-Parser from rpm on 7.2 RH distribution CDROMS
(xxxxx) or rpm from rpmfind.net (perl-XML-Parser-2.30-7.i386.rpm) results in "
1:perl-XML-Parser error: unpacking of archive failed on file
/usr/lib/perl5/site_perl/5.6.0/i386-linux/XML/Parser/Encodings/x-sjis-jisx0221.enc;3c65a557:
cpio: MD5 sum mismatch"

I tried --nomd5 without sucess ---- I suspect this is a cpio issue but surprised
to see it on two packages (one on CD, one from net).

Regards, Richard.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Load CD or get rpm form net
2.rpm -Uvh perl-XML-Parser....
3.
	

Actual Results:  See description.

Expected Results:  Normal install

Additional info:

Comment 1 Chip Turner 2002-02-09 23:30:44 UTC
What is the output of:

  rpm -K perl-XML-Parser-2.30-7.i386.rpm

when run on both?

Also, what do the following report:
  rpm -q rpm
  rpm -q perl

Please check disk space and make sure all partitions have sufficient space,
including /tmp and /var/tmp.  Disk space issues can result in incorrect md5
messages.

Comment 2 Richard Ames 2002-02-10 00:30:41 UTC
Answers to your requests:

[root@temp root]# !mount
mount /mnt/cdrom
[root@temp root]# rpm -K /mnt/cdrom/RedHat/RPMS/perl-XML-Parser-2.30-7.i386.rpm
/mnt/cdrom/RedHat/RPMS/perl-XML-Parser-2.30-7.i386.rpm: md5 (GPG) OK (MISSING
KEYS: GPG#DB42A60E)
[root@temp root]# rpm -K perl-XML-Parser-2.30-7.i386.rpm
perl-XML-Parser-2.30-7.i386.rpm: md5 (GPG) OK (MISSING KEYS: GPG#DB42A60E)
[root@temp root]# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/md1              39397496   2982888  34413328   8% /
/dev/md0                 79318      9468     65748  13% /boot
none                     30940         0     30940   0% /dev/shm
/dev/cdrom              662072    662072         0 100% /mnt/cdrom
[root@temp root]# rpm -q rpm
rpm-4.0.3-1.03
[root@temp root]# rpm -q perl
perl-5.6.0-17
[root@temp root]#

Comment 3 Richard Ames 2002-02-10 01:10:21 UTC
Later:

[root@temp root]# rpm -Uvh --nogpg perl-XML-Parser-2.30-7.i386.rpm
Preparing...                ########################################### [100%]
   1:perl-XML-Parser        ########################################### [100%]

Comment 4 Chip Turner 2002-04-11 00:19:53 UTC
So this now works?

Comment 5 Dave Parker 2003-08-20 21:40:47 UTC
jeff has no insight on this.  we may need to just re-package this to make the
problem go away.


Note You need to log in before you can comment on or make changes to this bug.