Your message dated Tue, 06 Dec 2016 21:18:20 +0000
with message-id <[email protected]>
and subject line Bug#812058: fixed in gargoyle-free 2011.1a-3.1
has caused the Debian Bug report #812058,
regarding gargoyle-free: FTBFS with GCC 6: error: exception cleanup for this
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.)
--
812058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812058
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gargoyle-free
Version: 2011.1a-3
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> C++ build/linux.release/tads/vmvec.o
> In file included from tads/tads3/vmobj.cpp:35:0:
> tads/tads3/vmlst.h: In member function 'virtual void
> CVmMetaclassList::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmlst.h:659:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjList();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmlst.h: In member function 'virtual void
> CVmMetaclassList::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmlst.h:666:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjList();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> In file included from tads/tads3/vmobj.cpp:36:0:
> tads/tads3/vmstr.h: In member function 'virtual void
> CVmMetaclassString::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmstr.h:416:36: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjString();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmstr.h: In member function 'virtual void
> CVmMetaclassString::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmstr.h:423:36: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjString();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> In file included from tads/tads3/vmobj.cpp:37:0:
> tads/tads3/vmintcls.h: In member function 'virtual void
> CVmMetaclassClass::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmintcls.h:246:35: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjClass();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmintcls.h: In member function 'virtual void
> CVmMetaclassClass::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmintcls.h:253:35: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjClass();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> In file included from tads/tads3/vmtobj.cpp:31:0:
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassTads::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmtobj.h:625:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjTads();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassTads::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmtobj.h:632:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjTads();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassIntClsMod::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmtobj.h:740:39: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjIntClsMod();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassIntClsMod::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmtobj.h:747:39: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjIntClsMod();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> C++ build/linux.release/tads/vmintcls.o
> In file included from tads/tads3/vmstrcmp.cpp:27:0:
> tads/tads3/vmstrcmp.h: In member function 'virtual void
> CVmMetaclassStrComp::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmstrcmp.h:295:37: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjStrComp();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmstrcmp.h: In member function 'virtual void
> CVmMetaclassStrComp::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmstrcmp.h:302:37: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjStrComp();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> In file included from tads/tads3/vmobj.cpp:42:0:
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassTads::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmtobj.h:625:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjTads();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassTads::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmtobj.h:632:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjTads();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassIntClsMod::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmtobj.h:740:39: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjIntClsMod();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> tads/tads3/vmtobj.h: In member function 'virtual void
> CVmMetaclassIntClsMod::create_for_restore(vm_obj_id_t)':
> tads/tads3/vmtobj.h:747:39: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjIntClsMod();
> ^
>
> <built-in>: note: 'void operator delete(void*, long unsigned int)' is a usual
> (non-placement) deallocation function in C++14 (or with -fsized-deallocation)
> In file included from tads/tads3/vmstrcmp.cpp:31:0:
> tads/tads3/vmlst.h: In member function 'virtual void
> CVmMetaclassList::create_for_image_load(vm_obj_id_t)':
> tads/tads3/vmlst.h:659:34: error: exception cleanup for this placement new
> selects non-placement operator delete [-fpermissive]
> new (vmg_ id) CVmObjList();
> ^
--- End Message ---
--- Begin Message ---
Source: gargoyle-free
Source-Version: 2011.1a-3.1
We believe that the bug you reported is fixed in the latest version of
gargoyle-free, 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.
Andrey Rahmatullin <[email protected]> (supplier of updated gargoyle-free 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: SHA512
Format: 1.8
Date: Sat, 03 Dec 2016 01:38:34 +0500
Source: gargoyle-free
Binary: gargoyle-free
Architecture: source
Version: 2011.1a-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Andrey Rahmatullin <[email protected]>
Description:
gargoyle-free - graphical player for Interactive Fiction games
Closes: 812058
Changes:
gargoyle-free (2011.1a-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC6 by using -std=gnu++98 (Closes: #812058).
Checksums-Sha1:
51d71f8578bb1ab11739a073855f6ce2309c560d 2135 gargoyle-free_2011.1a-3.1.dsc
f7e5f0e0796d80cc51b480c795dd8864dd167789 14588
gargoyle-free_2011.1a-3.1.debian.tar.xz
Checksums-Sha256:
796b6034e3f72cc7943e4322075a8283fba950a614f8f06686223e8a412d9726 2135
gargoyle-free_2011.1a-3.1.dsc
4ba5ab3b730e9a6483a4d4a241a23d08bfa2085abc45217532c7508f2b0cd536 14588
gargoyle-free_2011.1a-3.1.debian.tar.xz
Files:
fe3476578b41b526f44e87f8a69b3032 2135 games extra gargoyle-free_2011.1a-3.1.dsc
85e8d7d3ccffc22808502d960b5b8c88 14588 games extra
gargoyle-free_2011.1a-3.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAlhB3hgACgkQM2L3AxpJ
kuGRSQ/9HE4t7nwODdzfqLR7m0MQ8nNmEFnp2WCFeijnasa2NpG3dfpUgibMwHtt
3gxgrYcN5n+X3QbwdqkxRwfv0lSgPgtv+4q/9383yqALgJXna7/CP2Y5Ib9d2i0t
CWWN8Y8L38mAw8QPZF9JpnwoqGtSqAFJ4hYiwOUKbgQkn0L0VS0/fHabGLCPFIwn
KhTRg+DPVdK3g6IwqJNzhKAgxYbJkZq/amhvNPQYc3W+Ya/PF8ld+JreByzb8fAY
Y5hGE/vAH7q/XVAFnjGevWIwn3enTJk/5K/QsX1e9S8l9nlqztD0HMzi631gmXUY
ZiG89owSzTPnsa/X6DYhCfBYS6+JZdNjFTFXto3wRKflPmBDE4omdM3Mrk7IUkDb
RN1aqMafePlHYj6REiyB3NOCpA+zgGpUla3cdahaHIAxtdtwy9AjQ5s+lWX7NFUb
fVC2JGfx0N8Uxj6UUSjVuUPfZx8YOT25GGDr2Kr028ECzsWvSoa+7rXTXy+FaQyC
Fr0HB+SKfoweAbiiy58C4IqXrVgZaf8vZpZz/MmTfXsUqEa4K+YXnv4LumFoXEq0
NtIbz1wS1FZiJpWPbu2trXFy9QuxIM62vFpaRXon0d/f9rBjiBDlJzMwAPc32Rd7
koBJmS9b0Db0eYKk49crkB01cVaAYomFZeo+F2JxabPZWia08/w=
=VMVx
-----END PGP SIGNATURE-----
--- End Message ---