yup - glibc problems

Bill Fink yellowdog-general@lists.terrasoftsolutions.com
Sat May 25 03:07:01 2002


On Fri May 24 2002, Jerry S. wrote:

> Hello YDL,
> 
>   I am getting "glibc-common-2.2.5-0.19b.ppc.rpm: read manifest
>   failed: Success" when I try to update my system.  If it is done via
>   yup, yup downloads the files okay, but errors (script error) when
>   trying to install the files.
> 
>   Trying manuall results in the above error.
> 
>   here is my current directory contents, commandline and error
>   returned:
> 
> [root@splat packages]# ls
> glibc-2.2.5-0.19b.ppc.rpm         glibc-devel-2.2.5-0.19b.ppc.rpm
> glibc-common-2.2.5-0.19b.ppc.rpm  glibc-profile-2.2.5-0.19b.ppc.rpm
> [root@splat packages]# rpm -Uvh *.rpm
> glibc-common-2.2.5-0.19b.ppc.rpm: read manifest failed: Success
> [root@splat packages]# 
>   
>   Any ideas on what is happening?  This is a clean install of YDL2.2
>   on an iBook, 288MB RAM, 3.2gig HD.

It probably means that either the glibc-common-2.2.5-0.19b.ppc.rpm file
was corrupt on the YellowDog Linux mirror site you used, or was somehow
corrupted in the transfer to your system.  You can do a:

	rpm --checksig glibc-common-2.2.5-0.19b.ppc.rpm

which should indicate "MD5 OK" if the RPM was not corrupted.

						-Bill