From owner-freebsd-stable@FreeBSD.ORG Tue Jan 1 18:44:59 2008 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 AF26316A41B for ; Tue, 1 Jan 2008 18:44:59 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: from smtp106.plus.mail.re1.yahoo.com (smtp106.plus.mail.re1.yahoo.com [69.147.102.69]) by mx1.freebsd.org (Postfix) with SMTP id 63F7913C4EC for ; Tue, 1 Jan 2008 18:44:59 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: (qmail 73641 invoked from network); 1 Jan 2008 18:44:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=HvYLGwzeavZwtidqvRrWfVxCE5YygLXU/Tw1NeyMqDKPyvPN3tBNJv65vFR+TldETpcnI6ZrHDr8Vtqq1+QP5CqDSXhnAf/3QX43VNwzb61S3P2Y7MbNJ78w+pO8JjTinOdWMH8q/j0cCi37oUtUmyESz3OiNYaHDx5evaLJDZk= ; Received: from unknown (HELO ssfbsd.securestate.org) (eol1@68.73.171.18 with plain) by smtp106.plus.mail.re1.yahoo.com with SMTP; 1 Jan 2008 18:44:58 -0000 X-YMail-OSG: _xKoMOoVM1kCXWO7HFBo9YjQ_w1lPdhdyKBD7OGffVI49DVU0ORZEwKkcGvvW8PITQNHINwkeloJuTRoPLVWnH39WMb.6aAwlJ3q54B1PVacaD9mZg-- Message-ID: <477A8A26.20209@yahoo.com> Date: Tue, 01 Jan 2008 13:44:54 -0500 From: Peter Thoenen User-Agent: Thunderbird 2.0.0.9 (X11/20071210) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Installworld fails on 7.0-RC1 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, 01 Jan 2008 18:44:59 -0000 Hello, Hope the new year finds everybody well and not too hung over :) ... posted a bit earlier with BETA4 but just wanted to state that installworld still fails for me on 7.0-RC1 - uname -a = FreeBSD ssfbsd.securestate.org 7.0-RC1 FreeBSD 7.0RC1 #1: Tue Jan 1 10:28:19 EST 2008 root@ssfbsd.securestate.org:/usr/obj/usr/src/sys/GENERIC amd64 The entire build output (alo script) can be found at: https://www.nan-elmoth.net/fbsd/7.0-rc1.installworld.txt Repost of current issues with 7.0: ----------------------- Issue 1: I originally built my source with WITHOUT_TCSH=YES defined but then discovered later that OpenOffice.org needs it to build. I can manually go into /usr/src/contrib/tcsh and make and make install but when I attempt to rebuild world (after removed WITHOUT_TSCH=YES from src.conf) it dies. See: https://www.nan-elmoth.net/fbsd/buildworld.tar.gz ----------------------- Issue 2: To resolve Issue 2 I simply stick WITHOUT_TCSH=YES back in my src.conf and make buildworld. Once this completes I continue to follow UPDATING and make kernel (just fine) and reboot into single user mode. Once here though make installworld FAILS. As you can see my kern.securelevel is correct and I know for a fact zfs supports symlinks so got me. To get around this I do it the old fashion way and "make installkernel" and then "make install" continuing to follow UPDATING after this (make delete-old and mergemaster -i). See: https://www.nan-elmoth.net/fbsd/buildworld_no_tsch.tar.gz https://www.nan-elmoth.net/fbsd/makeinstallworld.tar.gz Help on the above issues would be appreciated. I can provide more info as needed or troubleshoot further if you provide me exactly what you want me to do. Thanks, -Peter