Your message dated Wed, 21 Oct 2020 02:39:51 +0000
with message-id <[email protected]>
and subject line Bug#957999: fixed in xsd 4.0.0-8.1
has caused the Debian Bug report #957999,
regarding xsd: ftbfs with GCC-10
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 [email protected]
immediately.)


-- 
957999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957999
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xsd
Version: 4.0.0-8
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/xsd_4.0.0-8_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
/<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.hxx:64:39: warning: dynamic 
exception specifications are deprecated in C++11 [-Wdeprecated]
   64 |     operator new (std::size_t, share) throw (std::bad_alloc);
      |                                       ^~~~~
In file included from /<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.hxx:89,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr.hxx:8,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/container/graph.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:17,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/enumeration.hxx:8,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/enumeration.cxx:7:
/<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.ixx:62:39: warning: dynamic 
exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   operator new (std::size_t n, share) throw (std::bad_alloc)
      |                                       ^~~~~
make[1]: *** [/<<PKGBUILDDIR>>/build-0.3/cxx/generic/cxx-o.make:23: 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/libcutl/cutl/compiler/context.hxx:14,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:19,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/enumeration.hxx:8,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/enumeration.cxx:7:
/<<PKGBUILDDIR>>/libcutl/cutl/container/any.hxx:147:12: warning: 
‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  147 |       std::auto_ptr<holder> holder_;
      |            ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/container/any.hxx:8,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/compiler/context.hxx:14,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:19,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/enumeration.hxx:8,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/enumeration.cxx:7:
/usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here
   53 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr.hxx:8,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/container/graph.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:17,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.cxx:10:
/<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.hxx:34:41: warning: dynamic 
exception specifications are deprecated in C++11 [-Wdeprecated]
   34 | operator new (std::size_t, cutl::share) throw (std::bad_alloc);
      |                                         ^~~~~
/<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.hxx:64:39: warning: dynamic 
exception specifications are deprecated in C++11 [-Wdeprecated]
   64 |     operator new (std::size_t, share) throw (std::bad_alloc);
      |                                       ^~~~~
In file included from /<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.hxx:89,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr.hxx:8,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/container/graph.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:17,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.cxx:10:
/<<PKGBUILDDIR>>/libcutl/cutl/shared-ptr/base.ixx:62:39: warning: dynamic 
exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   operator new (std::size_t n, share) throw (std::bad_alloc)
      |                                       ^~~~~
In file included from /<<PKGBUILDDIR>>/libcutl/cutl/compiler/context.hxx:14,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:19,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.cxx:10:
/<<PKGBUILDDIR>>/libcutl/cutl/container/any.hxx:147:12: warning: 
‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  147 |       std::auto_ptr<holder> holder_;
      |            ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/container/any.hxx:8,
                 from /<<PKGBUILDDIR>>/libcutl/cutl/compiler/context.hxx:14,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/elements.hxx:19,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.hxx:11,
                 from 
/<<PKGBUILDDIR>>/libxsd-frontend/xsd-frontend/semantic-graph/fundamental.cxx:10:
/usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here
   53 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:16: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xsd
Source-Version: 4.0.0-8.1
Done: Michael Hudson-Doyle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xsd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <[email protected]> (supplier of updated xsd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 06 Oct 2020 14:03:20 +1300
Source: xsd
Architecture: source
Version: 4.0.0-8.1
Distribution: unstable
Urgency: medium
Maintainer: Jörg Frings-Fürst <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 957999
Changes:
 xsd (4.0.0-8.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply patch from upstream to fix build with gcc 10. (Closes: #957999)
Checksums-Sha1:
 55cce2039f8094e16065a94002d356be1c86d889 1868 xsd_4.0.0-8.1.dsc
 75765a8d9fb94dbceba43341ed80ba108c61f979 10976 xsd_4.0.0-8.1.debian.tar.xz
 bbf31cce41620de7b90e1417571656ace1eb4d52 6195 xsd_4.0.0-8.1_source.buildinfo
Checksums-Sha256:
 70bc37b256fdf8b957236fa805ce8f11327b026f24cb56cbef481edb874cc733 1868 
xsd_4.0.0-8.1.dsc
 34bce66db58456d1fbf34ec9f3f6e6029ca7bede963158f13fbd960ca94b20e3 10976 
xsd_4.0.0-8.1.debian.tar.xz
 cb5e609607936e7961e0e4f0ac6e8406957f286d79b37c26ac2a7f97d3bab34f 6195 
xsd_4.0.0-8.1_source.buildinfo
Files:
 6b2d6af4c49941ab938bff9fa1a8d2dc 1868 devel optional xsd_4.0.0-8.1.dsc
 e29ed65ba6337a0b58c276c1d19f2901 10976 devel optional 
xsd_4.0.0-8.1.debian.tar.xz
 4176a0f64594a628b65c6277cea4ed75 6195 devel optional 
xsd_4.0.0-8.1_source.buildinfo

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

iQIzBAEBCAAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAl97wtsACgkQEd9ClMyj
mJP7wBAAoEEjDKEF9fQTplcUaIRMgcLqJGCgS25ZCNnK6rzTN2bkAzPWe5QRjs3I
MJ5IhnGc31wfIwTMAVzJVFJ+1J2iWicUXXqKgoiTo9LcyUsQrcOLaGVZgMHo9PzG
rxLSPVxNdYBiOor2tXPO4slxdBvLqDymBOjGJAiwCbiQuC0XqKkRRWbNKQ6Hf66U
k/NgiAl5ExkuVnUZaF0Zev5JgxkR3YE24RwaToDS6kO48trXtEJhJhR57KvidgOQ
lGozZLkmTMfLOQhQKo846qVvccUhxeysSJx89Sp9/254BMeC7VbGdIlslRM9K9R5
DHEKDs3UuGUaxevkjOhnr6YXBDgMGCamhDOI+7bMlDjA1cRwlMJMBVFcM4Ms36iy
uQd9F05X9ipBFyNRUj8/jXWR4ajL2Tmm4Ew8yofoiQaeHGxXxP5vrhrsPR7qDerz
WydpMj3mP3IbXPUR+duSbtmmX77ibhbKuO0dZhHq9j6uNSVcFGio4BsmVqxbLvPA
8xUVplYLQaBh/3kuZEPP7PaX42SZ28Q2qAJ+HY94vRTJMVvad0lUPeMWx4r66abh
yeHFabKy8oV5H6416Vtf8V0aZ42Hiw+JH5nukt+7+AjfD+qMxnvOLC4sHry42JWE
USeWHpIkW8a9b3eeDqOZy5udyodVCVZ6Xio1Yeq0cH23BGUq6tQ=
=z9fs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to