From owner-svn-src-head@FreeBSD.ORG Thu Mar 4 19:26:32 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9193D106564A; Thu, 4 Mar 2010 19:26:32 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay3.uni-muenster.de (ZIVM-EXRELAY3.UNI-MUENSTER.DE [128.176.192.20]) by mx1.freebsd.org (Postfix) with ESMTP id 867B18FC12; Thu, 4 Mar 2010 19:26:31 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,582,1262559600"; d="scan'208";a="27602703" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay3.uni-muenster.de with ESMTP; 04 Mar 2010 20:26:30 +0100 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id 19D401B0750; Thu, 4 Mar 2010 20:26:30 +0100 (CET) Date: Thu, 04 Mar 2010 20:26:29 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Alfred Perlstein Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r204552 - in head/sys: conf kern net sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 19:26:32 -0000 hi there, has "device gzio" now become a mandatory kernel option? if it has or if existing options now require "device gzio" it would be nice if you could document this (NOTES or/and UPDATING), because i don't have "options COMPRESS_USER_CORES" in my kernel conf, however when trying to compile a kernel without "device gzio" i'm getting: =2E.. cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=3Dnative -st= d=3Dc99 -O0 -pipe -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fno-omit-frame-pointer -mcmodel=3Dke= rnel -mno-red-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3d= now -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protect= or vnode_if.c :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=3Dmake sh /usr/src/sys/conf/newvers.sh ARUNDEL cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=3Dnative -st= d=3Dc99 -O0 -pipe -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 -fno-omit-frame-pointer -mcmodel=3Dke= rnel -mno-red-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3d= now -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protect= or vers.c linking kernel.debug imgact_elf.o(.text+0x2509): In function `elf64_coredump': /usr/src/sys/kern/imgact_elf.c:1143: undefined reference to `gzclose' imgact_elf32.o(.text+0x22a0): In function `elf32_coredump': /usr/src/sys/kern/imgact_elf.c:1143: undefined reference to `gzclose' *** Error code 1 Stop in /usr/obj/usr/src/sys/ARUNDEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. here's my kernel conf: http://pastebin.com/1p3VsCPm cheers. alex