Bug#984283: paraview: ftbfs with GCC-11

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


Package: src:paraview
Version: 5.9.0-2
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/paraview_5.9.0-2_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.

[...]
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/parse_context.h:42,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unknown_field_set.h:48,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unknown_field_set.cc:35:
/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.h:2841:5: warning: type attributes ignored after type is already defined [-Wattributes]
 2841 |     RepeatedPtrField<std::string>;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  6%] Building CXX object ThirdParty/protobuf/vtkprotobuf/src/CMakeFiles/protobuf.dir/google/protobuf/wire_format.cc.o
cd /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf/vtkprotobuf/src && /usr/bin/c++ -DHAVE_PTHREAD -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -I/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src -isystem /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf -isystem /<<PKGBUILDDIR>>/ThirdParty/protobuf -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -fvisibility=default -std=c++11 -o CMakeFiles/protobuf.dir/google/protobuf/wire_format.cc.o -c /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format.cc
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfItemProperty.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfItemProperty.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfItemProperty.cpp
In file included from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/implicit_weak_message.h:39,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/parse_context.h:42,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format.h:45,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format.cc:35:
/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.h:2841:5: warning: type attributes ignored after type is already defined [-Wattributes]
 2841 |     RepeatedPtrField<std::string>;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  6%] Building CXX object ThirdParty/protobuf/vtkprotobuf/src/CMakeFiles/protobuf.dir/google/protobuf/wire_format_lite.cc.o
cd /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf/vtkprotobuf/src && /usr/bin/c++ -DHAVE_PTHREAD -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -I/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src -isystem /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf -isystem /<<PKGBUILDDIR>>/ThirdParty/protobuf -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -fvisibility=default -std=c++11 -o CMakeFiles/protobuf.dir/google/protobuf/wire_format_lite.cc.o -c /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite.cc
In file included from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite.h:51,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite.cc:35:
/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.h:2841:5: warning: type attributes ignored after type is already defined [-Wattributes]
 2841 |     RepeatedPtrField<std::string>;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfPlaceholder.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfPlaceholder.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfPlaceholder.cpp
[  6%] Building CXX object ThirdParty/protobuf/vtkprotobuf/src/CMakeFiles/protobuf.dir/google/protobuf/wrappers.pb.cc.o
cd /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf/vtkprotobuf/src && /usr/bin/c++ -DHAVE_PTHREAD -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -I/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src -isystem /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf -isystem /<<PKGBUILDDIR>>/ThirdParty/protobuf -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -fvisibility=default -std=c++11 -o CMakeFiles/protobuf.dir/google/protobuf/wrappers.pb.cc.o -c /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wrappers.pb.cc
In file included from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/implicit_weak_message.h:39,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/parse_context.h:42,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_type_handler.h:34,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map.h:56,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_table_driven.h:34,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wrappers.pb.h:26,
                 from /<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wrappers.pb.cc:4:
