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

Fix download link probing (#33, #34) #38

Merged
merged 1 commit into from
Jun 15, 2012

Conversation

ladios
Copy link
Contributor

@ladios ladios commented Jun 13, 2012

Update number is no longer part of the URL of the current release page.
This patch makes the script downloads the current release page first,
and then tries to find a matching version. If not found, then looks for
it in the archive page.

Update number is no longer part of the URL of the current release page.
This patch makes the script downloads the current release page first,
and then tries to find a matching version. If not found, then looks for
it in the archive page.
@tomcjohn
Copy link

Thanks for posting this patch, my own hacking was getting me no closer to a solution for this. :)

This patch worked for me.

@tomcjohn
Copy link

Just to clarify, this got me past my first problem but then failed on a later step.

Last few lines of oab-java.sh.log are:

: # fix permissions
find x64-jdk -name '.properties' -o -name '.xml' | xargs chmod 644
touch unpack-x64-stamp
rm -rf jce
unzip -q jce_policy-6.zip
unzip: cannot find or open jce_policy-6.zip, jce_policy-6.zip.zip or jce_policy-6.zip.ZIP.
make: *** [unpack-jce-stamp] Error 9
dpkg-buildpackage: error: debian/rules build gave error exit status 2
17054's retcode: 2
success

I've manually downloaded jce_policy-6.zip (as per instructions in rraptorr README) and placed it both in /var/local/oab/pkg and in the working directory but neither seem to do the trick. I have absolutely no debian nouse so I may have to give up at this point. :)

@ladios
Copy link
Contributor Author

ladios commented Jun 14, 2012

That's #31 which is addressed in my other pull request. You can try my
master branch.

flexiondotorg added a commit that referenced this pull request Jun 15, 2012
Fix download link probing (#33, #34)
@flexiondotorg flexiondotorg merged commit 0ea2c92 into flexiondotorg:master Jun 15, 2012
@ladios ladios deleted the fix_33-34 branch January 15, 2013 00:47
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 this pull request may close these issues.

4 participants