Date: Thu, 10 Oct 2002 20:40:59 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Roelof Osinga <roelof@eboa.com> Cc: stable@freebsd.org Subject: Re: How now, BSD crow? Message-ID: <20021011034059.GB37217@xor.obsecurity.org> In-Reply-To: <3DA63909.1090108@eboa.com> References: <3DA63909.1090108@eboa.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Fri, Oct 11, 2002 at 04:35:53AM +0200, Roelof Osinga wrote: > 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 You have to have an up-to-date world before other targets like 'modules-clean' are guaranteed to work. As you show: > frl:/usr/src/sys/compile/NISSER# find / -name bsd.init.mk -print > /usr/src/share/mk/bsd.init.mk You don't have these files installed yet. > smb_conn.o(.text+0x7ae): undefined reference to `iconv_open' You probably forgot options LIBICONV from your kernel config file, which is mandatory for SMBFS support (as documented). Kris [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9pkhLWry0BWjoQKURAuc9AJ96/D/2Lqs41rJ/NqGag6AIzYUY5QCdEniH Kyr+cf3CpVauzuquHWdO1IU= =9V/3 -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021011034059.GB37217>
