Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 22:03:54 +0200
From:      "Claus Guttesen" <kometen@gmail.com>
To:        "Lars Engels" <lars.engels@0x20.net>
Cc:        current@freebsd.org
Subject:   Re: kernel build error (zlib.ko)
Message-ID:  <b41c75520705161303h78cc6f33w5a993cbbfdec7834@mail.gmail.com>
In-Reply-To: <20070516194857.GI94292@e.0x20.net>
References:  <20070516194857.GI94292@e.0x20.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> With today's sources I get an error while compiling the kernel:
>
> ===> zlib (all)
> cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -Werror -D_KERNEL
> -DKLD_MODULE -std=c99 -nostdinc -I-   -DHAVE_KERNEL_OPTION_HEADERS
> -include /usr/obj/usr/src/sys/MAGGIE/opt_global.h -I. -I@
> -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100
> --param large-function-growth=1000 -fno-common -g
> -I/usr/obj/usr/src/sys/MAGGIE -mno-align-long-strings
> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
> -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual  -Wundef -fformat-extensions -c
> /usr/src/sys/modules/zlib/../../net/zlib.c
> ld  -d -warn-common -r -d -o zlib.kld zlib.o
> :> export_syms
> awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld
> export_syms | xargs -J% objcopy % zlib.kld
> ld -Bshareable  -d -warn-common -o zlib.ko.debug zlib.kld
> objcopy --only-keep-debug zlib.ko.debug zlib.ko.symbols
> objcopy --strip-debug --add-gnu-debuglink=zlib.ko.symbols zlib.ko.debug
> zlib.ko
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
>
>
> Any ideas what could be the cause?

Do you happen to have

options         INVARIANTS
#options         INVARIANT_SUPPORT

 in your kernel-config where the second line is commented out?

-- 
regards
Claus

When lenity and cruelty play for a kingdom,
the gentlest gamester is the soonest winner.

Shakespeare.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b41c75520705161303h78cc6f33w5a993cbbfdec7834>