Your message dated Wed, 15 Dec 2021 19:03:27 +0000
with message-id <e1mxzyl-000h2y...@fasolo.debian.org>
and subject line Bug#984232: fixed in meshlab 2020.09+dfsg1-2
has caused the Debian Bug report #984232,
regarding meshlab: ftbfs with GCC-11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
984232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:meshlab
Version: 2020.09+dfsg1-1
Severity: normal
Tags: sid bookworm
User: debian-...@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/<<PKGBU
 ILDDIR>>/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/u
 3d/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>>/sr
 c/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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/e
 xternal/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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/ex
 ternal/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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/e
 xternal/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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>>/sr
 c/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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>>/sr
 c/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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>>/s
 rc/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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/e
 xternal/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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 /<<PKGBU
 
ILDDIR>>/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/<<PKGBU
 ILDDIR>>/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/u
 3d/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/struct
 uresynth-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/ext
 
ernal-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

--- End Message ---
--- Begin Message ---
Source: meshlab
Source-Version: 2020.09+dfsg1-2
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
meshlab, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated meshlab package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 15 Dec 2021 19:58:20 +0100
Source: meshlab
Architecture: source
Version: 2020.09+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 984232
Changes:
 meshlab (2020.09+dfsg1-2) unstable; urgency=medium
 .
   * Team upload.
   * Set C++14 explicitly. (Closes: #984232)
Checksums-Sha1:
 ca74c259c96506075074697954780fe6a721392a 2360 meshlab_2020.09+dfsg1-2.dsc
 ee38c494ad9aca898c6e76f86cc0e85853a4765a 47728 
meshlab_2020.09+dfsg1-2.debian.tar.xz
 faf4c515e6d5a3980f90079a2970e02b7c573a29 11779 
meshlab_2020.09+dfsg1-2_source.buildinfo
Checksums-Sha256:
 b8e3d9f228878b2b95d90ab8620fc2c257daebe9d329700d2ba3e911c44905d4 2360 
meshlab_2020.09+dfsg1-2.dsc
 41c4014706aad0308057481229f787a9d8bdb9980de609e47dd0735aa13d7edd 47728 
meshlab_2020.09+dfsg1-2.debian.tar.xz
 b8a16cb1b4a763da23c87332aa6c639b613f3576ce4152affd82d9c1cdfb5073 11779 
meshlab_2020.09+dfsg1-2_source.buildinfo
Files:
 acd14c378974fd11fb296755b1cae4ab 2360 graphics optional 
meshlab_2020.09+dfsg1-2.dsc
 dca7feaa0d877efe9a3cd8e60b10498a 47728 graphics optional 
meshlab_2020.09+dfsg1-2.debian.tar.xz
 def749545431050edf36f120db92e631 11779 graphics optional 
meshlab_2020.09+dfsg1-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmG6OxUACgkQ0+Fzg8+n
/wZ+MQ/9E7gbqncAMVxOdU7MQ+ntpUTz/9GHN7dm4U54r3GW0UBwv30x28FKKUf8
4+49nXf51siseYYR62zQZvDV9T7EBQTp0P4foY10BkLsvck3m7NCEjLETzAQcSZd
Mlb2n9l72Cf/M7kEOMyuJWQ/T9DD4qmVj8uOHdngBj3UvMJC5PdnQtJu3JbJ4CGj
TxtH0DX21zU8nyZc46Qsmz20jrisWFjHW2Uku7HaW0HP4eZvt5/LmoyECupRQPYq
Wb2qTWdKWW4BwyYQtmICtl+4Kt7lM1z3wV84/XGJ+N96VlSywJOSjSCDtIPQVrWg
GNIfK3f9OXA4egkp9jQvz/jHDyst9pa86TEKnG+SRm4kgjXcJgst0BboQrh7TFA1
+LU96cwtjWt/lpsSezzUDmwj3Ow60gSfMkqRChiJ605aLcggrizha+WY0Qkk5Zlv
QHmSfyonY4JyLaW73h4iVwvPjE8WRGi7su6D9h/SvxE+RSiaU1/jwgEEbSqk/r1d
YTZTipeYp+nd6NnwPIJ31WiE09kQ4SHIAZeZu0O1lReb55k/C7VWnvJloft8JFuF
naIae91r+lFK3EaqFmo4SgPxZOPd56+rXdphNQDMuOwEb7sHvxvVlmA2wIk5vSSL
1nItsB2YM5eKIMRwMHH/L/O7FmYtfU1X1Zztt/ym59QURmdzJXs=
=VR7Z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to