* 2.5.41 : ipv6 compile failure?
@ 2002-10-10 4:38 Vikram
2002-10-10 5:20 ` David S. Miller
2002-10-10 5:20 ` Arnaldo Carvalho de Melo
0 siblings, 2 replies; 3+ messages in thread
From: Vikram @ 2002-10-10 4:38 UTC (permalink / raw)
To: linux-kernel
tried to compile 2.5.41 with ipv6 support , i get the following build
failure:
<snip>
gcc -Wp,-MD,net/ipv6/.addrconf.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DKBUILD_BASENAME=addrconf -c -o net/ipv6/addrconf.o net/ipv6/addrconf.c
net/ipv6/addrconf.c: In function `ipv6_addr_type':
net/ipv6/addrconf.c:155: case label does not reduce to an integer constant
net/ipv6/addrconf.c:159: case label does not reduce to an integer constant
net/ipv6/addrconf.c:163: case label does not reduce to an integer constant
net/ipv6/addrconf.c:156: warning: unreachable code at beginning of switch
statement
make[2]: *** [net/ipv6/addrconf.o] Error 1
make[1]: *** [net/ipv6] Error 2
make: *** [net] Error 2
</snip>
apologies if this is redundant.
Vikram
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.41 : ipv6 compile failure?
2002-10-10 4:38 2.5.41 : ipv6 compile failure? Vikram
@ 2002-10-10 5:20 ` David S. Miller
2002-10-10 5:20 ` Arnaldo Carvalho de Melo
1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2002-10-10 5:20 UTC (permalink / raw)
To: vvikram; +Cc: linux-kernel
From: Vikram <vvikram@stanford.edu>
Date: Wed, 9 Oct 2002 21:38:38 -0700 (PDT)
tried to compile 2.5.41 with ipv6 support , i get the following build
failure:
...
apologies if this is redundant.
Known failure fixed in Linus's tree already.
Change the __constant_hto*() to plain hto*() in the case
statements on the lines the compiler complains about.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.41 : ipv6 compile failure?
2002-10-10 4:38 2.5.41 : ipv6 compile failure? Vikram
2002-10-10 5:20 ` David S. Miller
@ 2002-10-10 5:20 ` Arnaldo Carvalho de Melo
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2002-10-10 5:20 UTC (permalink / raw)
To: Vikram; +Cc: linux-kernel
Em Wed, Oct 09, 2002 at 09:38:38PM -0700, Vikram escreveu:
>
> tried to compile 2.5.41 with ipv6 support , i get the following build
> failure:
This is fixed already in DaveM's tree and I believe in Linus's too, so
wait for 2.5.42.
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-10-10 5:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-10 4:38 2.5.41 : ipv6 compile failure? Vikram
2002-10-10 5:20 ` David S. Miller
2002-10-10 5:20 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox