Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2008 08:46:40 +0400
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "Jason C. Wells" <jcw@highperformance.net>
Cc:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: buildworld fails immediately
Message-ID:  <20080925044640.GA76968@edoofus.dev.vega.ru>
In-Reply-To: <48DAF163.8060502@highperformance.net>
References:  <48DAF163.8060502@highperformance.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 24, 2008 at 07:03:15PM -0700, Jason C. Wells wrote:
> I am trying to build RELENG_6.  I receive the following errors.
> 
> [root@s4cr /usr/src]# make buildworld
> "/dev/null", line 4: Need an operator
> "/dev/null", line 6: Need an operator
> "/dev/null", line 8: Need an operator
> "/dev/null", line 9: Need an operator
> "/dev/null", line 11: Need an operator
> "/dev/null", line 12: Need an operator
> "/dev/null", line 13: Need an operator
> "/dev/null", line 15: Need an operator
> "/dev/null", line 16: Need an operator
> "/dev/null", line 18: Need an operator
> 
> 
> I figured I got a partial update or something.  Re-supping didn't help. 
>    I am building on 6.2-RELEASE inside a jail.  Jails are new for me so 
> maybe I missed something there.
> 
> Any ideas?
> 
Make sure /dev/null inside a jail is a device and not a plain file.
If the latter, you probably forgot to mount devfs onto a jail's /dev.


Cheers,
-- 
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer



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