Date: Wed, 14 Jan 2004 00:59:50 +0000 (GMT) From: Zoltan HERPAI <wigyori@2p.hu> To: freebsd-questions@freebsd.org Subject: 5.2, SYSVSHM and IPFILTER Message-ID: <20040114005622.I71749@E40.boomer.net>
next in thread | raw e-mail | index | archive | help
hi, i'm having problems compiling a new kernel. relevant parts of the config are: options SYSVSHM options SHMMAXPGS=524288 options SHMSEG=64 options SYSVSEM options SEMMNI=80 options SEMMNS=480 options SEMMNU=240 options SEMMAP=240 options SYSVMSG (this is for jailed PGSQL), options IPFILTER options IPFILTER_LOG options PFIL_HOOKS (this is to redirect to jail, etc. PFIL_HOOKS was added after some googleing). kernel compiled without problems with PGSQL tunings, without IPFILTER part. error message is: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../kern/sysv_shm.c ../../../kern/sysv_shm.c:134: warning: integer overflow in expression *** Error code 1 anyone have a clue? -w-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040114005622.I71749>