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                                   [email protected] |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to