Thread: MD5 sum mismatch in source rpm

MD5 sum mismatch in source rpm

From
Clodoaldo Neto
Date:
I can't install the 8.2.14 or 8.4.1 source rpms:

# rpm -Uhv postgresql-8.2.14-1PGDG.f11.src.rpm
warning: postgresql-8.2.14-1PGDG.f11.src.rpm: Header V4 DSA signature:
NOKEY, key ID 442df0f8
   1:postgresql             warning: user devrim does not exist - using root
warning: group devrim does not exist - using root
########################################### [100%]
error: unpacking of archive failed on file
/root/rpmbuild/SOURCES/Makefile.regress;4ab40ac6: cpio: MD5 sum
mismatch

Tried from three mirrors. I know from a previous email that I should
build the source rpms myself but just in case it matters.

Regards, Clodoaldo

Re: MD5 sum mismatch in source rpm

From
Devrim GÜNDÜZ
Date:
Hi Clodoaldo,

On Fri, 2009-09-18 at 19:42 -0300, Clodoaldo Neto wrote:
>
> # rpm -Uhv postgresql-8.2.14-1PGDG.f11.src.rpm
> warning: postgresql-8.2.14-1PGDG.f11.src.rpm: Header V4 DSA signature:
> NOKEY, key ID 442df0f8
>    1:postgresql             warning: user devrim does not exist -
> using root
> warning: group devrim does not exist - using root
> ########################################### [100%]
> error: unpacking of archive failed on file
> /root/rpmbuild/SOURCES/Makefile.regress;4ab40ac6: cpio: MD5 sum
> mismatch
>
> Tried from three mirrors. I know from a previous email that I should
> build the source rpms myself but just in case it matters.

Could you please download this one and re-test?

http://yum.pgsqlrpms.org/srpms/8.2/fedora/fedora-11-i386/postgresql-8.2.14-1PGDG.f11.src.rpm

I tested that SRPM on my local server, and :

$ rpm -Uvh postgresql-8.2.14-1PGDG.f11.src.rpm
   1:postgresql             ########################################### [100%]

If the SRPM above works for you, I will re-upload srpms to PostgreSQL
FTP directory. Also, you can verify the package with the following sum:

$ sha1sum postgresql-8.2.14-1PGDG.f11.src.rpm
b5b48eca92da041abcbb879225badb8de1b85edf  postgresql-8.2.14-1PGDG.f11.src.rpm

Regards,
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org

Attachment

Re: MD5 sum mismatch in source rpm

From
Clodoaldo Neto
Date:
2009/9/18 Devrim GÜNDÜZ <devrim@gunduz.org>:
> Hi Clodoaldo,
>
> On Fri, 2009-09-18 at 19:42 -0300, Clodoaldo Neto wrote:
>>
>> # rpm -Uhv postgresql-8.2.14-1PGDG.f11.src.rpm
>> warning: postgresql-8.2.14-1PGDG.f11.src.rpm: Header V4 DSA signature:
>> NOKEY, key ID 442df0f8
>>    1:postgresql             warning: user devrim does not exist -
>> using root
>> warning: group devrim does not exist - using root
>> ########################################### [100%]
>> error: unpacking of archive failed on file
>> /root/rpmbuild/SOURCES/Makefile.regress;4ab40ac6: cpio: MD5 sum
>> mismatch
>>
>> Tried from three mirrors. I know from a previous email that I should
>> build the source rpms myself but just in case it matters.
>
> Could you please download this one and re-test?
>
> http://yum.pgsqlrpms.org/srpms/8.2/fedora/fedora-11-i386/postgresql-8.2.14-1PGDG.f11.src.rpm
>
> I tested that SRPM on my local server, and :
>
> $ rpm -Uvh postgresql-8.2.14-1PGDG.f11.src.rpm
>   1:postgresql             ########################################### [100%]
>
> If the SRPM above works for you, I will re-upload srpms to PostgreSQL
> FTP directory. Also, you can verify the package with the following sum:
>
> $ sha1sum postgresql-8.2.14-1PGDG.f11.src.rpm
> b5b48eca92da041abcbb879225badb8de1b85edf  postgresql-8.2.14-1PGDG.f11.src.rpm
>

Although I have already built some srpms I was just following recipes
and I never really tried to understand what I was doing so it is
probably my mistake. This time I was trying to install the f11 srpm
(the only one I found in the mirrors) in f8 and got the above error.
Installing the f11 srpm in f10 works as also works installing the f8
srpm in f8.

So the srpm in the mirrors is not corrupted. Sorry for the noise.

Clodoaldo

> Regards,
> --
> Devrim GÜNDÜZ, RHCE
> Command Prompt - http://www.CommandPrompt.com
> devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
>                   http://www.gunduz.org
>

Re: MD5 sum mismatch in source rpm

From
Devrim GÜNDÜZ
Date:
On Fri, 2009-09-18 at 22:38 -0300, Clodoaldo Neto wrote:
> Although I have already built some srpms I was just following recipes
> and I never really tried to understand what I was doing so it is
> probably my mistake. This time I was trying to install the f11 srpm
> (the only one I found in the mirrors) in f8 and got the above error.
> Installing the f11 srpm in f10 works as also works installing the f8
> srpm in f8.

AFAIK, It is because of the rpm version difference between F8 and F11. I
had the same issue before.

Regards,
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org

Attachment