Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 12:29:24 -0700
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        Frank Steinborn <steinex@nognu.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Regression in PORTS_MODULES (make.conf)?
Message-ID:  <20100507192924.GB62650@icarus.home.lan>
In-Reply-To: <20100507182801.GA46463@haydn.nognu.de>
References:  <20100507182801.GA46463@haydn.nognu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 07, 2010 at 08:28:01PM +0200, Frank Steinborn wrote:
> Hello,
> 
> I have the following in /etc/make.conf:
> 
> PORTS_MODULES=	sysutils/fusefs-kmod \
> 		emulators/virtualbox-ose-kmod
> 
> On buildworld, it claims:
> 
> env: ruby: not found 
> 
> However, ruby is installed and in PATH. I've seen a similar issue
> lately but wasn't sure if it's just a problem in my configuration.
> 
> Do you think this is PR-worthy?

I'm not familiar with the above make.conf variable (I'm sure others
are), but the "env" error you see is likely because the underlying
sub-shell that's spawned is /bin/sh, and the default PATH for that shell
probably doesn't include /usr/local/bin.

I'm also unsure what ruby has to do with buildworld.  (I don't see
anything relevant in /usr/share/mk or /usr/src).

-- 
| Jeremy Chadwick                                   jdc@parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |




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