Results 1 to 7 of 7
I downloaded an fc4 rpm for UNRAR from pbone.net, but when i try to install it, i gi es me error messages:
<home/keith/Desktop/unrar-3.5.4-1.2.fc4.src.rpm';echo RESULT=$?
warning: user machbuild does not exist ...
- 11-07-2005 #1
<home/keith/Desktop/unrar-3.5.4-1.2.fc4.src.rpm';echo RESULT=$? warning: user machbuild not exist
I downloaded an fc4 rpm for UNRAR from pbone.net, but when i try to install it, i gi es me error messages:
and does not install. Anyone know if it's possible to modify the settings of the rpm to change the user from machbuild to something else?<home/keith/Desktop/unrar-3.5.4-1.2.fc4.src.rpm';echo RESULT=$?
warning: user machbuild does not exist - using root
warning: group machbuild does not exist - using root
Result=0
- 11-07-2005 #2
You seem to have a src.rpm file, try grabbing a .rpm file.
Try LONG Link if you have a x86 system.
- 11-14-2005 #3
Sorry, i'm still learning my way around linux... I know source files are code, but why would you need an rpm package for source code? Is it just for compression? Or is there something i'm missing?
- 11-14-2005 #4
Not on topic, but dylunio:
With a src rpm, you could always just do:
Code:rpm --rebuild unrar-3.5.4-1.2.fc4.src.rpm
- 11-14-2005 #5I've tried that many times on rpm distro's and they never worked
Originally Posted by lakerdonald
though I've never tried redhat/fedora which might be different.
So try installing as lakerdonald has suggested withCode:rpm --rebuild unrar-3.5.4-1.2.fc4.src.rpm
- 11-14-2005 #6Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
The command to rebuild RPMs is
But I recommend that you add either the Livna or the FreshRPMS/Dries repositories (but not both) and just install it withCode:rpmbuild --rebuild whatever.src.rpm
Code:yum install unrar
- 11-14-2005 #7That's because you need to have the rpmbuild package installed.
Originally Posted by dylunio


Reply With Quote
