From owner-freebsd-stable Thu Oct 10 20:41: 2 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 019E137B401 for ; Thu, 10 Oct 2002 20:41:01 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB2443EAF for ; Thu, 10 Oct 2002 20:41:00 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A61B066D2E; Thu, 10 Oct 2002 20:40:59 -0700 (PDT) Date: Thu, 10 Oct 2002 20:40:59 -0700 From: Kris Kennaway To: Roelof Osinga Cc: stable@freebsd.org Subject: Re: How now, BSD crow? Message-ID: <20021011034059.GB37217@xor.obsecurity.org> References: <3DA63909.1090108@eboa.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <3DA63909.1090108@eboa.com> User-Agent: Mutt/1.4i 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 --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