From owner-freebsd-current@FreeBSD.ORG Thu Nov 16 19:19:33 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C209516A403; Thu, 16 Nov 2006 19:19:33 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE4343D67; Thu, 16 Nov 2006 19:19:21 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 5DD7D45696; Thu, 16 Nov 2006 20:19:19 +0100 (CET) Received: from localhost (dlv47.neoplus.adsl.tpnet.pl [83.24.51.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 2A7D145681; Thu, 16 Nov 2006 20:19:12 +0100 (CET) Date: Thu, 16 Nov 2006 20:18:59 +0100 From: Pawel Jakub Dawidek To: Doug Ambrisko Message-ID: <20061116191858.GF63195@garage.freebsd.pl> References: <20061116015908.GB63195@garage.freebsd.pl> <200611161521.kAGFLxP5069212@ambrisko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kR3zbvD4cgoYnS/6" Content-Disposition: inline In-Reply-To: <200611161521.kAGFLxP5069212@ambrisko.com> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,RCVD_IN_XBL autolearn=no version=3.0.4 Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: ZFS patches for FreeBSD. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 19:19:33 -0000 --kR3zbvD4cgoYnS/6 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 16, 2006 at 07:21:59AM -0800, Doug Ambrisko wrote: > I skipped the mkdir and used patch -p0. Everything looked to compile > okay but when I kldload zfs is fails since the kernel doesn't > have memset: > %kldload zfs > link_elf: symbol memset undefined > kldload: can't load zfs: No such file or directory > % > Is there another change required? I applied the patch before publishing on clean source and I don't see such problem... Interesting thing is that there is no memset() use in ZFS kernel source: # grep -r memset sys/ | grep -v zap_memset # Does anyone else seeing this problem? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --kR3zbvD4cgoYnS/6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFFXLmiForvXbEpPzQRAmg6AJ9B9Vm6w59XL3zU6+ZU0++8WqyPOQCgxfXK +kygh5MdWPLchCb9BYGEPPg= =i+2z -----END PGP SIGNATURE----- --kR3zbvD4cgoYnS/6--