SCIENTIFIC-LINUX-DEVEL Archives

April 2013

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Glenn Morris <[log in to unmask]>
Reply To:
Glenn Morris <[log in to unmask]>
Date:
Tue, 16 Apr 2013 12:11:07 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Hi,

Recently, trying to do 

  yum --enablerepo=sl-fastbugs update

on an x86_64 SL 5.9 system (using a local mirror of the repo) fails with:

file:///data/repo/scientific/59/x86_64/updates/fastbugs/repodata/primary.sqlite.bz2:
[Errno -3] Error performing checksum

The cause seems to be that the file fastbugs/repodata/primary.sqlite.bz2
now contains some sha256 rpm checksums (added in the most recent
fastbugs updates; eg esc, glibc) that SL5 yum does not understand.
Perhaps the associated data was created on an SL6 system?

The problem can be worked around with:

  yum  --enablerepo=epel install python-hashlib

but the repodata should probably be fixed. Thanks.

ATOM RSS1 RSS2