Extensions build error (e.g. SlicerJupyter)

Hi,

I wanted to update my Slicer Preview version. I need the SlicerJupyter extension, but I noticed that it has build errors for a couple of weeks now. I went back in the CDash calendar to a date when it was built, but the yellow box icon was missing that I usually use to download the Slicer installer for Windows (it was there for the other platforms, just not Windows). I had to go back to early January to find a date when both the Windows installer and SlicerJupyter was available.
Is anybody working on fixing these build errors?

Thanks,
Tamas

I haven’t been working on fixing SlicerJupyter, but did just take a look. The main build error for the extension started for the Slicer build started February 8th 2020.

SlicerJupyter has an external project for cppzmq which uses the master branch for that project. That project issued https://github.com/zeromq/cppzmq/commit/324b11f23951127423f66839bdc8cad53ff76c8f on the 7th which is also still the latest commit on the master branch.

Thanks for checking this. I’ll try if using a specific hash on cppzmq master fixes the build error.

Confirmed that the change @jamesobutler found caused the build error. I’ve reported the error to cppzmq. In the meantime, to fix the build error, I have locked SlicerJupyter to use the previous commit.

1 Like