LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   sbopkg jdk 7u25 MD5SUM check failed (https://www.linuxquestions.org/questions/slackware-14/sbopkg-jdk-7u25-md5sum-check-failed-4175471353/)

Z038 07-29-2013 01:40 PM

sbopkg jdk 7u25 MD5SUM check failed
 
I was trying to replace jdk 7u21 with 7u25 using sbopkg, and I got an MD5SUM mismatch. I told sbopkg to download again just in case the source in the sbopkg cache was stale, but it got the same error.

The "Expected" MD5SUM reported by sbopkg matches what I see listed on Slackbuilds.org for the JDK source. This also matches the MD5SUM listed on the Oracle download page, "83ba05e260813f7a9140b76e3d37ea33" for jdk-7u25-linux-x64.tar.gz. But sbopkg reports that the source it downloads has an MD5SUM of "81ee08846975d4b8d46acf3b6eddf103", which does not match any MD5SUM listed on the Oracle download page for JDK 7u25.

Does anyone know what's going on here, or how would I go about figuring it out?

Code:

Checking MD5SUM:
  MD5SUM check for jdk-7u25-linux-x64.tar.gz ... FAILED!
    Expected: 83ba05e260813f7a9140b76e3d37ea33
    Found:    81ee08846975d4b8d46acf3b6eddf103

Here's the entire output from sbopkg:

Code:

    Downloading again.
--2013-07-29 12:24:50--  http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7u25-linux-x64.tar.gz
Resolving download.oracle.com (download.oracle.com)... 96.17.202.169, 96.17.202.177
Connecting to download.oracle.com (download.oracle.com)|96.17.202.169|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://edelivery.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7u25-linux-x64.tar.gz [following]
--2013-07-29 12:24:50--  https://edelivery.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7u25-linux-x64.tar.gz
Resolving edelivery.oracle.com (edelivery.oracle.com)... 23.12.214.140
Connecting to edelivery.oracle.com (edelivery.oracle.com)|23.12.214.140|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://download.oracle.com/errors/download-fail-1505220.html [following]
--2013-07-29 12:24:50--  http://download.oracle.com/errors/download-fail-1505220.html
Connecting to download.oracle.com (download.oracle.com)|96.17.202.169|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5307 (5.2K) [text/html]
Saving to: 'jdk-7u25-linux-x64.tar.gz'

100%[======================================>] 5,307      --.-K/s  in 0.003s

2013-07-29 12:24:50 (1.91 MB/s) - 'jdk-7u25-linux-x64.tar.gz' saved [5307/5307]

Found jdk-7u25-linux-x64.tar.gz in /var/cache/sbopkg.
Checking MD5SUM:
  MD5SUM check for jdk-7u25-linux-x64.tar.gz ... FAILED!
    Expected: 83ba05e260813f7a9140b76e3d37ea33
    Found:    81ee08846975d4b8d46acf3b6eddf103

Do you want to use the downloaded jdk source:
jdk-7u25-linux-x64.tar.gz in /var/cache/sbopkg?

You can choose among the following options:
 - (Y)es, keep the source and continue the build process;
 - (N)o, delete the source and abort the build process; or
 - (R)etry download and continue the build process.

(Y)es, (N)o, (R)etry?:


Raveriux 07-29-2013 01:42 PM

read info about that package. you must manually download sources from oracle website.

Z038 07-29-2013 01:49 PM

Ok, I see that now. Thanks. I was using sbopkg, so I didn't see the notice on slackbuilds.org.

Raveriux 07-29-2013 01:55 PM

Quote:

Originally Posted by Z038 (Post 4999053)
Ok, I see that now. Thanks. I was using sbopkg, so I didn't see the notice on slackbuilds.org.

sbopkg also have possibility to see the info and read-me for the builds

Z038 07-29-2013 02:01 PM

You're right. Thanks again.


All times are GMT -5. The time now is 06:32 AM.