Skip to content

Instantly share code, notes, and snippets.

@davetayls
Created July 22, 2011 15:17
Show Gist options
  • Save davetayls/1099658 to your computer and use it in GitHub Desktop.
Save davetayls/1099658 to your computer and use it in GitHub Desktop.
output of validator.nu build
dave@daveubuntu:/usr/lib/jvm/java-6-sun/bin$ cd ~/src/checker/
dave@daveubuntu:~/src/checker$ sudo python build/build.py build
[sudo] password for dave:
"hg" pull --update -R build https://bitbucket.org/validator/build/
Not trusting file build/.hg/hgrc from untrusted user dave, group dave
Not trusting file /home/dave/src/checker/build/.hg/hgrc from untrusted user dave, group dave
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://bitbucket.org/validator/build/
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
searching for changes
no changes found
Error: The JAVA_HOME environment variable is not set.
Set the JAVA_HOME environment variable to the pathname of the directory where your JDK is installed.
dave@daveubuntu:~/src/checker$ echo $JAVA_HOME
/usr/lib/jvm/java-6-sun/bin
dave@daveubuntu:~/src/checker$ sudo echo $JAVA_HOME
/usr/lib/jvm/java-6-sun/bin
dave@daveubuntu:~/src/checker$
dave@daveubuntu:~$ echo $JAVA_HOME
/usr/lib/jvm/java-6-sun
dave@daveubuntu:~$ sudo echo $JAVA_HOME
[sudo] password for dave:
/usr/lib/jvm/java-6-sun
dave@daveubuntu:~$ cd ~/src/checker/
dave@daveubuntu:~/src/checker$ sudo python build/build.py build
"hg" pull --update -R build https://bitbucket.org/validator/build/
Not trusting file build/.hg/hgrc from untrusted user dave, group dave
Not trusting file /home/dave/src/checker/build/.hg/hgrc from untrusted user dave, group dave
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://bitbucket.org/validator/build/
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
searching for changes
no changes found
Error: The JAVA_HOME environment variable is not set.
Set the JAVA_HOME environment variable to the pathname of the directory where your JDK is installed.
dave@daveubuntu:~/src/checker$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment