Bug#984232: meshlab: ftbfs with GCC-11

Matthias Klose doko at debian.org
Wed Mar 3 16:15:28 GMT 2021


Package: src:meshlab
Version: 2020.09+dfsg1-1
Severity: normal
Tags: sid bookworm
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/meshlab_2020.09+dfsg1-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
   27 |                                 i->setBackgroundColor(QColor(255,2,0));
      |                                                                      ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget:1,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.h:5,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h:124:18: note: declared here
  124 |     virtual void setBackgroundColor(const QColor &color)
      |                  ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.cpp:30:71: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations]
   30 |                                 i->setBackgroundColor(QColor(25,255,0));
      |                                                                       ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget:1,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.h:5,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h:124:18: note: declared here
  124 |     virtual void setBackgroundColor(const QColor &color)
      |                  ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.cpp:32:74: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations]
   32 |                                 i->setBackgroundColor(QColor(220,220,220));
      |                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget:1,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.h:5,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h:124:18: note: declared here
  124 |     virtual void setBackgroundColor(const QColor &color)
      |                  ^~~~~~~~~~~~~~~~~~
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/Logging.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/Logging.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/Logging.cpp
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Matrix4.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Matrix4.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Matrix4.cpp
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Vector3.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Vector3.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Vector3.cpp
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/ColorUtils.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/ColorUtils.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/ColorUtils.cpp
/<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp: In member function ‘QVector<int> SyntopiaCore::Math::RandomNumberGenerator::getRandomIndices(int)’:
/<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp:20:33: warning: ‘void qSort(Container&) [with Container = QVector<SyntopiaCore::Math::{anonymous}::SortPair>]’ is deprecated: Use std::sort [-Wdeprecated-declarations]
   20 |                         qSort(sp);
      |                                 ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVector:1,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.h:4,
                 from /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:188:46: note: declared here
  188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c)
      |                                              ^~~~~
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/MiniParser.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/MiniParser.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/MiniParser.cpp
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Persistence.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Persistence.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Persistence.cpp
[ 16%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Version.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Version.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Version.cpp
[ 17%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/Renderer.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/Renderer.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/Renderer.cpp
[ 17%] Building CXX object CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/TemplateRenderer.cpp.o
/usr/bin/c++ -DLIN32 -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE=1 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Platform/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Base -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Rendering -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/WildCards -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BitStream -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Bones -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/BoundHierarchy -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/CLODAuthor -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/CLOD -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/Glyph2D -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/LineSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Generators/PointSet -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Mesh -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/ModifierChain -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Palette -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/SceneGraph -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Shaders -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Subdiv -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Texture -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/UVGenerator -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/IFXCom -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Kernel/Common -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/FNVHash -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Dependencies/Predicates -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Exporting -I/<<PKGBUILDDIR>>/src/external/u3d/src/RTL/Component/Scheduling -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Include -I/<<PKGBUILDDIR>>/src/external/u3d/src/IDTF/Common -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -fno-strict-aliasing -fPIC -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/TemplateRenderer.cpp.o -c /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/TemplateRenderer.cpp
[ 17%] Linking CXX static library libexternal-ssynth.a
/usr/bin/cmake -P CMakeFiles/external-ssynth.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/external-ssynth.dir/link.txt --verbose=1
/usr/bin/ar qc libexternal-ssynth.a CMakeFiles/external-ssynth.dir/external-ssynth_autogen/mocs_compilation.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Action.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/AmbiguousRule.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Builder.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/ColorPool.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/CustomRule.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/ExecutionStack.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/PrimitiveClass.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/PrimitiveRule.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/RandomStreams.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rule.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/RuleRef.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/RuleSet.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/State.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Transformation.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/TransformationLoop.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Parser/EisenParser.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Parser/Preprocessor.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Parser/Tokenizer.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Box.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Dot.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Grid.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Line.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Mesh.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Object3D.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/RenderThread.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/Sampler.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/VoxelStepper.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/RaytraceTriangle.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Triangle.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/ListWidgetLogger.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Logging/Logging.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Matrix4.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Random.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/Vector3.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/ColorUtils.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/MiniParser.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Persistence.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/Misc/Version.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/Renderer.cpp.o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/TemplateRenderer.cpp.o
/usr/bin/ranlib libexternal-ssynth.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 17%] Built target external-ssynth
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



More information about the debian-science-maintainers mailing list