* bk current build failures (xfrm.h / tpqic02.c)
@ 2002-11-14 0:40 Kevin Brosius
2002-11-14 4:17 ` David S. Miller
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Brosius @ 2002-11-14 0:40 UTC (permalink / raw)
To: kernel
[-- Attachment #1: Type: text/plain, Size: 65 bytes --]
I see the two attached build failures with bk current.
--
Kevin
[-- Attachment #2: bk_current_bf --]
[-- Type: text/plain, Size: 465 bytes --]
net/core/skbuff.c: At top level:
include/net/xfrm.h:104: storage size of `lft' isn't known
include/net/xfrm.h:112: storage size of `replay' isn't known
include/net/xfrm.h:115: storage size of `stats' isn't known
include/net/xfrm.h:117: storage size of `curlft' isn't known
make[2]: *** [net/core/skbuff.o] Error 1
drivers/char/tpqic02.c: In function `__initfn':
drivers/char/tpqic02.c:2798: parse error before "void"
make[2]: *** [drivers/char/tpqic02.o] Error 1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bk current build failures (xfrm.h / tpqic02.c)
2002-11-14 0:40 bk current build failures (xfrm.h / tpqic02.c) Kevin Brosius
@ 2002-11-14 4:17 ` David S. Miller
2002-11-14 12:34 ` Jens Axboe
0 siblings, 1 reply; 4+ messages in thread
From: David S. Miller @ 2002-11-14 4:17 UTC (permalink / raw)
To: Kevin Brosius; +Cc: kernel
On Wed, 2002-11-13 at 16:40, Kevin Brosius wrote:
> net/core/skbuff.c: At top level:
> include/net/xfrm.h:104: storage size of `lft' isn't known
> include/net/xfrm.h:112: storage size of `replay' isn't known
> include/net/xfrm.h:115: storage size of `stats' isn't known
> include/net/xfrm.h:117: storage size of `curlft' isn't known
> make[2]: *** [net/core/skbuff.o] Error 1
Something is wrong with your tree, net/xfrm.h includes linux/xfrm.h
which declares the layout of said structures the compiler is
complaining about.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bk current build failures (xfrm.h / tpqic02.c)
2002-11-14 4:17 ` David S. Miller
@ 2002-11-14 12:34 ` Jens Axboe
2002-11-15 3:22 ` Kevin Brosius
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2002-11-14 12:34 UTC (permalink / raw)
To: David S. Miller; +Cc: Kevin Brosius, kernel
On Wed, Nov 13 2002, David S. Miller wrote:
> On Wed, 2002-11-13 at 16:40, Kevin Brosius wrote:
> > net/core/skbuff.c: At top level:
> > include/net/xfrm.h:104: storage size of `lft' isn't known
> > include/net/xfrm.h:112: storage size of `replay' isn't known
> > include/net/xfrm.h:115: storage size of `stats' isn't known
> > include/net/xfrm.h:117: storage size of `curlft' isn't known
> > make[2]: *** [net/core/skbuff.o] Error 1
>
> Something is wrong with your tree, net/xfrm.h includes linux/xfrm.h
> which declares the layout of said structures the compiler is
> complaining about.
Most likely he is building out of his bk tree and he forgot to bk get
the files again.
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bk current build failures (xfrm.h / tpqic02.c)
2002-11-14 12:34 ` Jens Axboe
@ 2002-11-15 3:22 ` Kevin Brosius
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Brosius @ 2002-11-15 3:22 UTC (permalink / raw)
To: Jens Axboe; +Cc: David S. Miller, kernel
Jens Axboe wrote:
>
>
> On Wed, Nov 13 2002, David S. Miller wrote:
> > On Wed, 2002-11-13 at 16:40, Kevin Brosius wrote:
> > > net/core/skbuff.c: At top level:
> > > include/net/xfrm.h:104: storage size of `lft' isn't known
> > > include/net/xfrm.h:112: storage size of `replay' isn't known
> > > include/net/xfrm.h:115: storage size of `stats' isn't known
> > > include/net/xfrm.h:117: storage size of `curlft' isn't known
> > > make[2]: *** [net/core/skbuff.o] Error 1
> >
> > Something is wrong with your tree, net/xfrm.h includes linux/xfrm.h
> > which declares the layout of said structures the compiler is
> > complaining about.
>
> Most likely he is building out of his bk tree and he forgot to bk get
> the files again.
Yes, that's it. Thank you, and sorry about that. (I'll go configure
for checkout-get mode now...)
Now I see:
drivers/char/tpqic02.c: In function `__initfn':
drivers/char/tpqic02.c:2798: parse error before "void"
make[2]: *** [drivers/char/tpqic02.o] Error 1
I'm guessing that may be fixed in 2.5.47-ac2[&4]?
--
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-15 3:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-14 0:40 bk current build failures (xfrm.h / tpqic02.c) Kevin Brosius
2002-11-14 4:17 ` David S. Miller
2002-11-14 12:34 ` Jens Axboe
2002-11-15 3:22 ` Kevin Brosius
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox