VTK Loguru incompatible with Alpine Linux
Building VTK without any options on Alpine will fail with the following:
[ 88%] Linking CXX executable ../../bin/vtkProbeOpenGLVersion-9.0
/usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: /vtk/vtk_build/lib64/libvtkloguru-9.0.so.1: undefined reference to `backtrace_symbols'
/usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: /vtk/vtk_build/lib64/libvtkloguru-9.0.so.1: undefined reference to `backtrace'
collect2: error: ld returned 1 exit status
loguru is suposed to be compatible with alpine, so not sure what would be the right resolution.
In any case, passing -DVTK_ENABLE_LOGGING=OFF work around the issue.