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>
next in thread | previous in thread | raw e-mail | index | archive | help
--pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=3D/usr/src/sys/compile/NISSER/mod= ules=20 > MACHINE=3Di386 make clean > =3D=3D=3D> accf_data > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not= =20 > find bsd.init.mk > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not= =20 > find bsd.links.mk > make: fatal errors encountered -- cannot continue > *** Error code 1 >=20 > 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 --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9pkhLWry0BWjoQKURAuc9AJ96/D/2Lqs41rJ/NqGag6AIzYUY5QCdEniH Kyr+cf3CpVauzuquHWdO1IU= =9V/3 -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- 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?20021011034059.GB37217>