* 2.5.72 fixdep / cant make *config
@ 2003-06-20 19:38 Benoit Beauchamp
2003-06-20 20:47 ` Sam Ravnborg
2003-06-20 22:00 ` Kai Germaschewski
0 siblings, 2 replies; 4+ messages in thread
From: Benoit Beauchamp @ 2003-06-20 19:38 UTC (permalink / raw)
To: linux-kernel
HOSTCC scripts/fixdep
In file included from /usr/include/netinet/in.h:212,
from scripts/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
scripts/fixdep.c: In function `use_config':
scripts/fixdep.c:193: `PATH_MAX' undeclared (first use in this function)
scripts/fixdep.c:193: (Each undeclared identifier is reported only once
scripts/fixdep.c:193: for each function it appears in.)
scripts/fixdep.c:193: warning: unused variable `s'
scripts/fixdep.c: In function `parse_dep_file':
scripts/fixdep.c:289: `PATH_MAX' undeclared (first use in this function)
scripts/fixdep.c:289: warning: unused variable `s'
make[1]: *** [scripts/fixdep] Error 1
make: *** [scripts] Error 2
For some reason, I cant even make config, make menuconfig or anything like
that. I did find something weird when I tried the 2.4.21 kernel .. Did make
menuconfig and nothing showed up on screen except Load Alternate config and
Save..
I think its only a variable that I need to set but I don't know where to
look. Help
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.72 fixdep / cant make *config
2003-06-20 19:38 2.5.72 fixdep / cant make *config Benoit Beauchamp
@ 2003-06-20 20:47 ` Sam Ravnborg
2003-06-20 20:59 ` Benoit Beauchamp
2003-06-20 22:00 ` Kai Germaschewski
1 sibling, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2003-06-20 20:47 UTC (permalink / raw)
To: Benoit Beauchamp; +Cc: linux-kernel
On Fri, Jun 20, 2003 at 12:38:04PM -0700, Benoit Beauchamp wrote:
> HOSTCC scripts/fixdep
> In file included from /usr/include/netinet/in.h:212,
> from scripts/fixdep.c:107:
> /usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
> scripts/fixdep.c: In function `use_config':
What is LANG set to?
Try:
$ echo $LANG
Evantually try:
LANG=C; make
With some installations gcc gets confused, and cannot locate the include files.
Sam
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: 2.5.72 fixdep / cant make *config
2003-06-20 20:47 ` Sam Ravnborg
@ 2003-06-20 20:59 ` Benoit Beauchamp
0 siblings, 0 replies; 4+ messages in thread
From: Benoit Beauchamp @ 2003-06-20 20:59 UTC (permalink / raw)
To: 'Sam Ravnborg'; +Cc: linux-kernel
root@high:/usr/src# echo $LANG
C
_________________________________________
Benoit Beauchamp
> -----Original Message-----
> From: Sam Ravnborg [mailto:sam@ravnborg.org]
> Sent: June 20, 2003 1:47 PM
> To: Benoit Beauchamp
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: 2.5.72 fixdep / cant make *config
>
>
> On Fri, Jun 20, 2003 at 12:38:04PM -0700, Benoit Beauchamp wrote:
> > HOSTCC scripts/fixdep
> > In file included from /usr/include/netinet/in.h:212,
> > from scripts/fixdep.c:107:
> > /usr/include/bits/socket.h:305:24: asm/socket.h: No such file or
> > directory
> > scripts/fixdep.c: In function `use_config':
>
> What is LANG set to?
> Try:
> $ echo $LANG
>
> Evantually try:
> LANG=C; make
>
> With some installations gcc gets confused, and cannot locate
> the include files.
>
> Sam
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.72 fixdep / cant make *config
2003-06-20 19:38 2.5.72 fixdep / cant make *config Benoit Beauchamp
2003-06-20 20:47 ` Sam Ravnborg
@ 2003-06-20 22:00 ` Kai Germaschewski
1 sibling, 0 replies; 4+ messages in thread
From: Kai Germaschewski @ 2003-06-20 22:00 UTC (permalink / raw)
To: Benoit Beauchamp; +Cc: linux-kernel
On Fri, 20 Jun 2003, Benoit Beauchamp wrote:
> HOSTCC scripts/fixdep
> In file included from /usr/include/netinet/in.h:212,
> from scripts/fixdep.c:107:
> /usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
> scripts/fixdep.c: In function `use_config':
> scripts/fixdep.c:193: `PATH_MAX' undeclared (first use in this function)
> scripts/fixdep.c:193: (Each undeclared identifier is reported only once
> scripts/fixdep.c:193: for each function it appears in.)
> scripts/fixdep.c:193: warning: unused variable `s'
> scripts/fixdep.c: In function `parse_dep_file':
> scripts/fixdep.c:289: `PATH_MAX' undeclared (first use in this function)
> scripts/fixdep.c:289: warning: unused variable `s'
> make[1]: *** [scripts/fixdep] Error 1
> make: *** [scripts] Error 2
Make sure that /usr/include/asm has a proper set of headers, i.e. it's not
just a symlink pointing to your current kernel source. google.com will get
you more information ;)
--Kai
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-20 21:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-20 19:38 2.5.72 fixdep / cant make *config Benoit Beauchamp
2003-06-20 20:47 ` Sam Ravnborg
2003-06-20 20:59 ` Benoit Beauchamp
2003-06-20 22:00 ` Kai Germaschewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox