Error building Libreoffice from GIT: expected checksum for boost_1_63_0.tar.bz2 is...

Hello, Everyone
I've been trying to build LibreOffice from GIT for the last few days, and "make" exits in the following manner:

cd /home/libreoffice/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/boost_1_63_0.tar.bz2 2>&1 | tee -a /home/libreoffice/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum boost_1_63_0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "1c837ecd990bb022d07e7aab32b09847"; then echo ERROR: expected checksum for boost_1_63_0.tar.bz2 is 1c837ecd990bb022d07e7aab32b09847 2>&1 | tee -a /home/libreoffice/core/external/tarballs/fetch.log; false; fi && mv boost_1_63_0.tar.bz2 ../
--2017-02-12 14:21:23-- http://dev-www.libreoffice.org/src/boost_1_63_0.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70, 2001:67c:2178:7::70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 304 Not Modified
File ‘./boost_1_63_0.tar.bz2’ not modified on server. Omitting download.

ERROR: expected checksum for boost_1_63_0.tar.bz2 is 1c837ecd990bb022d07e7aab32b09847
/home/libreoffice/core/Makefile.fetch:103: recipe for target '/home/libreoffice/core/workdir/download' failed
make: *** [/home/libreoffice/core/workdir/download] Error 1

Anyone else seen this? Ideas on how to work around this?

Thank you,
Steven P. Ulrick

My guess is that your download failed and wasn't retried because it's
timestamp is more recent. Try removing the file from
/home/libreoffice/core/workdir/download and run make again.

My other guess is that this list is mainly for users of LibreOffice, and
that dev questions should go to the dev list :slight_smile:
https://www.libreoffice.org/get-help/mailing-lists/