/<<PKGBUILDDIR>>/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.h:2841:5: warning: type attributes ignored after type is already defined [-Wattributes]
 2841 |     RepeatedPtrField<std::string>;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfSparseMatrix.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfSparseMatrix.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfSparseMatrix.cpp
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfSubset.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfSubset.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfSubset.cpp
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfSystemUtils.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfSystemUtils.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfSystemUtils.cpp
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfVersion.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfVersion.cpp.o -c /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfVersion.cpp
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfVisitor.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfVisitor.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfVisitor.cpp
[  6%] Linking CXX shared library ../../../../lib/x86_64-linux-gnu/libvtkprotobuf-pv5.9.so
cd /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf/vtkprotobuf/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/protobuf.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG  -Wl,-lc -Wl,-z,relro -Wl,--as-needed  -shared -Wl,-soname,libvtkprotobuf-pv5.9.so.1 -o ../../../../lib/x86_64-linux-gnu/libvtkprotobuf-pv5.9.so.5.9 CMakeFiles/protobuf.dir/google/protobuf/compiler/importer.cc.o CMakeFiles/protobuf.dir/google/protobuf/compiler/parser.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/coded_stream.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/gzip_stream.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/io_win32.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/printer.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/strtod.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/tokenizer.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/zero_copy_stream.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/zero_copy_stream_impl.cc.o CMakeFiles/protobuf.dir/google/protobuf/io/zero_copy_stream_impl_lite.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/bytestream.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/common.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/int128.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/status.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/statusor.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/stringpiece.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/stringprintf.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/structurally_valid.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/strutil.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/substitute.cc.o CMakeFiles/protobuf.dir/google/protobuf/stubs/time.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/delimited_message_util.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/field_comparator.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/field_mask_util.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/json_util.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/message_differencer.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/time_util.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/type_resolver_util.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/datapiece.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/default_value_objectwriter.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/error_listener.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/field_mask_utility.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/json_escaping.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/json_objectwriter.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/json_stream_parser.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/object_writer.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/proto_writer.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/protostream_objectsource.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/protostream_objectwriter.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/type_info.cc.o CMakeFiles/protobuf.dir/google/protobuf/util/internal/utility.cc.o CMakeFiles/protobuf.dir/google/protobuf/any.cc.o CMakeFiles/protobuf.dir/google/protobuf/any_lite.cc.o CMakeFiles/protobuf.dir/google/protobuf/any.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/api.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/arena.cc.o CMakeFiles/protobuf.dir/google/protobuf/descriptor.cc.o CMakeFiles/protobuf.dir/google/protobuf/descriptor.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/descriptor_database.cc.o CMakeFiles/protobuf.dir/google/protobuf/duration.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/dynamic_message.cc.o CMakeFiles/protobuf.dir/google/protobuf/empty.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/extension_set.cc.o CMakeFiles/protobuf.dir/google/protobuf/extension_set_heavy.cc.o CMakeFiles/protobuf.dir/google/protobuf/field_mask.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/generated_message_reflection.cc.o CMakeFiles/protobuf.dir/google/protobuf/generated_message_table_driven.cc.o CMakeFiles/protobuf.dir/google/protobuf/generated_message_table_driven_lite.cc.o CMakeFiles/protobuf.dir/google/protobuf/generated_message_util.cc.o CMakeFiles/protobuf.dir/google/protobuf/implicit_weak_message.cc.o CMakeFiles/protobuf.dir/google/protobuf/map_field.cc.o CMakeFiles/protobuf.dir/google/protobuf/message.cc.o CMakeFiles/protobuf.dir/google/protobuf/message_lite.cc.o CMakeFiles/protobuf.dir/google/protobuf/parse_context.cc.o CMakeFiles/protobuf.dir/google/protobuf/reflection_ops.cc.o CMakeFiles/protobuf.dir/google/protobuf/repeated_field.cc.o CMakeFiles/protobuf.dir/google/protobuf/service.cc.o CMakeFiles/protobuf.dir/google/protobuf/source_context.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/struct.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/text_format.cc.o CMakeFiles/protobuf.dir/google/protobuf/timestamp.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/type.pb.cc.o CMakeFiles/protobuf.dir/google/protobuf/unknown_field_set.cc.o CMakeFiles/protobuf.dir/google/protobuf/wire_format.cc.o CMakeFiles/protobuf.dir/google/protobuf/wire_format_lite.cc.o CMakeFiles/protobuf.dir/google/protobuf/wrappers.pb.cc.o  -Wl,-rpath,::::::::::::::::::::::::: -pthread 
[  6%] Building CXX object VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeFiles/vtkxdmfcore.dir/XdmfWriter.cpp.o
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DH5_BUILT_AS_DYNAMIC_LIB -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -D_MPICC_H -Dvtkxdmfcore_EXPORTS -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3 -I/<<PKGBUILDDIR>>/CMake/VersionSuite -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core -I/<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/../CMake/VersionSuite -I/<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/libxml2 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/libxml2 -isystem /usr/include/libxml2 -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/hdf5 -isystem /<<PKGBUILDDIR>>/VTK/ThirdParty/hdf5 -isystem /usr/include/hdf5/serial -isystem /<<PKGBUILDDIR>>/build.python3.9/VTK/Utilities/MPI -isystem /<<PKGBUILDDIR>>/VTK/Utilities/MPI -isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/x86_64-linux-gnu/openmpi/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -fPIC -pthread -std=c++11 -o CMakeFiles/vtkxdmfcore.dir/XdmfWriter.cpp.o -c /<<PKGBUILDDIR>>/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfWriter.cpp
cd /<<PKGBUILDDIR>>/build.python3.9/ThirdParty/protobuf/vtkprotobuf/src && /usr/bin/cmake -E cmake_symlink_library ../../../../lib/x86_64-linux-gnu/libvtkprotobuf-pv5.9.so.5.9 ../../../../lib/x86_64-linux-gnu/libvtkprotobuf-pv5.9.so.1 ../../../../lib/x86_64-linux-gnu/libvtkprotobuf-pv5.9.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build.python3.9'
[  6%] Built target protobuf
[  6%] Linking CXX shared library ../../../../../lib/x86_64-linux-gnu/libvtkxdmfcore-pv5.9.so
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/vtkxdmfcore.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -DNDEBUG -pthread  -Wl,-lc -Wl,-z,relro -Wl,--as-needed  -shared -Wl,-soname,libvtkxdmfcore-pv5.9.so.1 -o ../../../../../lib/x86_64-linux-gnu/libvtkxdmfcore-pv5.9.so.5.9 CMakeFiles/vtkxdmfcore.dir/XdmfArray.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfArrayReference.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfArrayType.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfBinaryController.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfCoreItemFactory.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfCoreReader.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfError.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfFunction.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfHDF5Controller.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfHDF5Writer.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfHeavyDataController.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfHeavyDataDescription.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfHeavyDataWriter.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfInformation.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfItem.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfItemProperty.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfPlaceholder.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfSparseMatrix.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfSubset.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfSystemUtils.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfVersion.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfVisitor.cpp.o CMakeFiles/vtkxdmfcore.dir/XdmfWriter.cpp.o  -Wl,-rpath,/usr/lib/x86_64-linux-gnu/hdf5/serial:/usr/lib/x86_64-linux-gnu/openmpi/lib: /usr/lib/x86_64-linux-gnu/libxml2.so /usr/lib/x86_64-linux-gnu/libicuuc.so -ldl /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.so /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5_hl.so /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 
cd /<<PKGBUILDDIR>>/build.python3.9/VTK/ThirdParty/xdmf3/vtkxdmf3/core && /usr/bin/cmake -E cmake_symlink_library ../../../../../lib/x86_64-linux-gnu/libvtkxdmfcore-pv5.9.so.5.9 ../../../../../lib/x86_64-linux-gnu/libvtkxdmfcore-pv5.9.so.1 ../../../../../lib/x86_64-linux-gnu/libvtkxdmfcore-pv5.9.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build.python3.9'
[  6%] Built target vtkxdmfcore
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build.python3.9'
make[2]: *** [Makefile:163: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build.python3.9'
dh_auto_build: error: cd build.python3.9 && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:95: my_build_python3.9] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the debian-science-maintainers mailing list