[GHC] #15844: Error fetching msys2 tarballs - crt-git
GHC
ghc-devs at haskell.org
Thu Nov 22 10:14:05 UTC 2018
#15844: Error fetching msys2 tarballs - crt-git
-------------------------------------+-------------------------------------
Reporter: Viwor | Owner: (none)
Type: bug | Status: infoneeded
Priority: normal | Milestone:
Component: Build System | Version: 8.6.1
(make) |
Resolution: | Keywords:
Operating System: Windows | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Viwor):
I don't think so, as if I remove the verify code:
{{{
if test "$verify" = "1"
then
grep "${dest_file}$" mk/win32-tarballs.md5sum | md5sum --quiet -c
- ||
fail "ERROR: ${description} appears to be corrupted, please
delete it and try again."
fi
}}}
Everything works just fine. I checked and the md5 it checks against is
correct. Maybe it is a problem with get-win32-tarballs.sh
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15844#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list