From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text Description of problem: The following command sudo rpmbuild -bp --target=$(uname -m) kernel-2.6.spec fails. Here are the final lines of the console output .config:3115:warning: trying to reassign symbol PCI_GODIRECT .config:3115:warning: PCI_GODIRECT creates inconsistent choice state .config:3116:warning: trying to reassign symbol PCI_GOXEN_FE .config:3117:warning: trying to reassign symbol PCI_DIRECT .config:3118:warning: trying to reassign symbol PCIEPORTBUS .config:3119:warning: trying to reassign symbol NOHIGHMEM .config:3120:warning: trying to reassign symbol HIGHMEM4G .config:3121:warning: trying to reassign symbol HIGHMEM64G .config:3121:warning: HIGHMEM64G creates inconsistent choice state .config:3122:warning: trying to reassign symbol HIGHMEM CONFIG_SND_FM801_TEA575X_BOOL make[1]: *** [nonint_oldconfig] Error 1 make: *** [nonint_oldconfig] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.21232 (%prep) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.21232 (%prep) Version-Release number of selected component (if applicable): kernel-2.6.17-1.2174_FC5.src.rpm How reproducible: Always Steps to Reproduce: 1. rpm-ivh kernel-2.6.17-1.2174_FC5.src.rpm 2. cd /usr/src/redhat/SPECS/ 3. sudo rpmbuild -bp --target=$(uname -m) kernel-2.6.spec Actual Results: Failed as noted in description Expected Results: It should not have failed Additional info:
*** This bug has been marked as a duplicate of 126342 ***