-
Describe the bug After compilation seeing boost error when trying to run the application. $ ./SCIRun To Reproduce
Version The release v5.0-beta.Z version: https://github.com/SCIInstitute/SCIRun/releases/tag/v5.0-beta.Z Desktop (please complete the following information): $ lsb_release -a |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
If you used gcc, could you run your build through the debugger?
will generate a backtrace and I'll have more to work with. I've seen similar filesystem errors in the past, but I don't have an 18.04 machine to test on (SCIRun ought to work fine on 20.04). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I tried building under ubuntu 20.04 but now get: No other errors or anything. Is there a list of apt dependencies necessary to be installed that's more detailed than this: http://sciinstitute.github.io/SCIRun/build.html#linux ? lsb_release -a |
Beta Was this translation helpful? Give feedback.
-
That backtrace helps. I think it's a bug in boost, but at least I can add some error checking on our side. I'll need more of the build log to diagnose the failed 20.04 build. If you were running a |
Beta Was this translation helpful? Give feedback.
-
Yes, that was indeed the issue. Here is the error after running make without -j: Apparently a bug. Fixed with this: |
Beta Was this translation helpful? Give feedback.
-
I compiled SCIRun under Ubuntu 20.04 and it's working. This can be closed. Thanks for help . |
Beta Was this translation helpful? Give feedback.
I compiled SCIRun under Ubuntu 20.04 and it's working. This can be closed. Thanks for help .