[Rpm-maint] installation fails with md5sum error

devzero2000 pinto.elia at gmail.com
Tue May 13 14:32:18 UTC 2008


Follow this thread

https://www.redhat.com/archives/rpm-list/2008-May/msg00002.html

You likely have some shlib already prelinked. If you want a solution for
packaging
do something like:

prelink -u <shlib> &>/dev/null || :

in %install

hth

On Tue, May 13, 2008 at 4:10 PM, Tom Brown <tom at ng23.net> wrote:

> Hi
>
> I have a custom rpm that builds fine and all it is is a directory that
> contains some plugins, nagiosn plugins.
>
> When the rpm is installed i get the following error
>
> error: unpacking of archive failed on file <filename>;48299d61: cpio: MD5
> sum mismatch
>
> Does anyone have any idea why this happens or how to avoid it as the
> source tarball that this rpm comes from unpacks fine so i am a little
> unsure.
>
> thanks
>
> _______________________________________________
> Rpm-maint mailing list
> Rpm-maint at lists.rpm.org
> https://lists.rpm.org/mailman/listinfo/rpm-maint
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rpm.org/pipermail/rpm-maint/attachments/20080513/b322f187/attachment-0001.htm 


More information about the Rpm-maint mailing list