From owner-freebsd-stable@FreeBSD.ORG Fri Aug 29 21:25:01 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 14FF0106566B for ; Fri, 29 Aug 2008 21:25:01 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD168FC13; Fri, 29 Aug 2008 21:25:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48B86928.1090904@FreeBSD.org> Date: Fri, 29 Aug 2008 23:24:56 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: "O. Hartmann" References: <48B8395A.7020607@ibctech.ca> <48B85FBE.9040303@mail.zedat.fu-berlin.de> In-Reply-To: <48B85FBE.9040303@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now 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: Fri, 29 Aug 2008 21:25:01 -0000 O. Hartmann wrote: > Steve Bertrand wrote: >> Dan Allen wrote: >>> Well I got bit by this and am dead in the water. Nothing builds. I >>> tried the DEBUG_FLAGS=-g trick but to no avail. >> >> My 7.0 box upgraded fine this morning: >> >> FreeBSD ids.eagle.ca 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Aug >> 29 11:38:12 EDT 2008 steve@ids:/usr/obj/usr/src/sys/SMP i386 >> >> The dmesg if it is relevant: >> >> http://ww3.ibctech.ca/ids.dmesg >> >> Steve > Well, mine did not. I was capable of compiling world and kernel and also > capable of installing all things like I did in the past, but ZFS seems > still broken - the module does not load automatically at initialization > time nor is it loadable via kldload (there is an error about missing > opensolaris module but I can't find anything about this module ...). It's new, you need to build it. Kris