PDA

View Full Version : Problems with "rpmbuild" in Red Hat 8.0


Sergio P.
10-26-02, 07:12 AM
When i sen this command:

rpmbuild --rebuild NVIDIA_kernel-1.0-3123.src.rpm

It' returns this error:

Installing NVIDIA_kernel-1.0-3123.src.rpm
warning: user buildmeister does not exist - using root
warning: group buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
warning: group buildmeister does not exist - using root
error: unpacking of archive failed on file /usr/src/redhat/SOURCES/NVIDIA_kernel-1.0-3123.tar.gz;3dba8620: cpio: read
error: NVIDIA_kernel-1.0-3123.src.rpm cannot be installed

Why?

Can someone help me?

Thanks

Sergio P.

bwkaz
10-26-02, 08:26 AM
Do the md5sums of the .src.rpm file match the posted md5sums on nVidia's download page?

Type in md5sum NVIDIA_k and hit tab to autocomplete the filename, then hit enter. It will process the file, and spit out a checksum value. Compare that value against what's posted at nVidia's download page for the .src.rpm kernel file you downloaded.

You might want to run md5sum on the GLX file as well, just to make sure.

If they don't match, you'll want to re-download until they do.