Your message dated Thu, 21 Oct 2021 20:34:45 +0000
with message-id <e1mdelx-000abr...@fasolo.debian.org>
and subject line Bug#984051: fixed in esys-particle 2.3.5+dfsg2-3
has caused the Debian Bug report #984051,
regarding esys-particle: 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.)


-- 
984051: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984051
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:esys-particle
Version: 2.3.5+dfsg2-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/esys-particle_2.3.5+dfsg2-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.

[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/pis'
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pi_storage.lo pi_storage.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c pi_storage.cpp  -fPIC -DPIC -o .libs/pi_storage.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c pi_storage.cpp -o pi_storage.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=link mpicxx  -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -release 2.3.4  -lboost_system  -Wl,-z,relro -Wl,-z,now 
-o libpis.la -rpath /usr/lib/x86_64-linux-gnu pi_storage.lo  -lpython3.9 
-lmpi++ -lmpi 
libtool: link: mpicxx  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o  .libs/pi_storage.o   
-lboost_system -lpython3.9 -lmpi++ -L/usr/lib/x86_64-linux-gnu/openmpi/lib 
-L/usr/lib/gcc/x86_64-linux-gnu/11 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lmpi_cxx -lmpi -lstdc++ -lm 
-lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o  -g -O2 
-fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname 
-Wl,libpis-2.3.4.so -o .libs/libpis-2.3.4.so
libtool: link: (cd ".libs" && rm -f "libpis.so" && ln -s "libpis-2.3.4.so" 
"libpis.so")
libtool: link: ar cr .libs/libpis.a  pi_storage.o
libtool: link: ranlib .libs/libpis.a
libtool: link: ( cd ".libs" && rm -f "libpis.la" && ln -s "../libpis.la" 
"libpis.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/pis'
Making all in Geometry
make[4]: Entering directory '/<<PKGBUILDDIR>>/Geometry'
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o ARandomAssembly.lo ARandomAssembly.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o BasicInteraction.lo BasicInteraction.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o LayeredBlock.lo LayeredBlock.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o Line.lo Line.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c BasicInteraction.cpp  -fPIC -DPIC -o 
.libs/BasicInteraction.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c ARandomAssembly.cpp  -fPIC -DPIC -o 
.libs/ARandomAssembly.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c LayeredBlock.cpp  -fPIC -DPIC -o .libs/LayeredBlock.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c Line.cpp  -fPIC -DPIC -o .libs/Line.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c BasicInteraction.cpp -o BasicInteraction.o 
>/dev/null 2>&1
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c Line.cpp -o Line.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o PaddedBlock3D.lo PaddedBlock3D.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c PaddedBlock3D.cpp  -fPIC -DPIC -o 
.libs/PaddedBlock3D.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c LayeredBlock.cpp -o LayeredBlock.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o Plane3D.lo Plane3D.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c Plane3D.cpp  -fPIC -DPIC -o .libs/Plane3D.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c PaddedBlock3D.cpp -o PaddedBlock3D.o >/dev/null 2>&1
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c ARandomAssembly.cpp -o ARandomAssembly.o >/dev/null 
2>&1
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c Plane3D.cpp -o Plane3D.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o RandomAssembly2D.lo RandomAssembly2D.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomAssembly2D.cpp  -fPIC -DPIC -o 
.libs/RandomAssembly2D.o
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o RandomAssembly3D.lo RandomAssembly3D.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomAssembly3D.cpp  -fPIC -DPIC -o 
.libs/RandomAssembly3D.o
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o RandomBlock3D.lo RandomBlock3D.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomBlock3D.cpp  -fPIC -DPIC -o 
.libs/RandomBlock3D.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomAssembly2D.cpp -o RandomAssembly2D.o 
>/dev/null 2>&1
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomAssembly3D.cpp -o RandomAssembly3D.o 
>/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o RandomBlock.lo RandomBlock.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomBlock.cpp  -fPIC -DPIC -o .libs/RandomBlock.o
/bin/bash ../libtool  --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. 
-I..  "-I.." -I/usr/include -I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o SimpleNTable3D.lo SimpleNTable3D.cpp
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c SimpleNTable3D.cpp  -fPIC -DPIC -o 
.libs/SimpleNTable3D.o
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomBlock3D.cpp -o RandomBlock3D.o >/dev/null 2>&1
In file included from /usr/include/c++/11/set:60,
                 from ../Geometry/SimpleNTable.h:22,
                 from ../Geometry/SimpleNTable3D.h:19,
                 from SimpleNTable3D.cpp:13:
/usr/include/c++/11/bits/stl_tree.h: In instantiation of ‘static const _Key& 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_S_key(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_Const_Link_type) [with _Key = BasicInteraction; _Val = 
BasicInteraction; _KeyOfValue = std::_Identity<BasicInteraction>; _Compare = 
BILess; _Alloc = std::allocator<BasicInteraction>; std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::_Const_Link_type = const 
std::_Rb_tree_node<BasicInteraction>*]’:
/usr/include/c++/11/bits/stl_tree.h:2069:47:   required from 
‘std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = 
BasicInteraction; _Val = BasicInteraction; _KeyOfValue = 
std::_Identity<BasicInteraction>; _Compare = BILess; _Alloc = 
std::allocator<BasicInteraction>; std::_Rb_tree<_Key, _Val, _KeyOfValue, 
_Compare, _Alloc>::key_type = BasicInteraction]’
/usr/include/c++/11/bits/stl_tree.h:2122:4:   required from 
‘std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = 
BasicInteraction; _Key = BasicInteraction; _Val = BasicInteraction; _KeyOfValue 
= std::_Identity<BasicInteraction>; _Compare = BILess; _Alloc = 
std::allocator<BasicInteraction>]’
/usr/include/c++/11/bits/stl_set.h:521:25:   required from ‘std::pair<typename 
std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key>::other>::const_iterator, bool> 
std::set<_Key, _Compare, _Alloc>::insert(std::set<_Key, _Compare, 
_Alloc>::value_type&&) [with _Key = BasicInteraction; _Compare = BILess; _Alloc 
= std::allocator<BasicInteraction>; typename std::_Rb_tree<_Key, _Key, 
std::_Identity<_Tp>, _Compare, typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key>::other>::const_iterator = 
std::_Rb_tree<BasicInteraction, BasicInteraction, 
std::_Identity<BasicInteraction>, BILess, std::allocator<BasicInteraction> 
>::const_iterator; typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key>::other = 
std::allocator<BasicInteraction>; typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key> = 
__gnu_cxx::__alloc_traits<std::allocator<BasicInteraction>, 
BasicInteraction>::rebind<BasicInteraction>; typename _Alloc::value_type = Bas
 icInteraction; std::set<_Key, _Compare, _Alloc>::value_type = 
BasicInteraction]’
SimpleNTable3D.cpp:222:75:   required from here
/usr/include/c++/11/bits/stl_tree.h:770:15: error: static assertion failed: 
comparison object must be invocable as const
  770 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/stl_tree.h:770:15: note: ‘std::is_invocable_v<const 
