Hello Robert,
On Mon, Feb 05, 2018 at 10:15:44PM -0500, Robert Sutherland via genode-main wrote:
I have some problems with the qt5 build. The first being a sha1sum issue with qtscriptclassic-1.0_1-opensource. The initial build gives:
qt5Â extract qtwebkit-opensource-src-5.8.0.tar.xz (qtwebkit-opensource-src-5.8.0) Error: Hash sum check for qtscriptclassic-1.0_1-opensource failed make[2]: *** [qtscriptclassic-1.0_1-opensource.file] Error 1 make[1]: *** [_install_in_port_dir] Error 2 make: *** [qt5] Error 2
I ran the sha1sum program on all of the remote archives for *.gz and downloaded the file for *.gz as well, all of which failed.
I have three questions to further investigate the issue:
1. Which host system are you building Genode on? (Ubuntu 16.04 and flavors works pretty well.)
2. What does "sha1sum --version" print to the terminal? (mine prints sha1sum (GNU coreutils) 8.25)
3. What is the output of "sha1sum contrib/qt5-0171ade66403e7d2f48d08009cb49eae9f731f76/qtscriptclassic-1.0_1-opensource.tar.gz" (I get 74e9dc82dd194d8ae0fb0f8f1df74081948b943a contrib/qt5-0171ade66403e7d2f48d08009cb49eae9f731f76/qtscriptclassic-1.0_1-opensource.tar.gz)
Regards