-
Notifications
You must be signed in to change notification settings - Fork 121
oab-java.sh fails to package java 6 on Ubuntu 14.04 #133
Comments
I tried taking out the deps and I get this in the log eventually resulting in an error... dpkg-buildpackage: host architecture amd64 |
Confirmed. And Java 7 (ran the script with the -7 option) also fails on Ubuntu 14.04:
|
i guess the required new package name is : libasound2:i386, for ia32-libs, could be multiarch-support |
Anyone managed to work around this? |
Add these deps instead of lib32asound2 ia32-libs into sun-java6/debian/control(.in): It also must be send to upstream: https://github.com/rraptorr/sun-java6 |
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
The text was updated successfully, but these errors were encountered: