From nobody@FreeBSD.org  Sun Nov 29 17:44:28 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 893221065676
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Nov 2009 17:44:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7887C8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Nov 2009 17:44:28 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nATHiSvc045585
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Nov 2009 17:44:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nATHiS4I045584;
	Sun, 29 Nov 2009 17:44:28 GMT
	(envelope-from nobody)
Message-Id: <200911291744.nATHiS4I045584@www.freebsd.org>
Date: Sun, 29 Nov 2009 17:44:28 GMT
From: zloidemon <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: problem buildkernel with option NTFS_ICONV 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141000
>Category:       kern
>Synopsis:       [build] problem buildkernel with option NTFS_ICONV
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 29 17:50:01 UTC 2009
>Closed-Date:    Mon Dec 21 19:08:30 UTC 2009
>Last-Modified:  Mon Dec 21 19:08:30 UTC 2009
>Originator:     zloidemon
>Release:        8.0-RELEASE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-RELEASE FreeBSD 8.0-RELEASE #8: Sun Nov 29 20:36:04 KRAT 2009     root@zlobook.local:/usr/obj/usr/src/sys/zlobook  i386
>Description:
cc -c -O -pipe  -std=c99 -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=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 -mno-sse3 -ffreestanding -fstack-protector -Werror  vers.c
linking kernel.debug
ntfs_iconv.o(.text+0x22): In function `ntfs_iconv_mod_handler':
/usr/src/sys/fs/ntfs/ntfs_iconv.c:36: undefined reference to `ntfs_iconv'
ntfs_iconv.o(.text+0x4a):/usr/src/sys/fs/ntfs/ntfs_iconv.c:36: undefined reference to `ntfs_iconv'
*** Error code 1

>How-To-Repeat:
add to kernel

options         LIBICONV
options         CD9660_ICONV
options         MSDOSFS_ICONV
options         NTFS_ICONV
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Mon Dec 21 19:05:30 UTC 2009 
State-Changed-Why:  
Close: 
As mentionned in NOTES, these options require their base file system 
and LIBICONV. 
So you have to add LIBICONV, NTFS and NTFS_ICONV for your kernel to build. 


Responsible-Changed-From-To: freebsd-bugs->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Mon Dec 21 19:05:30 UTC 2009 
Responsible-Changed-Why:  
Track. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141000 
>Unformatted:
