Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

oab-java.sh (0.3.0) fails in current state #123

Open
brendandc opened this issue Jan 15, 2014 · 8 comments
Open

oab-java.sh (0.3.0) fails in current state #123

brendandc opened this issue Jan 15, 2014 · 8 comments

Comments

@brendandc
Copy link

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.

@shinji257
Copy link

Just a heads up but I believe #119 is an older report of this issue.

@x3bandy
Copy link

x3bandy commented Jan 23, 2014

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: 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^H29243's retcode: 2

cp -a i586/jre debian/oracle-java7-bin/usr/lib/jvm/java-7-oracle-1.7.0.51
cp: cannot stat `i586/jre': No such file or directory
make: *** [binary-oracle-java7-bin] Error 1
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
9696's retcode: 2

@shinji257
Copy link

Try the referenced pull request an see if it works for you when manually applied. Hopefully the maintainer will accept the patch.

@x3bandy
Copy link

x3bandy commented Jan 23, 2014

Thanks!

I can confirm that it works

@drdamour
Copy link

yup worked for me

wget https://raw.github.com/ladios/oab-java6/70408f49e9e5b44820354b630220ca2c0c1060a7/oab-java.sh -O oab-java.sh

for now...

@jsirex
Copy link

jsirex commented Apr 1, 2014

Unable to make it work :(
Tried different versions of oab-java.sh. Also, from ladios.
Tried script mentiod by @drdamour
OS: Debian Jessie

Using rraptorr/oracle-java7 directly works.
It seems that something wrong with paths.

UPD: I've used master of rraptorr/oracle-java7

@jsirex
Copy link

jsirex commented Apr 24, 2014

Update to previous post: recently make it works with branch from ladios/master

@zasran
Copy link

zasran commented Apr 29, 2014

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants