[vbox-dev] (no subject)

Matt datahead4 at gmail.com
Sat Oct 4 18:57:43 GMT 2008


On Sat, Oct 4, 2008 at 1:35 PM, Desmond Chapman <que_deseja at hotmail.com> wrote:
> # source ./Config.kmk
> VBOX_ROOT_CONFIG_KMK_INCLUDED: Command not found.
> KBUILD_DO_AUTO_INSTALL: Command not found.
> Illegal variable name.
> # source ./env.sh
> export: Command not found.
> export: Command not found.
> export: Command not found.
> export: Command not found.
> export: Command not found.
> export: Command not found.
> export: Command not found.
> export: Command not found.
> PATH_KBUILD: Undefined variable.

Looks like env.sh has a #!/bin/bash as it's first line - you'll need
to either change that to #!/usr/local/bin/bash or symlink
/usr/local/bin/bash->/bin/bash to have the script find the correct
shell.  The bash port installs to /usr/local/bin/bash on FreeBSD (and
bash is not in the base system).  I recommend the symlink approach -
I've had better luck with that.

Matt

> # source ./Makefile.kmk
> SUB_DEPTH: Command not found.
> Illegal variable name.
> #
>
>
> Since FreeBSD and Linux have their similarities, has anyone mapped out a
> Linux build and compared it? Is there a kernel module build for FreeBSD that
> I may have missed?
>
>
>
>
>
>
> ________________________________
> Get more out of the Web. Learn 10 hidden secrets of Windows Live. Learn Now
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
>




More information about the vbox-dev mailing list