2.6.35.10-74 compilation (and build) problems

Don Zickus dzickus at redhat.com
Mon Jan 10 21:44:57 UTC 2011


On Fri, Jan 07, 2011 at 02:45:33PM -0800, JD wrote:
> Hi Don,
> What I will attach here is the .config that I custom make
> after doing make oldconfig (from previous kernel), followed
> by make xconfig, to change defaults set by make oldconfig
> to my preferences.
> Usually after this step I run make all.
> rpmbuild via spec file will simply NOT allow me to have these
> preferences.
> 
> Let's hope it will not be blocked by the server again.

Ok.  So using Jarod's patch he posted before and the config you attached
here, everything works fine for me.

#rpm -ivh /ssd/dzickus/fedora/kernel/kernel-2.6.35.10-76.fc14.src.rpm
#cd ~/rpmbuild
#cp ~/tmp/dotConfig SOURCES/config-local
#rpmbuild -bp --target=i686 SPECS/kernel.spec
<..bunch of output..>
#pushd BUILD/kernel-2.6.35.fc14/linux-2.6.35.i686

[dzickus at ihatethathostname linux-2.6.35.i686]$ diff ~/tmp/dotConfig .config
3,4c3,4
< # Linux kernel version: 2.6.35.10-74
< # Fri Jan  7 14:40:24 2011
---
> # Linux kernel version: 2.6.35.10
> # Mon Jan 10 16:34:08 2011
[dzickus at ihatethathostname linux-2.6.35.i686]$ pushd
~/rpmbuild ~/rpmbuild/BUILD/kernel-2.6.35.fc14/linux-2.6.35.i686
[dzickus at ihatethathostname rpmbuild]$ diff ~/tmp/dotConfig SOURCES/config-local
[dzickus at ihatethathostname rpmbuild]$

That is what I did above and it worked.  Did you do something different?
Are you expecting a different use case?

Cheers,
Don


More information about the kernel mailing list