# Problem with missing md5sum for boost in superbuild for 5.10.0-RC1 and 5.10.0-RC2

**URL:** https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534
**Category:** Development
**Created:** [December 1, 2021, 6:34pm UTC](https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534 "2021-12-01T18:34:11Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![joeh](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/j/ce7236/32.png) [@joeh](https://discourse.paraview.org/u/joeh)
#### Post date: [December 1, 2021, 6:34pm UTC](https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534/1 "2021-12-01T18:34:11Z")

</div>

The superbuild/versions.cmake files entry for boost is missing the md5sum

It should be

superbuild\_set\_revision(boost  
URL “[https://www.paraview.org/files/dependencies/boost\_1\_76\_0.tar.bz2](https://www.paraview.org/files/dependencies/boost_1_76_0.tar.bz2)”  
URL\_MD5 33334dd7f862e8ac9fe1cc7c6584fb6d)

instead of

superbuild\_set\_revision(boost  
URL “[https://www.paraview.org/files/dependencies/boost\_1\_76\_0.tar.bz2](https://www.paraview.org/files/dependencies/boost_1_76_0.tar.bz2)”  
URL\_MD5 )

Thanks,

Joe

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [December 2, 2021, 8:44am UTC](https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534/2 "2021-12-02T08:44:46Z")

</div>

FYI @ben.boeckel

@joeh : looks like an easy fix, could you take care of it ?

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [December 2, 2021, 1:20pm UTC](https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534/3 "2021-12-02T13:20:09Z")

</div>

Joe, thanks for your excellent testing and reported solution as usual during the release candidate phase. I’ll make the change to the superbuild.

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.paraview.org/u/ben.boeckel)
#### Post date: [December 2, 2021, 1:38pm UTC](https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534/4 "2021-12-02T13:38:32Z")

</div>

Oops indeed. Seems I missed pasting the hash back.

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [December 10, 2021, 2:02am UTC](https://discourse.paraview.org/t/problem-with-missing-md5sum-for-boost-in-superbuild-for-5-10-0-rc1-and-5-10-0-rc2/8534/5 "2021-12-10T02:02:14Z")

</div>

This is resolved now by [https://gitlab.kitware.com/paraview/paraview-superbuild/-/merge\_requests/944](https://gitlab.kitware.com/paraview/paraview-superbuild/-/merge_requests/944)
