-
Notifications
You must be signed in to change notification settings - Fork 2.4k
qt -> sqlite+column_metadata while python -> sqlite~column_metadata #15448
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
Description
This comes up when compiling paraview+qt+python3.
So, paraview needs both qt and python3 but each bring in sqlite with different options.
This comes up as the following error:
3922 cd /tmp/danlipsa/spack-stage/spack-stage-paraview-5.8.0-3iu6f2psbmoca4evlixrowon476poaxg/spack-build/Plugins/AcceleratedAlgorithms/paraview_help && /home/danlipsa/projects/spa
ck/opt/spack/linux-ubuntu18.04-broadwell/gcc-7.4.0/qt-5.14.1-v6mnkomx7pd7vjr4pdfsjfrdt4bcsdvw/bin/qhelpgenerator /tmp/danlipsa/spack-stage/spack-stage-paraview-5.8.0-3iu6f2psb
moca4evlixrowon476poaxg/spack-build/Plugins/AcceleratedAlgorithms/paraview_help/AcceleratedAlgorithms.qhp -s -o /tmp/danlipsa/spack-stage/spack-stage-paraview-5.8.0-3iu6f2psbm
oca4evlixrowon476poaxg/spack-build/Plugins/AcceleratedAlgorithms/paraview_help/AcceleratedAlgorithms.qch
3923 /home/danlipsa/projects/spack/opt/spack/linux-ubuntu18.04-broadwell/gcc-7.4.0/qt-5.14.1-v6mnkomx7pd7vjr4pdfsjfrdt4bcsdvw/bin/qhelpgenerator: symbol lookup error: /home/danlips
a/projects/spack/opt/spack/linux-ubuntu18.04-broadwell/gcc-7.4.0/qt-5.14.1-v6mnkomx7pd7vjr4pdfsjfrdt4bcsdvw/plugins/sqldrivers/libqsqlite.so: undefined symbol: sqlite3_column_
table_name16
I'll submit a fix shortly that just makes sqlite+column_metadata the default.
Reactions are currently unavailable