Dean S. Messing wrote:
Examine the spec file again. You will notice that the livna maintainers like to build all the targets at once, and have the spec file set up to do so.Building target platforms: i686 Building for target i686 error: Failed build dependencies: kernel-devel-i686 = 2.6.15-1.2054_FC5 is needed by nvidia-kmod-1.0.8774-1.2.6.15_1.2054_FC5.i686 kernel-xen0-devel-i686 = 2.6.15-1.2054_FC5 is needed by nvidia-kmod-1.0.8774-1.2.6.15_1.2054_FC5.i686 kernel-kdump-devel-i686 = 2.6.15-1.2054_FC5 is needed by nvidia-kmod-1.0.8774-1.2.6.15_1.2054_FC5.i686
All you want is one specific target. You will notice in the spec file a list of targets. Trim the list to just smp, and then don't specify --target on the command line.