Regression in PORTS_MODULES (make.conf)?
Jeremy Chadwick
freebsd at jdc.parodius.com
Fri May 7 19:29:25 UTC 2010
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 at parodius.com |
| Parodius Networking http://www.parodius.com/ |
| UNIX Systems Administrator Mountain View, CA, USA |
| Making life hard for others since 1977. PGP: 4BD6C0CB |
More information about the freebsd-stable
mailing list