public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.47-bk4 compile failure, due to crypto
@ 2002-11-15 17:43 Helge Hafting
  2002-11-16  5:57 ` george anzinger
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Hafting @ 2002-11-15 17:43 UTC (permalink / raw)
  To: linux-kernel

I get this, even if I de-selects all the crypto stuff.
Helge Hafting

make -f scripts/Makefile.build obj=net/core
  gcc -Wp,-MD,net/core/.skbuff.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=skbuff -DKBUILD_MODNAME=skbuff   -c -o
net/core/skbuff.o net/core/skbuff.c
In file included from include/net/xfrm.h:6,
                 from net/core/skbuff.c:61:
include/linux/crypto.h: In function `crypto_tfm_alg_modname':
include/linux/crypto.h:202: dereferencing pointer to incomplete type
include/linux/crypto.h:205: warning: control reaches end of non-void
function
make[2]: *** [net/core/skbuff.o] Error 1
make[1]: *** [net/core] Error 2
make: *** [net] Error 2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.5.47-bk4 compile failure, due to crypto
  2002-11-15 17:43 2.5.47-bk4 compile failure, due to crypto Helge Hafting
@ 2002-11-16  5:57 ` george anzinger
  0 siblings, 0 replies; 2+ messages in thread
From: george anzinger @ 2002-11-16  5:57 UTC (permalink / raw)
  To: Helge Hafting; +Cc: linux-kernel

The QUICK fix is to turn the offending function into a
"#define"...

-g

Helge Hafting wrote:
> 
> I get this, even if I de-selects all the crypto stuff.
> Helge Hafting
> 
> make -f scripts/Makefile.build obj=net/core
>   gcc -Wp,-MD,net/core/.skbuff.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=skbuff -DKBUILD_MODNAME=skbuff   -c -o
> net/core/skbuff.o net/core/skbuff.c
> In file included from include/net/xfrm.h:6,
>                  from net/core/skbuff.c:61:
> include/linux/crypto.h: In function `crypto_tfm_alg_modname':
> include/linux/crypto.h:202: dereferencing pointer to incomplete type
> include/linux/crypto.h:205: warning: control reaches end of non-void
> function
> make[2]: *** [net/core/skbuff.o] Error 1
> make[1]: *** [net/core] Error 2
> make: *** [net] Error 2
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
George Anzinger   george@mvista.com
High-res-timers: 
http://sourceforge.net/projects/high-res-timers/
Preemption patch:
http://www.kernel.org/pub/linux/kernel/people/rml

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-16  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-15 17:43 2.5.47-bk4 compile failure, due to crypto Helge Hafting
2002-11-16  5:57 ` george anzinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox