-
Notifications
You must be signed in to change notification settings - Fork 120
oab-java.sh (0.3.0) fails in current state #123
Comments
Just a heads up but I believe #119 is an older report of this issue. |
I've somewhat similar issue regardless of the architecture cp -a x64/jre debian/oracle-java7-bin/usr/lib/jvm/java-7-oracle-1.7.0.51 cp -a i586/jre debian/oracle-java7-bin/usr/lib/jvm/java-7-oracle-1.7.0.51 |
Try the referenced pull request an see if it works for you when manually applied. Hopefully the maintainer will accept the patch. |
Thanks! I can confirm that it works |
yup worked for me
for now... |
Unable to make it work :( Using rraptorr/oracle-java7 directly works. UPD: I've used master of rraptorr/oracle-java7 |
Update to previous post: recently make it works with branch from ladios/master |
Yeah, same as jsirex, https://github.com/ladios/oab-java6/blob/master/oab-java.sh works with Java 8. Any chances this repository will be updated? |
I get the following error in the log:
cp -a x64/jre debian/oracle-java7-bin/usr/lib/jvm/java-7-oracle-1.7.0.51
cp: cannot stat `x64/jre': No such file or directory
make: *** [binary-oracle-java7-bin] Error 1
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
^H^H8242's retcode: 2
success
And this in standard out:
ERROR! Packages failed to build.
Somebody else filed: https://github.com/rraptorr/oracle-java7/issues/15 against oracle-java7 but they think its an issue here. It seemed like they had to change their format due to changes in dpkg (see comment in link).
For reference I am running the script on vagrant's precise64.box. Any other details, I'd be happy to provide.
The text was updated successfully, but these errors were encountered: