Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 11:55:50 +0200
From:      Kris Kennaway <kris@FreeBSD.org>
To:        "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK	now
Message-ID:  <48B91926.1070802@FreeBSD.org>
In-Reply-To: <48B91213.5000202@mail.zedat.fu-berlin.de>
References:  <DA7CCD48-3A8E-4360-B739-3F68482F99A4@airwired.net>	<48B8395A.7020607@ibctech.ca>	<48B85FBE.9040303@mail.zedat.fu-berlin.de>	<48B86928.1090904@FreeBSD.org> <48B91213.5000202@mail.zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
O. Hartmann wrote:
> Kris Kennaway wrote:
>> 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
>> _______________________________________________
>> freebsd-stable@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
> Well, I hoped the 'buildworld' build everything process would do so? Do 
> I need an extra option in my kernel config?

It is a kernel module, it doesn't get built by buildworld (by default). 
  If you use the default build settings for your kernel, it builds all 
modules including this one.  If you use MODULES_OVERRIDE or similar to 
specify a list of modules to build, you have to add it to the list.

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48B91926.1070802>