Your message dated Tue, 19 Oct 2021 19:49:18 +0000
with message-id <e1mcv6s-000ibg...@fasolo.debian.org>
and subject line Bug#984217: fixed in liggghts 3.8.0+repack1-9
has caused the Debian Bug report #984217,
regarding liggghts: 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.)


-- 
984217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:liggghts
Version: 3.8.0+repack1-7
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/liggghts_3.8.0+repack1-7_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.

[...]
/<<PKGBUILDDIR>>/src/dihedral_hybrid.cpp: In member function ‘virtual void 
LAMMPS_NS::DihedralHybrid::read_restart(FILE*)’:
/<<PKGBUILDDIR>>/src/dihedral_hybrid.cpp:352:21: warning: ignoring return value 
of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  352 |   if (me == 0) fread(&nstyles,sizeof(int),1,fp);
      |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/dihedral_hybrid.cpp:361:23: warning: ignoring return value 
of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  361 |     if (me == 0) fread(&n,sizeof(int),1,fp);
      |                  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/dihedral_hybrid.cpp:364:23: warning: ignoring return value 
of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  364 |     if (me == 0) fread(keywords[m],sizeof(char),n,fp);
      |                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 25%] Building CXX object src/CMakeFiles/libliggghts.dir/domain.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/domain.cpp.o -c /<<PKGBUILDDIR>>/src/domain.cpp
