From owner-freebsd-stable@FreeBSD.ORG Mon Mar 22 14:01:46 2010 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 983681065670 for ; Mon, 22 Mar 2010 14:01:46 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 412E08FC13 for ; Mon, 22 Mar 2010 14:01:45 +0000 (UTC) Received: by vws1 with SMTP id 1so382216vws.13 for ; Mon, 22 Mar 2010 07:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=HE3iwj8p3w/cRulJdb5dVUP6Mrv85z8/1gPDUqH1Mtk=; b=EfvyH3TLpfI6l4iO2u5WEslKSeISEJptgcXjricSsp6cUrpX7/RpAg4vWyAUt2uhtc /N0pUUOgaIcs+dZqprgEwPZ9fScC8rcGYbs6siS+Tdn47TlGu8k/GgVpjnUedB9qljXs 0Jkb854+vNUq+TJ81RBd/UGNDxeiNpRm7BmUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=tMFKK5aG3Y4AME82WpiLkvNzUH8NT45nELbcEWlRDdGxIs4fo22wJHwwM74joABgSb zl676mRWUZdY3XwxnjVQRM6HGH+87jnsdnVyTFyxOSFoKpbKx5GP0eOPfQrZfUN9o9hG pFC6MDclVFRjaA1UK2WRNusqmvUcWvZHmzQJ0= Received: by 10.220.126.166 with SMTP id c38mr1310558vcs.49.1269266486517; Mon, 22 Mar 2010 07:01:26 -0700 (PDT) Received: from centel.dataix.local (ppp-21.63.dialinfree.com [209.172.21.63]) by mx.google.com with ESMTPS id 25sm35579381vws.4.2010.03.22.07.01.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Mar 2010 07:01:25 -0700 (PDT) Sender: "J. Hellenthal" Date: Mon, 22 Mar 2010 10:01:39 -0400 From: jhell To: Dan Naumov In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-STABLE Mailing List , alteriks@gmail.com Subject: RE: Can't boot after make installworld 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: Mon, 22 Mar 2010 14:01:46 -0000 On Mon, 22 Mar 2010 07:13, Dan Naumov wrote: In Message-Id: > The ZFS bootloader has been changed in 8-STABLE compared to > 8.0-RELEASE. Reinstall your boot blocks. > > P.S: "LOADER_ZFS_SUPPORT=YES" is also deprecated in 8-STABLE, not to > mention that you have it in the wrong place, for 8.0, it goes into > make.conf, not src.conf. > P.S.S: src.conf is the correct place this should be placed but will also work if placed in make.conf. As stated in src.conf(5) --- The src.conf file contains settings that will apply to every build involving the FreeBSD source tree; see build(7). The src.conf file uses the standard makefile syntax. However, src.conf should not specify any dependencies to make(1). Instead, src.conf is to set make(1) variables that control the aspects of how the system builds. --- It would be almost to the same effect of doing this at the end of your make.conf except it has already been done for you elsewhere. .if ${.CURDIR:M/usr/src*} .include "/etc/src.conf" .endif > Is there any particular reason you are upgrading from a production > release to a development branch of the OS? > > - Sincerely, > Dan Naumov > Regards, -- jhell