UnknownPerson
Programmer
When I try to recompile a package like 'rpm -ba some_spec_file' sometimes the prep and build process succeed but the install process fails. Only the install process, not the build process.
I have checked the dirs and they seem perfectly built. There seems to be a problem somewhere in the install phase.
The question is: How to ask for a mere 'make install' equivalent that WONT COMPILE and just TRY to install and generate my binary and source rpm packages?
I need my binary and src rpms generated.
I tried 'rpm --nobuild -bi spec_file' but it doesn't create my package.
Any help would be greattly appreciated!
I have checked the dirs and they seem perfectly built. There seems to be a problem somewhere in the install phase.
The question is: How to ask for a mere 'make install' equivalent that WONT COMPILE and just TRY to install and generate my binary and source rpm packages?
I need my binary and src rpms generated.
I tried 'rpm --nobuild -bi spec_file' but it doesn't create my package.
Any help would be greattly appreciated!