LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 10-28-2018, 10:04 AM   #1
poemsbrightly
LQ Newbie
 
Registered: Oct 2018
Posts: 15

Rep: Reputation: Disabled
Slackware 14.2 64: valgrind MD5SUM is failed!


This is Slackware 14.2 64:

Quote:
sudo slpkg -s sbo valgrind
Reading package lists... Done
Resolving dependencies... Done

The following packages will be automatically installed or upgraded
with new version:

+==============================================================================
| Package New version Arch Build Repos Size
+==============================================================================
Installing:
valgrind-3.13.0 3.14.0 x86_64 SBo

Installing summary
===============================================================================
Total 1 package.
0 package will be installed, 0 already installed and 1 package
will be upgraded.

Would you like to continue [y/N]? y

[1/1][ Download ] --> valgrind.tar.gz

--2018-10-28 15:01:11-- http://slackbuilds.org/slackbuilds/1...algrind.tar.gz
Resolving slackbuilds.org... 208.94.237.149
Connecting to slackbuilds.org|208.94.237.149|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3083 (3.0K) [application/x-gzip]
Saving to: ‘/tmp/slpkg/build/valgrind.tar.gz’

valgrind.tar.gz 100%[==============================================================================>] 3.01K --.-KB/s in 0s

2018-10-28 15:01:12 (12.6 MB/s) - ‘/tmp/slpkg/build/valgrind.tar.gz’ saved [3083/3083]


[1/1][ Download ] --> valgrind-3.14.0.tar.bz2

--2018-10-28 15:01:12-- http://sourceware.org/pub/valgrind/v...3.14.0.tar.bz2
Resolving sourceware.org... 209.132.180.131
Connecting to sourceware.org|209.132.180.131|:80... connected.
HTTP request sent, awaiting response... 304 Not Modified
File ‘/tmp/slpkg/build/_SOURCES/valgrind-3.14.0.tar.bz2’ not modified on server. Omitting download.


+==============================================================================
| MD5SUM check for valgrind-3.14.0.tar.bz2 [ FAILED ]
+==============================================================================
| Expected: 74175426afa280184b62591b58c671b3
| Found: 0d747a329c03aae58adf9d466eb3c869
+==============================================================================
 
Old 10-28-2018, 10:14 AM   #2
poemsbrightly
LQ Newbie
 
Registered: Oct 2018
Posts: 15

Original Poster
Rep: Reputation: Disabled
Duplicate:

https://www.linuxquestions.org/quest...5D-4175641272/
 
Old 10-28-2018, 10:15 AM   #3
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,849

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
please press report to remove duplicate
 
Old 10-28-2018, 11:07 AM   #4
poemsbrightly
LQ Newbie
 
Registered: Oct 2018
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
please press report to remove duplicate
Yes, I was done, thanks!
 
Old 10-28-2018, 01:39 PM   #5
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
here the valgrind tarball checksum is ok: I don't use slpkg so I cannot help much with it, but you can try removing the one you donwloaded (from the log seems to be located in /tmp/slpkg/build/_SOURCES/valgrind-3.14.0.tar.bz2) and download it again, or you can try also downloading it manually with wget from its url and check it with the md5sum command.
 
Old 10-28-2018, 01:50 PM   #6
poemsbrightly
LQ Newbie
 
Registered: Oct 2018
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
here the valgrind tarball checksum is ok: I don't use slpkg so I cannot help much with it, but you can try removing the one you donwloaded (from the log seems to be located in /tmp/slpkg/build/_SOURCES/valgrind-3.14.0.tar.bz2) and download it again, or you can try also downloading it manually with wget from its url and check it with the md5sum command.
Yes) This is success with deleting existing file and I have rebuilding progress now!
But was mistake and why? Why not redownloading start again by default if file exist already and md5 sum seem as error?
Thanks!
 
Old 10-28-2018, 02:25 PM   #7
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by poemsbrightly View Post
Yes) This is success with deleting existing file and I have rebuilding progress now!
But was mistake and why? Why not redownloading start again by default if file exist already and md5 sum seem as error?
Thanks!
Probably whoever wrote slpkg didn't think of that scenario.
 
Old 10-28-2018, 02:29 PM   #8
poemsbrightly
LQ Newbie
 
Registered: Oct 2018
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by montagdude View Post
Probably whoever wrote slpkg didn't think of that scenario.
Hm.. May be show him this question..
Thanks!
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
is it Bug: MD5SUM check for valgrind-3.14.0.tar.bz2 [ FAILED ] poemsbrightly Slackware 1 10-29-2018 10:35 AM
pthread_cond_wait sys call is getting assert failure when using helgrind tool in valgrind but not failed with memcheck tool with valgrind kalyan.vangipurapu Programming 7 06-21-2017 08:28 AM
error installing valgrind: failed to start tool 'memcheck'... karatelambda Linux - Software 1 12-16-2010 10:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration