From owner-freebsd-stable Thu Oct 10 19:36: 1 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A1837B401 for ; Thu, 10 Oct 2002 19:35:58 -0700 (PDT) Received: from frl.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3076C43E6A for ; Thu, 10 Oct 2002 19:35:58 -0700 (PDT) (envelope-from roelof@eboa.com) Received: from eboa.com (unknown [10.0.1.2]) by frl.nisser.com (Postfix) with ESMTP id DE7ACEAF2 for ; Fri, 11 Oct 2002 04:35:53 +0200 (CEST) Message-ID: <3DA63909.1090108@eboa.com> Date: Fri, 11 Oct 2002 04:35:53 +0200 From: Roelof Osinga Organization: eBOA - Programming the Web User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en,pdf MIME-Version: 1.0 To: stable@freebsd.org Subject: How now, BSD crow? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On my periodic prowls into the deeps of FreeBSD, and beyond, I encountered the following cryptic encryption: ... Script done, output file is /root/logs/kernel/2002.10.10-buildworld frl:/usr/src# cd sys/compile/NISSER/ frl:/usr/src/sys/compile/NISSER# make modules-clean cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/NISSER/modules MACHINE=i386 make clean ===> accf_data "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not find bsd.init.mk "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not find bsd.links.mk make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/NISSER. Needless to say, but who am I?, that I was not amused. frl:/usr/src/sys/compile/NISSER# find / -name bsd.init.mk -print /usr/src/share/mk/bsd.init.mk frl:/usr/src/sys/compile/NISSER# Done mergemaster, but alas. Same result. And worse even, in the buildkernel, was: ... rm -f hack.c sh /usr/src/sys/conf/newvers.sh NISSER cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel smb_conn.o: In function `smb_vc_create': smb_conn.o(.text+0x7ae): undefined reference to `iconv_open' smb_conn.o(.text+0x7c7): undefined reference to `iconv_open' smb_conn.o(.text+0x7e4): undefined reference to `iconv_open' smb_conn.o(.text+0x7fc): undefined reference to `iconv_open' smb_conn.o: In function `smb_vc_free': smb_conn.o(.text+0x8e9): undefined reference to `iconv_close' smb_conn.o(.text+0x8fb): undefined reference to `iconv_close' smb_conn.o(.text+0x90d): undefined reference to `iconv_close' smb_conn.o(.text+0x91f): undefined reference to `iconv_close' smb_smb.o: In function `smb_smb_ssnsetup': smb_smb.o(.text+0x58f): undefined reference to `iconv_convstr' smb_smb.o(.text+0x59d): undefined reference to `iconv_convstr' smb_smb.o(.text+0x5ee): undefined reference to `iconv_convstr' smb_smb.o: In function `smb_smb_treeconnect': smb_smb.o(.text+0xa1b): undefined reference to `iconv_convstr' smb_smb.o(.text+0xa35): undefined reference to `iconv_convstr' smb_subr.o: In function `smb_copy_iconv': smb_subr.o(.text+0x440): undefined reference to `iconv_conv' smb_subr.o: In function `smb_put_asunistring': smb_subr.o(.text+0x4fe): undefined reference to `iconv_convmem' *** Error code 1 Stop in /usr/obj/usr/src/sys/NISSER. So my question to y'all is, where did I go wrong? What sin did I commit? Roelof -- _______________________________________________________________________ EBOAź est. 1982 http://www.EBOA.com/ tel. +31-58-2123014 mailto:info@EBOA.com?subject=Information_request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message