From owner-freebsd-fs@FreeBSD.ORG Mon Oct 8 17:28:35 2012 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80C0F1065673 for ; Mon, 8 Oct 2012 17:28:35 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1A58FC16 for ; Mon, 8 Oct 2012 17:28:34 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q98HHxYY078323 for ; Mon, 8 Oct 2012 10:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1349716680; bh=5hU5VQTSuyPHD6wDIzZvTGjQjON+aCZz9r9l7kr/kjw=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=CVJZQnNXxjhdFjlWykWOLYj9NXACAa3hTk6P0DaDY5Lgn9trz+ntk6MoalLAcaDI0 zaH8l9eANaEI6XrgoEMrAapTK3Wb6r9KWzBvAhHRu9FtJSXaM6+LC+k/6kUg5i283C h29b7pmc1anyPg+w1WsI+yKVUT6gP68YqLjSYJYc= From: Sean Bruno To: fs@freebsd.org Content-Type: text/plain; charset="UTF-8" Date: Mon, 08 Oct 2012 10:17:59 -0700 Message-ID: <1349716679.4062.8.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 716680001 Cc: Subject: zfs zlib and net/zlib conflict X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 17:28:35 -0000 Hey, noted that DDB_CTF and ZFS are one cause of zlib conflict currently. I guess, for now, I can't have CTF *and* ZFS in my kernconf, which is ok, I guess. I can see that there will be some issues until someone can untangle zlib as sys/conf/files will drag in zlib from net in the following options: net/zlib.c optional crypto | geom_uzip | ipsec | \ mxge | netgraph_deflate | \ ddb_ctf | gzio |geom_uncompress Thoughts? Sean