Results 1 to 7 of 7
What does it mean when you're compiling your kernel and you get a warning saying something is deprecated. I can't get you the exact wording of the warning but next ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
Deprecated warning while compiling kernel [SOLVED]
What does it mean when you're compiling your kernel and you get a warning saying something is deprecated. I can't get you the exact wording of the warning but next time I build a kernel I'll write it down. Thanks.
- 05-11-2005 #2Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
warning `blahblahblah` is deprecated (declared at include/linux/pm.h:111)
- 05-11-2005 #3
It means that it is deprecated, or no longer supported.
Don't use it.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-11-2005 #4Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
What do you mean don't use it? Did the kernel compile alright or should I recompile?
- 05-11-2005 #5
No, it should be O.K.
For instance, think they said devfs is deprecated, and not used, but fo some reason it still compiles support for it.
I would just ignore it.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-11-2005 #6
Here is a definition according to the online dictionary
deprecated
Said of a program or feature that is considered obsolescent
and in the process of being phased out, usually in favour of a
specified replacement. Deprecated features can,
unfortunately, linger on for many years. This term appears
with distressing frequency in standards documents when the
committees writing the documents realise that large amounts of
extant (and presumably happily working) code depend on the
feature(s) that have passed out of favour.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-11-2005 #7Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
Alright, that's all I needed to hear. Thanks!


Reply With Quote
