-
Notifications
You must be signed in to change notification settings - Fork 120
Conversation
Since upstream v7.45-2, it requires binary files for both architectures again. This patch updates the condition on detecting whether we need both files or just one for the version we are building against.
Upstream v7.45-2 introduced a preparing script to download and inflate archives. If the version we are building against contains that script, then run it to inflate archives in order to build packages.
Some commands in the upstream's preparing script might fail silently (in my case curl exited with error when resuming the already download completed JCE package), but doesn't affect the build. |
Thanks, this fixed 7u51 for me |
Works. |
Thanks! Works for me on Ubuntu 12.04 👍 |
Yup. Confirmed it fixes it for me as well. Great job! |
…es to Oracle's java download site (see flexiondotorg/oab-java6#125)
Use patched OAB from ladios/oab-java6 to resolve upstream changes to Oracle's java download site. See flexiondotorg/oab-java6#125 Fixes #16.
working for me as well |
Thanks! Also works for me on Ubuntu 12.04 👍 |
Cheers - works for me on 13.10 saucy for version 7 (the -7 flag) -> however the version 6 I have the |
@rmorgans That should be #122 which can be fixed by #124 |
Confirmed on Ubuntu 12.10 Quantal Quetzal. 👍 (For |
👍 Works for me on Ubuntu 12.04 LTS with |
Thx, working with '-7' on Ubuntu 12.10. |
Replaced by #130 |
This should fix #123