[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6.12-rc3 builderror



On Thu, Apr 21, 2005 at 03:16:49PM +0200, Colin Leroy wrote:
> On Thu, 21 Apr 2005 15:10:10 +0200
> Elimar Riesebieter <riesebie@lxtec.de> wrote:
> 
> > Any hint?
> 
> See my message from this morning. Patches are in -mm or at 
> ftp://ftp.kernel.org/pub/linux/kernel/people/colin/patches/2.6.12-rc3/add-suspend-method-to-cpufreq-core.patch
> ftp://ftp.kernel.org/pub/linux/kernel/people/colin/patches/2.6.12-rc3/add-suspend-method-to-cpufreq-core-warning-fix.patch

hi,

i got the same error as above. but the patches does not seem to apply to the
2.6.12-rc3 i have here. instead ben's cpufreq-add-suspend.patch applies and
seems to do the trick. what did i miss?

sudo apt-get install kernel-package wget fakeroot
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2 \
     http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.12-rc3.bz2 \
     http://www.crashing.org/~benh/cpufreq-add-suspend.diff \
     http://www.crashing.org/~benh/ppc32-pbook-clock-spreading.diff 
tar jxf linux-2.6.11.tar.bz
cd linux-2.6.11
bzcat ../patch-2.6.12-rc3.bz2 | patch -p1
patch -p1 < ../cpufreq-add-suspend.diff         # fixes compilation error
patch -p1 < ../ppc32-pbook-clock-spreading.diff 
cp -a yourconfig .config
make oldconfig
make menuconfig
fakeroot make-kpkg --initrd --append-to-version -powerpc \
        -revision 2.6.12-rc3-0.1 kernel-image

cheers, piem



Reply to: