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

Re: quick help - kernel won't build



On Mon, 15 Mar 2004 16:45:38 +0100
"Simmel" <simmel@anymotion.de> wrote:
>
> Hi Party people,
> 
> could you please help me out with this. I got a stable system running
> woody and I'd like to build a new kernel.... I've done this a dozen
> times with this page
> http://www.debian.org/doc/manuals/reference/ch-kernel.en.html
> 
> I always use point 7.11 and had no problems what so ever. But on this
> system the fakeroot part is mockering around giving me back this
> error.....................
> 
> riker:/usr/src/kernel-source-2.4.19# fakeroot
> make-kpkg --append_to_version --revision=rev.01 kernel_image
>  Error: The extended version may only contain
>  lowercase alphanumerics and  the  characters  - +  .
>  The current value is: --revision=rev.01
>  Aborting.
> 
> I'd like to use 2.4 but the kernel I use now is 2.2, may that be the
> problem. A make kpkg-clean works.... And the revision only contain alpha
> no. and a . so what's wrong here? What am I missing????

Look at the command you're using again:

} fakeroot make-kpkg --append_to_version --revision=rev.01 kernel_image

You forgot to tell it *what* you want to append to the version number.
You tell it that you want to append something to the version number,
but you don't tell it what.  Consequently, it's taking the next thing
in the command line ("--revision=rev.01") and interpreting that not
as a command-line option, but as being a string that you want to append
to the version number.  Since it contains an "=", that violates the
constraint on what can be in a version number.  Hence, the error
message above.

You need to put in the thing you want appended to the version number.

-c

-- 
Chris Metzler			cmetzler@speakeasy.snip-me.net
		(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear

Attachment: pgpk4Z7ral_zB.pgp
Description: PGP signature


Reply to: