Hi,
I want to try to program apps for android, so I need to install the Oracle java environment.
I have downloaded the required file and start creating the *.deb package using the command:
Code:
~/Downloads$ make-jpkg jdk-7u80-linux-x64.tar.gz
This begins to successfully create the package, but, but when it comes to this line:
Code:
dpkg-buildpackage: Host-Architektur amd64
dpkg-source --before-build package
debian/rules clean
dh clean
dh_testdir
dh_auto_clean
dh_clean
debian/rules build
dh build
dh_testdir
dh_auto_configure
dh_auto_build
dh_auto_test
debian/rules binary
dh binary
dh_testroot
dh_prep
dh_auto_install
dh_install
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
it simply is stuck and seems to run forever.
How long is dh_strip_nondeterminism supposed to run?
I have found that with some versions (ubuntu) this command was dropped from making the *.deb file due to long process. But why wasn't this kept for debian as well? How long should I wait until the package is available?
Thanks for any hint.
Regards,
Crypto. |