From owner-freebsd-stable@FreeBSD.ORG Thu Jun 14 15:41:38 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD4A116A41F for ; Thu, 14 Jun 2007 15:41:38 +0000 (UTC) (envelope-from bamston@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (reactor-xg.kiev.ua [82.144.204.150]) by mx1.freebsd.org (Postfix) with ESMTP id 43AE113C4E5 for ; Thu, 14 Jun 2007 15:41:37 +0000 (UTC) (envelope-from bamston@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (mail.reactor-xg.kiev.ua [82.144.204.150]) by mail.reactor-xg.kiev.ua (Reactor-XG Mailer System) with ESMTP id l5EF4l6d012775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Jun 2007 18:04:53 +0300 (EEST) (envelope-from bamston@reactor-xg.kiev.ua) Authentication-Results: mail.reactor-xg.kiev.ua from=bamston@reactor-xg.kiev.ua; sender-id=pass; spf=pass From: "Andrei V. Lavreniyuk" Organization: Technica-03, Inc. To: stable@freebsd.org Date: Thu, 14 Jun 2007 18:04:44 +0300 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706141804.47668.bamston@reactor-xg.kiev.ua> X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on mail.reactor-xg.kiev.ua X-Virus-Status: Clean Cc: Subject: make kernel ERROR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 15:41:38 -0000 Hi! # uname -a FreeBSD datacenter.technica-03.local 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jun 8 20:16:09 EEST 2007 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP-DATACENTER i386 If enable: options LIBICONV options CD9660_ICONV options MSDOSFS_ICONV options NTFS_ICONV options UDF_ICONV then error: MAKE=make sh /usr/src/sys/conf/newvers.sh SMP-DATACENTER cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel.debug ntfs_iconv.o(.text+0x21): In function `ntfs_iconv_mod_handler': /usr/src/sys/fs/ntfs/ntfs_iconv.c:36: undefined reference to `ntfs_iconv' ntfs_iconv.o(.text+0x47):/usr/src/sys/fs/ntfs/ntfs_iconv.c:36: undefined reference to `ntfs_iconv' udf_iconv.o(.text+0x21): In function `udf_iconv_mod_handler': /usr/src/sys/fs/udf/udf_iconv.c:36: undefined reference to `udf_iconv' udf_iconv.o(.text+0x47):/usr/src/sys/fs/udf/udf_iconv.c:36: undefined reference to `udf_iconv' *** Error code 1 Stop in /usr/obj/usr/src/sys/SMP-DATACENTER. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------------------------------- If disable: options LIBICONV #options CD9660_ICONV #options MSDOSFS_ICONV #options NTFS_ICONV #options UDF_ICONV then make complete. I look after it already month... Best regards, Andrei V. Lavreniyuk.