Bug 408720

Summary: tcl core sha256 is wrong
Product: [Developer tools] Craft Reporter: Jeremy Whiting <jpwhiting>
Component: BlueprintsAssignee: Hannah von Reth <vonreth>
Status: RESOLVED FIXED    
Severity: normal CC: kde-windows
Priority: NOR    
Version: master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch to fix sha256 sum in tcl.py.

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.