Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Chuck Ebbert
On Wed, 22 Apr 2009 18:18:07 -0400 Chuck Anderson c...@wpi.edu wrote: ERROR: Patch linux-2.6-build-nonintconfig.patch not listed as a source patch in specfile error: Bad exit status from /var/tmp/rpm-tmp.8pegaB (%prep) this is due to the following code in ApplyPatch(): if ! egrep

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Chuck Ebbert
On Tue, 28 Apr 2009 11:17:04 -0400 Chuck Anderson c...@wpi.edu wrote: Great. I ended up having lots of other issues with vanilla build. At some point during the build, the make oldconfig becomes interactive during the %install phase. I answer all the questions with default values

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Chuck Anderson
On Tue, Apr 28, 2009 at 01:01:17PM -0400, Chuck Ebbert wrote: On Tue, 28 Apr 2009 11:17:04 -0400 Chuck Anderson c...@wpi.edu wrote: Great. I ended up having lots of other issues with vanilla build. At some point during the build, the make oldconfig becomes interactive during the

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Roland McGrath
Great. I ended up having lots of other issues with vanilla build. At some point during the build, the make oldconfig becomes interactive during the %install phase. %install?? Weird. That should not be happening. Maybe a V=1 on the make command would make kbuild explain why it decided

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Roland McGrath
You should always specify an arch. make prep uses noarch and generally works fine. You can just ignore the strange assembler messages in the 'make configs' phase and the .config files come out fine, in my experience. ___ Fedora-kernel-list mailing

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Kyle McMartin
On Tue, Apr 28, 2009 at 10:27:38AM -0700, Roland McGrath wrote: You should always specify an arch. make prep uses noarch and generally works fine. You can just ignore the strange assembler messages in the 'make configs' phase and the .config files come out fine, in my experience. The

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-28 Thread Chuck Anderson
On Tue, Apr 28, 2009 at 01:51:08PM -0400, Chuck Ebbert wrote: On Tue, 28 Apr 2009 13:14:08 -0400 Chuck Anderson c...@wpi.edu wrote: Sorry, I should have specified the command I had used. It was similar to this: rpmbuild -ba --target=i386,i686,noarch --with vanilla --without

2.6.29.1-102.fc11 --with vanilla broken

2009-04-22 Thread Chuck Anderson
Trying to build a vanilla kernel with: rpmbuild -ba --with vanilla kernel.spec fails like so: + ApplyPatch linux-2.6-build-nonintconfig.patch + local patch=linux-2.6-build-nonintconfig.patch + shift + '[' '!' -f /home/cra/rpmbuild/SOURCES/linux-2.6-build-nonintconfig.patch ']' ERROR: Patch

Re: 2.6.29.1-102.fc11 --with vanilla broken

2009-04-22 Thread Kyle McMartin
On Wed, Apr 22, 2009 at 06:18:07PM -0400, Chuck Anderson wrote: if ! egrep ^Patch[0-9]+: $patch\$ %{_specdir}/%{name}.spec ; then if [ ${patch:0:10} != patch-2.6. ] ; then echo ERROR: Patch $patch not listed as a source patch in specfile exit 1 fi fi 2/dev/null