From owner-freebsd-stable@FreeBSD.ORG Tue May 26 12:30:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41634106564A for ; Tue, 26 May 2009 12:30:40 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: from mail-pz0-f105.google.com (mail-pz0-f105.google.com [209.85.222.105]) by mx1.freebsd.org (Postfix) with ESMTP id 15F1A8FC21 for ; Tue, 26 May 2009 12:30:39 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: by pzk3 with SMTP id 3so3281491pzk.3 for ; Tue, 26 May 2009 05:30:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition :organization; bh=IrB0N+NyiNmqDQ5pqww6jRAutBdsigGlvsMqfRB2nUU=; b=QAr+C7hUpJVXAM0CwVg3S/OF2XGCHYjGFkUbgrs3M7FjYs+MIHsjKtv7ogtFCgylHL czeituMi4G0pwFxH1PjX/fiUeYTp7PR6rsX55l6Gp9J/74RdhgUScTABfuQGcAOwQfS9 9G9qgZsFGse7ZsGZPomcD2SyuS46NkRTfko30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:organization; b=KfP/3emiNQSNaihACydiZTL0Y9P3UA0dw7JiCpMAmKXCYeCGSv7SjiT6zACkg+AS9u bsRR73uRnpCGamMRq9onWyUrhrzdpk1Vn45NuRUq8ht7IDlWFEqX1aljFkg0M+vJSZkS DlQutA0ekt/BAVPCIJu9qBdMbLF3oMKmEsIWI= Received: by 10.142.234.16 with SMTP id g16mr2642840wfh.264.1243339514718; Tue, 26 May 2009 05:05:14 -0700 (PDT) Received: from localhost ([58.240.248.38]) by mx.google.com with ESMTPS id 31sm4828737wff.4.2009.05.26.05.05.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 26 May 2009 05:05:14 -0700 (PDT) Date: Tue, 26 May 2009 20:05:10 +0800 From: "Wu, Yue" To: freebsd-stable Message-ID: <20090526120510.GA1785@fbsd.hasee.cpu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: China Pharmaceutical University, Nanjing, PRC Subject: WITHOUT_ZFS makes build world and kernel error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 12:30:40 -0000 Hi, list, I have a FreeBSD 7-stable box, which has been cvsed up yesterday, even with my src.conf which has the line of WITHOUT_ZFS=yes, FreeBSD always wants to install libzfs relative stuffs when installing kernel and world, so error comes, I have to comment out this line to make the installing stage goes correctly. Is it a bug? -- Hi, Wu, Yue