Date: Fri, 11 Oct 2002 04:35:53 +0200 From: Roelof Osinga <roelof@eboa.com> To: stable@freebsd.org Subject: How now, BSD crow? Message-ID: <3DA63909.1090108@eboa.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA63909.1090108>