* [LARTC] iproute compile error
@ 2002-05-14 12:25 Ciprian Niculescu
2002-05-14 17:59 ` Stef Coene
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Ciprian Niculescu @ 2002-05-14 12:25 UTC (permalink / raw)
To: lartc
www:/usr/src/iproute2 # make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
www:/usr/src/iproute2 # make
make[1]: Entering directory `/usr/src/iproute2/lib'
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc
-include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include
-I../include -c -o utils.o utils.c
In file included from /usr/include/sys/socket.h:35,
from utils.c:22:
../include-glibc/bits/socket.h:33: warning: redefinition of `socklen_t'
/usr/include/unistd.h:247: warning: `socklen_t' previously declared here
In file included from utils.c:26:
/usr/include/arpa/inet.h:35: parse error before `inet_addr'
/usr/include/arpa/inet.h:35: warning: data definition has no type or
storage class
/usr/include/arpa/inet.h:38: parse error before `inet_lnaof'
/usr/include/arpa/inet.h:38: warning: data definition has no type or
storage class
/usr/include/arpa/inet.h:42: parse error before `__net'
/usr/include/arpa/inet.h:46: parse error before `inet_netof'
/usr/include/arpa/inet.h:46: warning: data definition has no type or
storage class
/usr/include/arpa/inet.h:50: parse error before `inet_network'
/usr/include/arpa/inet.h:50: warning: data definition has no type or
storage class
/usr/include/arpa/inet.h:74: parse error before `inet_aton'
/usr/include/arpa/inet.h:74: warning: data definition has no type or
storage class
/usr/include/arpa/inet.h:78: parse error before `__net'
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory `/usr/src/iproute2/lib'
make: *** [all] Error 2
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] iproute compile error
2002-05-14 12:25 [LARTC] iproute compile error Ciprian Niculescu
@ 2002-05-14 17:59 ` Stef Coene
2002-05-14 18:05 ` Ciprian Niculescu
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Stef Coene @ 2002-05-14 17:59 UTC (permalink / raw)
To: lartc
Kernel version ? iproute version ? Patched ? Have you first compiled the
kernel ?
Stef
On Tuesday 14 May 2002 14:25, Ciprian Niculescu wrote:
> www:/usr/src/iproute2 # make -v
> GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
> Built for i686-pc-linux-gnu
> Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
> Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
>
> Report bugs to <bug-make@gnu.org>.
>
> www:/usr/src/iproute2 # make
> make[1]: Entering directory `/usr/src/iproute2/lib'
> gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc
> -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include
> -I../include -c -o utils.o utils.c
> In file included from /usr/include/sys/socket.h:35,
> from utils.c:22:
> ../include-glibc/bits/socket.h:33: warning: redefinition of `socklen_t'
> /usr/include/unistd.h:247: warning: `socklen_t' previously declared here
> In file included from utils.c:26:
> /usr/include/arpa/inet.h:35: parse error before `inet_addr'
> /usr/include/arpa/inet.h:35: warning: data definition has no type or
> storage class
> /usr/include/arpa/inet.h:38: parse error before `inet_lnaof'
> /usr/include/arpa/inet.h:38: warning: data definition has no type or
> storage class
> /usr/include/arpa/inet.h:42: parse error before `__net'
> /usr/include/arpa/inet.h:46: parse error before `inet_netof'
> /usr/include/arpa/inet.h:46: warning: data definition has no type or
> storage class
> /usr/include/arpa/inet.h:50: parse error before `inet_network'
> /usr/include/arpa/inet.h:50: warning: data definition has no type or
> storage class
> /usr/include/arpa/inet.h:74: parse error before `inet_aton'
> /usr/include/arpa/inet.h:74: warning: data definition has no type or
> storage class
> /usr/include/arpa/inet.h:78: parse error before `__net'
> make[1]: *** [utils.o] Error 1
> make[1]: Leaving directory `/usr/src/iproute2/lib'
> make: *** [all] Error 2
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] iproute compile error
2002-05-14 12:25 [LARTC] iproute compile error Ciprian Niculescu
2002-05-14 17:59 ` Stef Coene
@ 2002-05-14 18:05 ` Ciprian Niculescu
2002-05-14 18:17 ` Stef Coene
2002-05-14 18:26 ` Luc Brouard
3 siblings, 0 replies; 5+ messages in thread
From: Ciprian Niculescu @ 2002-05-14 18:05 UTC (permalink / raw)
To: lartc
kernel 2.4.18 + imq + htb
tryed befor and after, kernel compile , and boot the new kernel
C
Stef Coene wrote:
> Kernel version ? iproute version ? Patched ? Have you first compiled the
> kernel ?
>
> Stef
>
> On Tuesday 14 May 2002 14:25, Ciprian Niculescu wrote:
>
>>www:/usr/src/iproute2 # make -v
>>GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
>>Built for i686-pc-linux-gnu
>>Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
>> Free Software Foundation, Inc.
>>This is free software; see the source for copying conditions.
>>There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>>PARTICULAR PURPOSE.
>>
>>Report bugs to <bug-make@gnu.org>.
>>
>>www:/usr/src/iproute2 # make
>>make[1]: Entering directory `/usr/src/iproute2/lib'
>>gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc
>>-include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include
>>-I../include -c -o utils.o utils.c
>>In file included from /usr/include/sys/socket.h:35,
>> from utils.c:22:
>>../include-glibc/bits/socket.h:33: warning: redefinition of `socklen_t'
>>/usr/include/unistd.h:247: warning: `socklen_t' previously declared here
>>In file included from utils.c:26:
>>/usr/include/arpa/inet.h:35: parse error before `inet_addr'
>>/usr/include/arpa/inet.h:35: warning: data definition has no type or
>>storage class
>>/usr/include/arpa/inet.h:38: parse error before `inet_lnaof'
>>/usr/include/arpa/inet.h:38: warning: data definition has no type or
>>storage class
>>/usr/include/arpa/inet.h:42: parse error before `__net'
>>/usr/include/arpa/inet.h:46: parse error before `inet_netof'
>>/usr/include/arpa/inet.h:46: warning: data definition has no type or
>>storage class
>>/usr/include/arpa/inet.h:50: parse error before `inet_network'
>>/usr/include/arpa/inet.h:50: warning: data definition has no type or
>>storage class
>>/usr/include/arpa/inet.h:74: parse error before `inet_aton'
>>/usr/include/arpa/inet.h:74: warning: data definition has no type or
>>storage class
>>/usr/include/arpa/inet.h:78: parse error before `__net'
>>make[1]: *** [utils.o] Error 1
>>make[1]: Leaving directory `/usr/src/iproute2/lib'
>>make: *** [all] Error 2
>>
>>
>>_______________________________________________
>>LARTC mailing list / LARTC@mailman.ds9a.nl
>>http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] iproute compile error
2002-05-14 12:25 [LARTC] iproute compile error Ciprian Niculescu
2002-05-14 17:59 ` Stef Coene
2002-05-14 18:05 ` Ciprian Niculescu
@ 2002-05-14 18:17 ` Stef Coene
2002-05-14 18:26 ` Luc Brouard
3 siblings, 0 replies; 5+ messages in thread
From: Stef Coene @ 2002-05-14 18:17 UTC (permalink / raw)
To: lartc
On Tuesday 14 May 2002 20:05, Ciprian Niculescu wrote:
> kernel 2.4.18 + imq + htb
>
> tryed befor and after, kernel compile , and boot the new kernel
I think there was a problem with htb + 2.4.18. But I'm not sure.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] iproute compile error
2002-05-14 12:25 [LARTC] iproute compile error Ciprian Niculescu
` (2 preceding siblings ...)
2002-05-14 18:17 ` Stef Coene
@ 2002-05-14 18:26 ` Luc Brouard
3 siblings, 0 replies; 5+ messages in thread
From: Luc Brouard @ 2002-05-14 18:26 UTC (permalink / raw)
To: lartc
On Tue, May 14, 2002 at 08:17:58PM +0200, Stef Coene wrote:
> On Tuesday 14 May 2002 20:05, Ciprian Niculescu wrote:
> > kernel 2.4.18 + imq + htb
> >
> > tryed befor and after, kernel compile , and boot the new kernel
> I think there was a problem with htb + 2.4.18. But I'm not sure.
I use htb with 2.4.18 with no problem on a woody (iproute already patched)
Luc
>
> Stef
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-05-14 18:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-14 12:25 [LARTC] iproute compile error Ciprian Niculescu
2002-05-14 17:59 ` Stef Coene
2002-05-14 18:05 ` Ciprian Niculescu
2002-05-14 18:17 ` Stef Coene
2002-05-14 18:26 ` Luc Brouard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.