Your message dated Wed, 05 Aug 2020 13:48:40 +0000
with message-id <e1k3jma-000gmt...@fasolo.debian.org>
and subject line Bug#966910: fixed in polymake 4.1-3
has caused the Debian Bug report #966910,
regarding polymake: FTBFS: pool_allocator.h:36:19: error: ‘typedef std::size_t 
__gnu_cxx::__pool_alloc_base::size_t’ is private within this context
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.)


-- 
966910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966910
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: polymake
Version: 4.0r1-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/bounding_box.o -MMD -MT 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/bounding_box.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/bounding_box.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -DPOLYMAKE_DEFINITION_SOURCE_FILE="bounding_box.cc" 
> -DPOLYMAKE_DEFINITION_SOURCE_DIR="../../src" 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc && : 
> 'COMPILER_USED=10.2.0'
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/singular_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/modified_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterator_filters.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/sparse.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/GenericIO.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/perl/Value.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/client.h:22,
>                  from 
> /<<PKGBUILDDIR>>/include/apps/polymake/common/bounding_box.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/../../src/bounding_box.cc:18,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:36:19: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    36 |    void* allocate(size_t n)
>       |                   ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/singular_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/modified_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterator_filters.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/sparse.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/GenericIO.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/perl/Value.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/client.h:22,
>                  from 
> /<<PKGBUILDDIR>>/include/apps/polymake/common/bounding_box.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/../../src/bounding_box.cc:18,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/singular_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/modified_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterator_filters.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/sparse.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/GenericIO.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/perl/Value.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/client.h:22,
>                  from 
> /<<PKGBUILDDIR>>/include/apps/polymake/common/bounding_box.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/../../src/bounding_box.cc:18,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:40:29: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    40 |    void deallocate(void* p, size_t n)
>       |                             ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/singular_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/modified_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterator_filters.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/sparse.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/GenericIO.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/perl/Value.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/client.h:22,
>                  from 
> /<<PKGBUILDDIR>>/include/apps/polymake/common/bounding_box.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/../../src/bounding_box.cc:18,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/singular_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/modified_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterator_filters.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/sparse.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/GenericIO.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/perl/Value.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/client.h:22,
>                  from 
> /<<PKGBUILDDIR>>/include/apps/polymake/common/bounding_box.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/../../src/bounding_box.cc:18,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:44:30: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    44 |    void* reallocate(void* p, size_t old_sz, size_t new_sz);
>       |                              ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/singular_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/modified_containers.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterator_filters.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/sparse.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/GenericIO.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/perl/Value.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/client.h:22,
>                  from 
> /<<PKGBUILDDIR>>/include/apps/polymake/common/bounding_box.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/../../src/bounding_box.cc:18,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/wrap-bounding_box.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> [2/905]   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o 
> -MMD -MT /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc && : 
> 'COMPILER_USED=10.2.0'
> FAILED: /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o 
>   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o -MMD -MT 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-1.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc && : 
> 'COMPILER_USED=10.2.0'
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:36:19: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    36 |    void* allocate(size_t n)
>       |                   ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:40:29: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    40 |    void deallocate(void* p, size_t n)
>       |                             ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:44:30: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    44 |    void* reallocate(void* p, size_t old_sz, size_t new_sz);
>       |                              ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-1.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> [3/905]   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o 
> -MMD -MT /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc && : 
> 'COMPILER_USED=10.2.0'
> FAILED: /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o 
>   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o -MMD -MT 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-2.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc && : 
> 'COMPILER_USED=10.2.0'
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:36:19: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    36 |    void* allocate(size_t n)
>       |                   ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:40:29: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    40 |    void deallocate(void* p, size_t n)
>       |                             ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:44:30: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    44 |    void* reallocate(void* p, size_t old_sz, size_t new_sz);
>       |                              ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-2.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> [4/905]   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o 
> -MMD -MT /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc && : 
> 'COMPILER_USED=10.2.0'
> FAILED: /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o 
>   g++ -c -o /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o -MMD -MT 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o -MF 
> /<<PKGBUILDDIR>>/build/Opt/apps/common/cpperl/Array-3.o.d -fPIC -pipe -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 
> -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op 
> -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses 
> -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT  
> -DPOLYMAKE_DEBUG=0 -DNDEBUG -O2 -DPOLYMAKE_APPNAME=common 
> -I/<<PKGBUILDDIR>>/include/app-wrappers -I/<<PKGBUILDDIR>>/include/apps 
> -I/<<PKGBUILDDIR>>/include/external/permlib 
> -I/<<PKGBUILDDIR>>/include/external/TOSimplex 
> -I/<<PKGBUILDDIR>>/include/core-wrappers -I/<<PKGBUILDDIR>>/include/core 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc && : 
> 'COMPILER_USED=10.2.0'
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:36:19: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    36 |    void* allocate(size_t n)
>       |                   ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:40:29: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    40 |    void deallocate(void* p, size_t n)
>       |                             ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc:6:
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:44:30: 
> error: ‘typedef std::size_t __gnu_cxx::__pool_alloc_base::size_t’ is private 
> within this context
>    44 |    void* reallocate(void* p, size_t old_sz, size_t new_sz);
>       |                              ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/pool_allocator.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/type_manip.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/iterators.h:21,
>                  from 
> /<<PKGBUILDDIR>>/include/core/polymake/internal/shared_object.h:21,
>                  from /<<PKGBUILDDIR>>/include/core/polymake/Array.h:25,
>                  from 
> /<<PKGBUILDDIR>>/include/core-wrappers/polymake/Array.h:21,
>                  from 
> /<<PKGBUILDDIR>>/apps/common/cpperl/generated/Array-3.cc:6:
> /usr/include/c++/10/ext/pool_allocator.h:77:27: note: declared private here
>    77 |       typedef std::size_t size_t;
>       |                           ^~~~~~
> ninja: build stopped: subcommand failed.
> make[1]: *** [debian/rules:57: override_dh_auto_build] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/polymake_4.0r1-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: polymake
Source-Version: 4.1-3
Done: David Bremner <brem...@debian.org>

