ModelBuilder linux packages are missing smtk libs
Some or maybe all smtk libs are missing from the nightly builds. To reproduce:
- Download a recent linux package, e.g., 2021-01-11 in https://data.kitware.com/#collection/58fa68228d777f16d01e03e5/folder/5ffbe4082fa25629b9d58d22
- Untar and run modelbuilder - errors out with the following messages:
( 0.172s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.175s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.177s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.180s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.182s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.185s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.187s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.190s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkQtExt.so: cannot open shared object file: No such file or directory
( 0.192s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.194s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libvtkSMTKOperationsExt.so: cannot open shared object file: No such file or directory
( 0.197s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkQtExt.so: cannot open shared object file: No such file or directory
( 0.200s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libsmtkCore.so: cannot open shared object file: No such file or directory
( 0.202s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libvtkSMTKSourceExt.so: cannot open shared object file: No such file or directory
( 0.205s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d400e0): libvtkSMTKGeometryExt.so: cannot open shared object file: No such file or directory
( 0.293s) [paraview ] vtkPVPluginLoader.cxx:530 ERR| vtkPVPluginLoader (0x1d5db30): libsmtkReadWriteResourceManagerState.so: cannot open shared object file: No such file or directory
Loguru caught a signal: SIGSEGV
Stack trace:
44 0x40c497 ./bin/modelbuilder() [0x40c497]
43 0x7f0bafc6f840 __libc_start_main + 240
42 0x40bfbd ./bin/modelbuilder() [0x40bfbd]
41 0x416168 ./bin/modelbuilder() [0x416168]
<snip>
7 0x7f0bbb6ee708 pqServerManagerModel::onProxyRegistered(QString const&, QString const&, vtkSMProxy*) + 552
6 0x7f0b8a933b28 pqServerManagerModelServerManagerModelImplementation::createPQProxy(QString const&, QString const&, vtkSMProxy*, pqServer*) const + 1080
5 0x7f0b8a637442 pqSMTKWrapper::pqSMTKWrapper(QString const&, QString const&, vtkSMProxy*, pqServer*, QObject*) + 82
4 0x7f0b8a626ff0 pqSMTKBehavior::addPQProxy(pqSMTKWrapper*) + 256
3 0x7f0b8a61291e pqSMTKBehavior::addedManagerOnServer(pqSMTKWrapper*, pqServer*) + 62
2 0x7f0bb3ca86a4 QMetaObject::activate(QObject*, int, int, void**) + 2100
1 0x7f0b8a631656 /home/john/temp/production/modelbuilder-6.99.0-20210111-Linux-64bit/bin/../lib/smtk-3.3.0/smtkPQComponentsPlugin/libsmtkPQComponentsExt.so(+0x4b656) [0x7f0b8a631656]
0 0x7f0bafc844c0 /lib/x86_64-linux-gnu/libc.so.6(+0x354c0) [0x7f0bafc844c0]
( 0.434s) [paraview ] :0 FATL| Signal: SIGSEGV
Segmentation fault (core dumped)