Your message dated Sun, 06 Apr 2025 01:16:00 -0400
with message-id <87iknh6fan....@sergiodj.net>
and subject line Re: Bug#1069553: xsd: FTBFS on armel: dh_auto_test: error:
make -j4 test returned exit code 2
has caused the Debian Bug report #1069553,
regarding xsd: FTBFS on armel: dh_auto_test: error: make -j4 test returned exit
code 2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1069553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
On Sunday, April 06 2025, Paul Gevers wrote:
> Hi Sergio,
Hi Paul,
> On Sat, 05 Apr 2025 17:30:28 -0400 Sergio Durigan Junior
> <sergi...@sergiodj.net> wrote:
>> I'm not closing this bug right now, but it can be closed once the
>> package migrates.
>
> I don't understand this choice, I would have closed the bug as it
> seems indeed fixed and nobody needs to take any action anymore (except
> now closing this bug). Do you care to elaborate?
I guess I was being overly cautious here and wanted to make sure that
the package migrates to testing so that it's guaranteed to be shipped in
trixie, but thinking more about it, I guess it's OK to just close it
now. This is what I'm doing with this message.
Thanks,
--
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
https://sergiodj.net/
signature.asc
Description: PGP signature
--- End Message ---