We believe that the bug you reported is fixed in the latest version of
polymake, 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 966...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Bremner <brem...@debian.org> (supplier of updated polymake 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: SHA256

Format: 1.8
Date: Wed, 05 Aug 2020 07:41:22 -0300
Source: polymake
Architecture: source
Version: 4.1-3
Distribution: experimental
Urgency: medium
Maintainer: David Bremner <brem...@debian.org>
Changed-By: David Bremner <brem...@debian.org>
Closes: 966910
Changes:
 polymake (4.1-3) experimental; urgency=medium
 .
   * upload to unstable
   * Bug fix: "FTBFS: pool_allocator.h:36:19: error: ‘typedef std::size_t
     __gnu_cxx::__pool_alloc_base::size_t’ is private within this context",
     thanks to Lucas Nussbaum (Closes: #966910).
Checksums-Sha1:
 ca9cb5ab46719bb493ec4a8c7e62e99347b05c70 2554 polymake_4.1-3.dsc
 101ca338626b633e6954f8ff0aa2cd5c7c6f81d9 10200 polymake_4.1-3.debian.tar.xz
Checksums-Sha256:
 88e55cb829b179c7a0ee97db394a2b6d83096813522d39204174d05faa5ae1e4 2554 
polymake_4.1-3.dsc
 ce10e63121da2332fef06034ae8daddcca8ce9c6c678017652d7db78b7862569 10200 
polymake_4.1-3.debian.tar.xz
Files:
 dd9599fe60a796aca70bda128b9b457e 2554 math optional polymake_4.1-3.dsc
 cc45f343b3a5794979603dc147d08917 10200 math optional 
polymake_4.1-3.debian.tar.xz

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

iQIzBAEBCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAl8qs1cACgkQA0U5G1Wq
FSE9ag//QQpq/mjLQ0G3orQMmrt7myPD0YT47xI0D0A0Se9eJEIU9c8V4EB8osYU
0hgpv2kfCV0ICDbre5CcBAAj1JY+qNgMo3dGxqfPlyav0T2JR2lBFWH3Q7wrtVmH
lLueXr1N81anV3OIiAgInqp3AnSpTgCWHrXQ0y6uW/+i0gLclq4mUKBdkDKbTvSF
NmeJ8m8wwbDRn0h2q3Zq/gf36dv8+u3VKO9KuRmQOsQipwiyYozhGrFfcp1FsXrS
qocbJbp6UJu11EsFYkvplbkZJyhNhqT/Jf0mYfBzeEfMyWCK5wdxuqyNc5bK0vID
YzdWUk7vcUPwUncRe6VlKYNgJV/9JgTuHggb7LLOeWDmgQBysNYk8TN5gqgNtsE2
Rt0okPEhg4Pxd+p7aL9BqYuWE8vvfRp2NaYoCk3/sEt+Gt01itv4kda1z7gnrTZS
uV2uetm/ic26lBBmnhXcMUpjXmCE6h8pu2HwSaf9jUe2OX6OzYowsqbvfg0BqDEJ
KH/wif09cJQycNwixXjh3ZVwdMCH1hssM+Mp7Gktr77rzrfB6hoBRBXfjLBJR67j
HQ36fGMEFjup+V+xUGXcRUi886tDYJkdiY4U7M2oyTkw2gdVvq9/z0aiu3ZJpAdv
i46URI1UNM0hdbmjdQcVlbpt60kgUy/SGEUoPn8hyjuBDjLQgPQ=
=Xpk1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to