Bug 408720 - tcl core sha256 is wrong
Summary: tcl core sha256 is wrong
Status: RESOLVED FIXED
Alias: None
Product: Craft
Classification: Developer tools
Component: Blueprints (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-15 04:38 UTC by Jeremy Whiting
Modified: 2019-06-15 15:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix sha256 sum in tcl.py. (978 bytes, application/mbox)
2019-06-15 04:38 UTC, Jeremy Whiting
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Whiting 2019-06-15 04:38:46 UTC
Created attachment 120882 [details]
Patch to fix sha256 sum in tcl.py.

SUMMARY
When building kmymoney with craft, it keeps getting stuck on tcl core zip sha256 being incorrect. I checked the sha256 sum of the zip from the url in the tcl.py blueprint, it's consistently incorrect but the same each time. The attached patch fixes the sha256 sum to what we get when downloading the zip. With this patch craft is able to build tcl.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Hannah von Reth 2019-06-15 10:31:08 UTC
Thank you, for the patch.
When I looked into the blueprint I also switched to tar.gz and cleaned up a bit.
https://commits.kde.org/craft-blueprints-kde/5893be145292b76d3ad01fbd303cccc95c6e3ca2
Comment 2 Jeremy Whiting 2019-06-15 15:54:19 UTC
Awesome, thank you.