[ 25%] Building CXX object src/CMakeFiles/libliggghts.dir/dump.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump.cpp.o -c /<<PKGBUILDDIR>>/src/dump.cpp
[ 26%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_atom_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_atom_vtk.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_atom_vtk.cpp
[ 26%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_custom.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_custom.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_custom.cpp
[ 26%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_custom_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_custom_vtk.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_custom_vtk.cpp
[ 27%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_custom_vtm.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_custom_vtm.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_custom_vtm.cpp
[ 27%] Building CXX object 
src/CMakeFiles/libliggghts.dir/dump_decomposition_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_decomposition_vtk.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_decomposition_vtk.cpp
[ 27%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_euler_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_euler_vtk.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_euler_vtk.cpp
[ 27%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_image.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_image.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_image.cpp
[ 28%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_local.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_local.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_local.cpp
[ 28%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_local_gran.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_local_gran.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_local_gran.cpp
[ 28%] Building CXX object 
src/CMakeFiles/libliggghts.dir/dump_local_gran_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_local_gran_vtk.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_local_gran_vtk.cpp
[ 29%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_mesh.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_mesh.cpp.o -c /<<PKGBUILDDIR>>/src/dump_mesh.cpp
[ 29%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_mesh_stl.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_mesh_stl.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_mesh_stl.cpp
[ 29%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_mesh_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_mesh_vtk.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_mesh_vtk.cpp
[ 30%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_mesh_vtm.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_mesh_vtm.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_mesh_vtm.cpp
[ 30%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_movie.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_movie.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_movie.cpp
[ 30%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_particle.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_particle.cpp.o -c 
/<<PKGBUILDDIR>>/src/dump_particle.cpp
[ 31%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_vtk.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_vtk.cpp.o -c /<<PKGBUILDDIR>>/src/dump_vtk.cpp
[ 31%] Building CXX object src/CMakeFiles/libliggghts.dir/dump_xyz.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/dump_xyz.cpp.o -c /<<PKGBUILDDIR>>/src/dump_xyz.cpp
[ 31%] Building CXX object src/CMakeFiles/libliggghts.dir/error.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/error.cpp.o -c /<<PKGBUILDDIR>>/src/error.cpp
[ 31%] Building CXX object src/CMakeFiles/libliggghts.dir/finish.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/finish.cpp.o -c /<<PKGBUILDDIR>>/src/finish.cpp
[ 32%] Building CXX object src/CMakeFiles/libliggghts.dir/fix.cpp.o
cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ -DBOOST_ALL_NO_LIB 
-DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -Dlibliggghts_EXPORTS 
-DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/include/hdf5/openmpi 
-I/usr/include/jsoncpp -I/usr/include/eigen3 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/src -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  -DLAMMPS_VTK6 
-DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -pthread -fPIC -pthread -o 
CMakeFiles/libliggghts.dir/fix.cpp.o -c /<<PKGBUILDDIR>>/src/fix.cpp
/<<PKGBUILDDIR>>/src/finish.cpp: In member function ‘void 
LAMMPS_NS::Finish::end(int)’:
/<<PKGBUILDDIR>>/src/finish.cpp:722:40: error: ordered comparison of pointer 
with integer zero (‘int*’ and ‘int’)
  722 |       if (neighbor->lists[m]->numneigh > 0) {
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
make[3]: *** [src/CMakeFiles/libliggghts.dir/build.make:1411: 
src/CMakeFiles/libliggghts.dir/finish.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[2]: *** [CMakeFiles/Makefile2:147: src/CMakeFiles/libliggghts.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
dh_auto_build: error: cd debian/build && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: liggghts
Source-Version: 3.8.0+repack1-9
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
liggghts, 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 liggghts 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: Tue, 19 Oct 2021 20:49:53 +0200
Source: liggghts
Architecture: source
Version: 3.8.0+repack1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 984217
Changes:
 liggghts (3.8.0+repack1-9) unstable; urgency=medium
 .
   * [67ea6b6] Fix FTBFS with GCC-11. (Closes: #984217)
Checksums-Sha1:
 5159c3a4d054349c0f98b99740726eff3806d654 2281 liggghts_3.8.0+repack1-9.dsc
 f08a2d51274e18d9759591aacd5e8acb7bc1ea88 10788 
liggghts_3.8.0+repack1-9.debian.tar.xz
 43a823ca0459872a46331a3d6d7e726f36d1fd50 20440 
liggghts_3.8.0+repack1-9_source.buildinfo
Checksums-Sha256:
 220d4079e1b00b034feda42e04cb340f61b1db47ba3e48a24233e079c2d43ed6 2281 
liggghts_3.8.0+repack1-9.dsc
 989895968f501bc634066aa49d04255f7d619cef15d98d749218baab8bda3419 10788 
liggghts_3.8.0+repack1-9.debian.tar.xz
 8bc700ac97dc29e0b72c8ad2d6c62350e16e7da9ae13543085557adb08b5b2b7 20440 
liggghts_3.8.0+repack1-9_source.buildinfo
Files:
 e18a515ab48834dbb4942262fe94e61d 2281 science optional 
liggghts_3.8.0+repack1-9.dsc
 5613023b0347cde0be02db321c4c7a46 10788 science optional 
liggghts_3.8.0+repack1-9.debian.tar.xz
 b76931c635cd7194a1eb52fbdb9c7388 20440 science optional 
liggghts_3.8.0+repack1-9_source.buildinfo

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmFvE20ACgkQ0+Fzg8+n
/wbgBhAAgy/wZPEBeEd52TUx8yqClFrk07tcj+E42PF334c8cxqPBH6JRkVoyI+f
rh+D7WAFgEeinYOK213kYPzmijhb4kzamzX+r5isfSTefLDeuXJuDVFWSqJdQ5o7
GD9r2xrcrhjpSZLq2E/T3mkFYvDcducIKMDnB+SRmi3oKkwfTPa9zDHT9yVMKSt1
bgJ44yPY758LiuHpRzzyr7a9jaxBPeJRTq3IPi/Gpjh1H/roV+nLNArzxXGCR62k
61iCJqluXbGWMfAl9nicwlBA/6NEvPg/5U0DLQKGtTnsx1Z0S+v0eRf6siUhulHE
eJN+4MGfpWNO1eaCtIkYILlbiYuNu8MIzey10S8DYc9c4+QqNJcgd70yI3dVi/bt
kf33sMfkXaPLrUkgfUWQGmKxd5LFDS2/nsQ+DrEwPLRZ24VddD6bVfIzdIyRMejl
C13PFPiAv3kjd9H0a+V25QOpLb6crpYFtCFIeUXSfcLLyk+pX+59RwDw7A9dWMbE
3mcVYSzA6UGtHxeP5o759DY6JKfcBC7Twnw3Kbog9spDNdDP9XoOq90xj69UCcb4
Vdkvj0bFU2//VwY70V+pFX5ZEhq1MHe8TGSRFCC+yVj6teG3hWHVBUVrbvvOQgoi
wxZX0YFzCiSVWVc1yy7JsLiJrfY2OV8e0yJFaw8xEiMoPAg1YBU=
=Jxtb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to