Re: [kernel] linux-2.6.32.1 "make V=1 menuconfig" errors , Huh ?-(

From: AmÃrico Wang
Date: Fri Dec 18 2009 - 01:01:12 EST


On Fri, Dec 18, 2009 at 1:50 PM, Mr. James W. Laferriere
<babydr@xxxxxxxxxxxxxxxx> wrote:
> Â Â Â Â Â Â Â ÂHello All ,
>
> On Thu, 17 Dec 2009, Mr. James W. Laferriere wrote:
>>
>> Â Â Â ÂSome pertinant info ...
>> # scripts/ver_linux
>> If some fields are empty or look unusual you may have an old version.
>> Compare to the current minimal requirements in Documentation/Changes.
>>
>> Linux (none) 2.6.30.6 #1 SMP Sun Oct 11 18:36:23 UTC 2009 i686 pentium4
>> i386 GNU/Linux
>>
>> Gnu C Â Â Â Â Â Â Â Â Â3.4.6
>> Gnu make        3.81
>> binutils        2.15.92.0.2
>> util-linux       2.12r
>> mount         Â2.12r
>> module-init-tools   Â3.2.2
>> e2fsprogs       Â1.38
>> jfsutils        1.1.11
>> reiserfsprogs     Â3.6.19
>> xfsprogs        2.8.10
>> pcmciautils      Â014
>> pcmcia-cs       Â3.2.8
>> quota-tools      Â3.13.
>> PPP Â Â Â Â Â Â Â Â Â Â2.4.4
>> Linux C Library    Â2.3.6
>> Dynamic linker (ldd) Â 2.3.6
>> Linux C++ Library   Â6.0.3
>> Procps         3.2.7
>> Net-tools       Â1.60
>> Kbd          Â1.12
>> oprofile        0.9.1
>> Sh-utils        5.97
>> udev          097
>> Modules Loaded
>>
>> Â Â Â ÂThe errors , ÂQuite a mouth full of them . ÂNEVER seen menuconfig
>> spit all this sh?t out before .
>> Â Â Â ÂCan someone enlighten me as to what I've got that is broken or ...
>> ?
>> Â Â Â Â Â Â Â Â Â Â Â ÂTia , ÂJimL
>> # make V=1 menuconfig
>> make -f scripts/Makefile.build obj=scripts/basic
>> gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes
>> -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep
>> scripts/basic/fixdep.c
>> In file included from scripts/basic/fixdep.c:106:
>> /usr/include/sys/types.h:27:22: features.h: No such file or directory
>> In file included from /usr/include/bits/types.h:31,
>> from /usr/include/sys/types.h:31,
>> from scripts/basic/fixdep.c:106:
>> /usr/lib/gcc/i486-slackware-linux/3.4.6/include/stddef.h:213: error:
>> syntax error before "typedef"
>> /usr/include/sys/types.h:133:18: time.h: No such file or directory
>> /usr/include/sys/types.h:158:20: missing binary operator before token "("
>> In file included from scripts/basic/fixdep.c:107:


You lost your /usr/include/features.h which is provided by glibc-headers.

>
> Â Â Â ÂFor someone elses benefit these are symptomatic of butchered header
> file directory contents . ÂCure was to reinstall the base header file
> packages .
> Â Â Â ÂThis was caused by an attempt (2.6.28 days) to do a "make
> INSTALL_HDR_PATH=/usr headers_install" which was uneducated . ÂAnd still do
> NOT see a document covering WHEN such a header install would/should be
> necessary .
> Â Â Â ÂIf I am just being blind PLEASE guide me to the document in the
> kernel tree so I can rectify my ignorance .
>

Kernel headers are used when you build glibc package, not intended for
other use, I think.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/