BILess&, const BasicInteraction&, const BasicInteraction&>’ evaluates to false
make[4]: *** [Makefile:703: SimpleNTable3D.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include 
-I../Foundation -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c RandomBlock.cpp -o RandomBlock.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/Geometry'
make[3]: *** [Makefile:461: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:392: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:39: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: esys-particle
Source-Version: 2.3.5+dfsg2-3
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
esys-particle, 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 esys-particle 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: Thu, 21 Oct 2021 22:06:21 +0200
Source: esys-particle
Architecture: source
Version: 2.3.5+dfsg2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 984051
Changes:
 esys-particle (2.3.5+dfsg2-3) unstable; urgency=medium
 .
   * [2db959e] Force using C++14. (Closes: #984051)
Checksums-Sha1:
 9df94a433435541b8519190d60593cc6a84ac37d 2348 esys-particle_2.3.5+dfsg2-3.dsc
 aaad3ede8ae5b6a1b3d9c9ac6a5f9e42ff12f62b 565876 
esys-particle_2.3.5+dfsg2-3.debian.tar.xz
 1ca1990bb8cfb62c400ee8fcb9439bcb6f45e52b 21742 
esys-particle_2.3.5+dfsg2-3_source.buildinfo
Checksums-Sha256:
 fcb181ff48d19d82a759f2aefce8ab1bb877bc0656f07dffee41139a6dd4f14f 2348 
esys-particle_2.3.5+dfsg2-3.dsc
 c35321fa9ab4476764bb75567d315c00e9ad47c179f2fd3787fd10c0d5ead4a5 565876 
esys-particle_2.3.5+dfsg2-3.debian.tar.xz
 b331a7eb07af93b0c14a282149e651ab73054f4810187f9404bb012dcd55d85f 21742 
esys-particle_2.3.5+dfsg2-3_source.buildinfo
Files:
 984934e2b901101392f78a1f0eb8dacf 2348 science optional 
esys-particle_2.3.5+dfsg2-3.dsc
 b8b84f6d4b2c07be45d8479b4bd2325a 565876 science optional 
esys-particle_2.3.5+dfsg2-3.debian.tar.xz
 aab65b29c82a2e7d7d223c0c21dfbe4f 21742 science optional 
esys-particle_2.3.5+dfsg2-3_source.buildinfo

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmFxyFUACgkQ0+Fzg8+n
/wY2nA//b7KxCRVpqbg2tBgr4cnSPuwXCoiewKy3Kis+NrF+i8ZCczkI19mDshuj
irnX9NvuLBWUfJ+amGHK/R6V+pvEraifno5e/eEKN32tlK+PZeyDed/yoClRZ81S
R6VTfef76123FSGBRITNwJOzdPtq++XuC5ztfRDqGMy+itVR3sP3TBjHUSIq9I0t
RwYLJ4XgJqab2/tBk959OJmdSfACtyZ2qRmbYaRGU3I+wC4N2pZ2B4q89ixUEJPn
py4mD32CAVfkvPef/ecnwVRk3eU5KAJ2nkL58CpGSdLmo++nvCznr/5A4uDftOBt
w3VoSXECehjKTRtfgTCxi9ciyJLIdj+Z3NWhb4bWSm5D9F+19NojQtzFp7qUzfHM
/fpob31JPVHKQzM3pdUwd4vMkkEf2JhgNxccuFDt7mZR+Z6Z7bEaAoo634jgZnnR
ufuL9rUmIF5uVI/bdQWQlOnGWkYBWR68I+1ZD6/RDtDDngu9qDlLecPLKVa59JSj
OJIE9CcJP9gIBMrqDMJOIUGOZESrxRPoZEOfgM7eF1X4e53lLBoEVA6b5oKJMYd/
cNRfBSSmYNnQlG2Kv9CKF6asBkt9plOWbOcMh8gJLx4S8hvRMuAvWZ6WXmxJB0E8
D3+TswTfjnpun0c9R+a25noYtvZ756Y9PzMSTZT8vavEcJq8S60=
=4tOH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to