Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 17:44:28 GMT
From:      zloidemon <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/141000: problem buildkernel with option NTFS_ICONV 
Message-ID:  <200911291744.nATHiS4I045584@www.freebsd.org>
Resent-Message-ID: <200911291750.nATHo19o010777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141000
>Category:       kern
>Synopsis:       problem buildkernel with option NTFS_ICONV
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 29 17:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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