Java 6 fails to package on Ubuntu 14.04. Maybe issue started with 13.10 but I can't test at this time.
This is due to a dependency on packages that no longer exists. The best I can tell is that they were dropped on 13.10.
Packages in question are lib32asound2 and ia32-libs.
lib32asound2 is likely just libasound2:i386 however ia32-libs was pulling in a bunch of other stuff and I don't know what the additional needed is there.
Using a fork of the script I was able to install Java 7 and Java 8 successfully.
Java 6 fails to package on Ubuntu 14.04. Maybe issue started with 13.10 but I can't test at this time.
This is due to a dependency on packages that no longer exists. The best I can tell is that they were dropped on 13.10.
Packages in question are lib32asound2 and ia32-libs.
lib32asound2 is likely just libasound2:i386 however ia32-libs was pulling in a bunch of other stuff and I don't know what the additional needed is there.
Using a fork of the script I was able to install Java 7 and Java 8 successfully.
Fork: https://github.com/ladios/oab-java6/blob/master/oab-java.sh