--- Begin Message ---
Source: openvrml
Version: 0.18.9-7.3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64
Hi,
During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html
Relevant part (hopefully):
> /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
> -I../src/libopenvrml -I../src/libopenvrml
> -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30
> -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/freetype2
> -I/usr/include/freetype2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -I/usr/lib/jvm/default-java//include
> -I/usr/lib/jvm/default-java//include/linux -Wdate-time -c -o
> node/vrml97/node_vrml97_la-text.lo `test -f 'node/vrml97/text.cpp' || echo
> './'`node/vrml97/text.cpp
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src/libopenvrml
> -I../src/libopenvrml -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
> -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -Wdate-time -D_FORTIFY_SOURCE=2 -pthread
> -I/usr/include/freetype2 -I/usr/include/freetype2 -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security
> -I/usr/lib/jvm/default-java//include
> -I/usr/lib/jvm/default-java//include/linux -Wdate-time -c
> node/vrml97/text.cpp -fPIC -DPIC -o node/vrml97/.libs/node_vrml97_la-text.o
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:52:18: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<counted_impl_base> clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:56:26: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<counted_impl_base> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:78:26: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<counted_impl_base> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:120:21: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> static std::auto_ptr<field_value> create(type_id type)
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:125:14: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<field_value> clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:156:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:215:10: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<field_value::counted_impl_base>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h: In member function 'virtual
> std::auto_ptr<openvrml::field_value::counted_impl_base>
> openvrml::field_value::counted_impl<ValueType>::do_clone() const':
> ../src/libopenvrml/openvrml/field_value.h:219:21: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> return std::auto_ptr<counted_impl_base>(
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h: At global scope:
> ../src/libopenvrml/openvrml/field_value.h:327:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:359:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:392:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:426:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:457:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:489:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:521:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:557:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:590:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:625:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:656:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:688:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:719:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:751:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:783:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:817:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:858:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:899:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:942:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:983:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1024:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1063:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1104:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1145:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1188:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1228:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1269:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1310:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1351:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/node.h:25:0,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/field_value.h:1392:22: warning: 'template<class>
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.h:26:0,
> from node/vrml97/text.cpp:24:
> ../src/libopenvrml/openvrml/node.h:563:14: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<field_value> field(const std::string & id) const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.cpp:26:0:
> ../src/libopenvrml/openvrml/node_impl_util.h:495:30: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> virtual std::auto_ptr<field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.cpp:26:0:
> ../src/libopenvrml/openvrml/node_impl_util.h:572:14: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> std::auto_ptr<field_value>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.cpp:26:0:
> ../src/libopenvrml/openvrml/node_impl_util.h: In member function 'virtual
> std::auto_ptr<openvrml::field_value>
> openvrml::node_impl_util::abstract_node<Derived>::exposedfield<FieldValue>::do_clone()
> const':
> ../src/libopenvrml/openvrml/node_impl_util.h:576:25: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> return std::auto_ptr<field_value>(
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/browser.h:25:0,
> from node/vrml97/text.cpp:27:
> ../src/libopenvrml/openvrml/script.h: At global scope:
> ../src/libopenvrml/openvrml/script.h:80:22: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<script>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/browser.h:25:0,
> from node/vrml97/text.cpp:27:
> ../src/libopenvrml/openvrml/script.h:223:21: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> static std::auto_ptr<openvrml::event_emitter>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from ../src/libopenvrml/openvrml/browser.h:25:0,
> from node/vrml97/text.cpp:27:
> ../src/libopenvrml/openvrml/script.h:304:29: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> OPENVRML_LOCAL std::auto_ptr<script> create_script()
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.cpp:27:0:
> ../src/libopenvrml/openvrml/browser.h:34:10: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<node_type_decls> profile(const std::string & profile_id)
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.cpp:27:0:
> ../src/libopenvrml/openvrml/browser.h:66:14: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<resource_istream> get_resource(const std::string &
> uri);
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> In file included from node/vrml97/text.cpp:27:0:
> ../src/libopenvrml/openvrml/browser.h:69:22: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<resource_istream>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp:58:9: error: redeclaration of C++ built-in type
> 'char32_t' [-fpermissive]
> char32_t;
> ^~~~~~~~
> node/vrml97/text.cpp:75:26: warning: 'template<class> class std::auto_ptr' is
> deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<openvrml::field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp:90:26: warning: 'template<class> class std::auto_ptr' is
> deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<openvrml::field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp:105:26: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<openvrml::field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp:120:26: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> virtual std::auto_ptr<openvrml::field_value> do_clone() const
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp:319:10: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<openvrml::field_value>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In member function 'virtual
> std::auto_ptr<openvrml::field_value>
> {anonymous}::text_node::string_exposedfield::do_clone() const':
> node/vrml97/text.cpp:323:21: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> return std::auto_ptr<openvrml::field_value>(
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: At global scope:
> node/vrml97/text.cpp:403:10: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<openvrml::field_value>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In member function 'virtual
> std::auto_ptr<openvrml::field_value>
> {anonymous}::text_node::font_style_exposedfield::do_clone() const':
> node/vrml97/text.cpp:407:21: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> return std::auto_ptr<openvrml::field_value>(
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: At global scope:
> node/vrml97/text.cpp:486:10: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<openvrml::field_value>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In member function 'virtual
> std::auto_ptr<openvrml::field_value>
> {anonymous}::text_node::length_exposedfield::do_clone() const':
> node/vrml97/text.cpp:490:21: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> return std::auto_ptr<openvrml::field_value>(
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: At global scope:
> node/vrml97/text.cpp:569:10: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<openvrml::field_value>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In member function 'virtual
> std::auto_ptr<openvrml::field_value>
> {anonymous}::text_node::max_extent_exposedfield::do_clone() const':
> node/vrml97/text.cpp:573:21: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> return std::auto_ptr<openvrml::field_value>(
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: At global scope:
> node/vrml97/text.cpp:958:25: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> OPENVRML_LOCAL std::auto_ptr<connection_map_t>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In function 'std::auto_ptr<std::multimap<const
> openvrml::vec2f*, const std::vector<openvrml::vec2f>*> >
> {anonymous}::get_connection_map(const {anonymous}::polygon_&)':
> node/vrml97/text.cpp:963:14: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<connection_map_t> connection_map(new connection_map_t);
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In member function 'void
> {anonymous}::draw_glyph_polygon::operator()(const {anonymous}::polygon_&)
> const':
> node/vrml97/text.cpp:1001:18: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<connection_map_t>
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> node/vrml97/text.cpp: In member function 'void
> {anonymous}::text_node::update_geometry()':
> node/vrml97/text.cpp:2687:13: warning: 'template<class> class std::auto_ptr'
> is deprecated [-Wdeprecated-declarations]
> auto_ptr<line_geometry> line_geom(new line_geometry(horizontal,
> ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
> from ../src/libopenvrml/openvrml/field_value.h:25,
> from ../src/libopenvrml/openvrml/node.h:25,
> from node/vrml97/text.h:26,
> from node/vrml97/text.cpp:24:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
> make[5]: *** [node/vrml97/node_vrml97_la-text.lo] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/openvrml_0.18.9-7.3_unstable_gcc6.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 ---