Source: xsd
Version: 4.0.0-9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armel

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/binary 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/binary 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/binary/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/binary/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/boolean 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/boolean 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/boolean/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/boolean/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/byte 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/byte 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/byte/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/byte/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/date-time 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/date-time 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/date-time/driver.o 
> -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/date-time/driver.cxx
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/binary/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/boolean/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/byte/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/date-time/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/float 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/float 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/float/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/float/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/int 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/int 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/int/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/int/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/integer 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/integer 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/integer/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/integer/driver.cxx
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/float/driver.cxx:11:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/int/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/integer/driver.cxx:14:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/long 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/long 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/long/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/long/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/qname 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/qname 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/qname/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/qname/driver.cxx
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/long/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/short 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/short 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/short/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/short/driver.cxx
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/qname/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/short/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/string 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/string 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/string/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/string/driver.cxx
> arm-linux-gnueabi-g++ 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/uri 
> -I/<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/uri 
> -I/<<PKGBUILDDIR>>/xsd/libxsd  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -std=gnu++11  -o 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/uri/driver.o -c 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/uri/driver.cxx
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/string/driver.cxx:11:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:10,
>                  from 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/validation/built-in/uri/driver.cxx:10:
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:498:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   498 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> In file included from /usr/include/c++/13/memory:78,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:9,
>                  from 
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:12:
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pskel.hxx:511:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   511 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:668:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   668 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:673:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   673 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:690:19:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   690 |           virtual XSD_AUTO_PTR<buffer>
>       |                   ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.hxx:695:11:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>   695 |           XSD_AUTO_PTR<buffer> buf_;
>       |           ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1640:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1640 |         XSD_AUTO_PTR<buffer> base64_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/config.hxx:40:29: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
> instead [-Wdeprecated-declarations]
>    40 | #  define XSD_AUTO_PTR std::auto_ptr
>       |                             ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/libxsd/xsd/cxx/parser/validating/xml-schema-pimpl.txx:1731:9:
>  note: in expansion of macro ‘XSD_AUTO_PTR’
>  1731 |         XSD_AUTO_PTR<buffer> hex_binary_pimpl<C>::
>       |         ^~~~~~~~~~~~
> /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
>    65 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/xsd/xsd/xsd cxx-parser --generate-inline --skel-file-suffix 
> -pskel --std c++98 --output-dir 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/built-in/ 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/built-in/test.xsd
> /<<PKGBUILDDIR>>/xsd/xsd/xsd cxx-parser --generate-inline --skel-file-suffix 
> -pskel --type-map /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/enumeration/test.map 
> --std c++98 --output-dir /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/enumeration/ 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/enumeration/test.xsd
> make[1]: *** [/<<PKGBUILDDIR>>/xsd/build/xsd/parser/xsd-cxx.make:44: 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/built-in/test-pskel.hxx] Illegal 
> instruction
> make[1]: *** Waiting for unfinished jobs....
> make[1]: *** [/<<PKGBUILDDIR>>/xsd/build/xsd/parser/xsd-cxx.make:44: 
> /<<PKGBUILDDIR>>/xsd/tests/cxx/parser/enumeration/test-pskel.hxx] Illegal 
> instruction
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 test returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/xsd_4.0.0-9_unstable-armel.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.


Reply via email to