Build fail

Martin Buchholz martinrb at google.com
Fri Sep 12 11:14:51 PDT 2008


The right way to unset an environment variable is to use "unset"
What I do is (effectively):

unset JAVA_HOME
export LANG=C LC_ALL=C

Martin

On Thu, Sep 11, 2008 at 09:42, Attila Szegedi <szegedia at gmail.com> wrote:
> ERROR: Your JAVA_HOME environment variable is set.  This will
>        most likely cause the build to fail.  Please unset it
>        and start your build again.
...
> I eliminated these with
> export JAVA_HOME=
> export LANG=C



More information about the bsd-port-dev mailing list