Your message dated Mon, 13 Apr 2020 15:18:51 +0000
with message-id <[email protected]>
and subject line Bug#836934: fixed in frobtads 1:1.2.4-1.1
has caused the Debian Bug report #836934,
regarding frobtads: FTBFS with GCC 6: error: exception cleanup for this 
placement new selects non-placement operator delete
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.)


-- 
836934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836934
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: frobtads
Version: 1:1.2.3-1
Severity: serious
Tags: sid stretch
Justification: fails to build from source

Hi,

frobtads FTBFS since the default compiler was switched to GCC 6 (which
defaults to -std=c++14):

g++ -DHAVE_CONFIG_H -I. -I/build/frobtads-1.2.3/.  -DFROBTADS -DTC_TARGET_T3 
-DTADSNET  -DOS_DECLARATIVE_TLS  -DVMGLOB_VARS  -D_M_IX86_64 -DRUNFAST 
-I/build/frobtads-1.2.3/./src -I/build/frobtads-1.2.3/./tads2 
-I/build/frobtads-1.2.3/./tads3 -I/build/frobtads-1.2.3/./tads3/unix  
-DT3_INC_DIR=\"/usr/share/frobtads/tads3/include\" 
-DT3_LIB_DIR=\"/usr/share/frobtads/tads3/lib\" 
-DT3_RES_DIR=\"/usr/share/frobtads/tads3/res\" -DT3_LOG_FILE=\"/tmp/frob.log\" 
-I/build/frobtads-1.2.3/./src -I/build/frobtads-1.2.3/./tads2 
-I/build/frobtads-1.2.3/./src -I/build/frobtads-1.2.3/./tads3 
-I/build/frobtads-1.2.3/./tads3/test -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/build/frobtads-1.2.3=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -pthread -c -o tads3/tcprs.o 
/build/frobtads-1.2.3/./tads3/tcprs.cpp
In file included from /build/frobtads-1.2.3/./tads3/tcprs.cpp:39:0:
/build/frobtads-1.2.3/./tads3/vmbignum.h: In static member function 'static 
vm_obj_id_t CVmObjBigNum::create(int, const bignum_t<prec>*)':
/build/frobtads-1.2.3/./tads3/vmbignum.h:585:45: error: exception cleanup for 
this placement new selects non-placement operator delete [-fpermissive]
         new (vmg_ id) CVmObjBigNum(vmg_ prec);
                                             ^
<built-in>: note: 'void operator delete(void*, unsigned int)' is a usual 
(non-placement) deallocation function in C++14 (or with -fsized-deallocation)
/build/frobtads-1.2.3/./tads3/vmbignum.h: In static member function 'static 
vm_obj_id_t CVmObjBigNum::create(int, const bignum_t<prec>&)':
/build/frobtads-1.2.3/./tads3/vmbignum.h:596:45: error: exception cleanup for 
this placement new selects non-placement operator delete [-fpermissive]
         new (vmg_ id) CVmObjBigNum(vmg_ prec);
                                             ^
<built-in>: note: 'void operator delete(void*, unsigned int)' is a usual 
(non-placement) deallocation function in C++14 (or with -fsized-deallocation)
/build/frobtads-1.2.3/./tads3/vmbignum.h: In member function 'virtual void 
CVmMetaclassBigNum::create_for_image_load(vm_obj_id_t)':
/build/frobtads-1.2.3/./tads3/vmbignum.h:1640:36: error: exception cleanup for 
this placement new selects non-placement operator delete [-fpermissive]
         new (vmg_ id) CVmObjBigNum();
                                    ^
<built-in>: note: 'void operator delete(void*, unsigned int)' is a usual 
(non-placement) deallocation function in C++14 (or with -fsized-deallocation)
/build/frobtads-1.2.3/./tads3/vmbignum.h: In member function 'virtual void 
CVmMetaclassBigNum::create_for_restore(vm_obj_id_t)':
/build/frobtads-1.2.3/./tads3/vmbignum.h:1647:36: error: exception cleanup for 
this placement new selects non-placement operator delete [-fpermissive]
         new (vmg_ id) CVmObjBigNum();
                                    ^
<built-in>: note: 'void operator delete(void*, unsigned int)' is a usual 
(non-placement) deallocation function in C++14 (or with -fsized-deallocation)
Makefile:6604: recipe for target 'tads3/tcprs.o' failed
make[2]: *** [tads3/tcprs.o] Error 1


Andreas

--- End Message ---
--- Begin Message ---
Source: frobtads
Source-Version: 1:1.2.4-1.1
Done: Tobias Frost <[email protected]>

We believe that the bug you reported is fixed in the latest version of
frobtads, 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.
Tobias Frost <[email protected]> (supplier of updated frobtads 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: Wed, 08 Apr 2020 16:28:48 +0200
Source: frobtads
Architecture: source
Version: 1:1.2.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Schepler <[email protected]>
Changed-By: Tobias Frost <[email protected]>
Closes: 836934 871215
Changes:
 frobtads (1:1.2.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release. (Closes: #871215, #836934)
   * Add watch file pointing to github.
Checksums-Sha1:
 7c5242cce3b3dfe4ec304065e85be7524a9b93d5 1981 frobtads_1.2.4-1.1.dsc
 59fc4026806c2a51f85a22fee191a5ad11e3fe6c 3801366 frobtads_1.2.4.orig.tar.bz2
 a9f92d6524326d384d923d6cf72917699df9145e 4016 frobtads_1.2.4-1.1.debian.tar.xz
 510e1390b68437c83e596c37df401704432244b9 5413 
frobtads_1.2.4-1.1_source.buildinfo
Checksums-Sha256:
 5b25d16de3466017377144f899849aacfcfacce73b5e8ae94d1e0bb41307581f 1981 
frobtads_1.2.4-1.1.dsc
 705be5849293844f499a85280e793941b0eacb362b90d49d85ae8308e4c5b63c 3801366 
frobtads_1.2.4.orig.tar.bz2
 e7862508d79230e7faaa7d63f08ee890d3d5642201912f9b066fc8e1519f089f 4016 
frobtads_1.2.4-1.1.debian.tar.xz
 027fa1516f057650ac50840ec80985b56ab7f1f6209fd44c4f043a8197b30fbc 5413 
frobtads_1.2.4-1.1_source.buildinfo
Files:
 fcaa8e9f25bf11a162bad718a1f03a44 1981 non-free/games optional 
frobtads_1.2.4-1.1.dsc
 d4a5b8863664998fb989f3fdd2f63de6 3801366 non-free/games optional 
frobtads_1.2.4.orig.tar.bz2
 3a5a94e44fe2e8307f268387742cdc58 4016 non-free/games optional 
frobtads_1.2.4-1.1.debian.tar.xz
 39516872aa6463cad4a3fa49854459a1 5413 non-free/games optional 
frobtads_1.2.4-1.1_source.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAl6N4EQACgkQkWT6HRe9
XTYrIA//e36CurlkQ8U0tUXqE/Ij/CMdkI0VPp8HpDC7PuKswpZ3pt8vT5XVMu+q
Ri1D+eMHq8zOcUEn3ET7zHiwKw3zZj2FxahbaWnmhc2k6OWjVkQbQbMacrxgeoX/
MFWBDChBkYgP9QziJdwG9mQyvJ6kW9ylHHI+ds7i5aHb3ruYp0hVXjuuypDKVl0J
VRLoPFZL20Ijj7K+hfY1v2efUAzf7/iFvoJGej9cMRXx7RgtFJ1gdaoUu0cko2iq
75gMImbH7IUjlSU89ZgFO6MlYndp0G+bi3+4UJcqgwoU2eVtVY/9ggAs/GsPk6ia
Lw28bgVYCQWDJZNXU5dJ27FGQ4NDmxk9Ten1UXuFtrzbWaqo7dAdHSK//FeYmUxk
I/BQQkI9ggd6eSHWrzGk80XbbPDBpEbzWa4bWjQk4bYO41x3OPeu82hqEXTt9ooP
/6bjTKWbicBZreJ3ccr+yN4O3ifBK1w4ItZCcPe5NX2s473hw61wN5f7REkJ6Jie
L3HOE4ABF4GyurVX7ht2xpFQ70om8ywYDUQSEAL/0ijkrLj2YgBdEO4dkmotFaNm
DKAiLW2495cbB3U70Q5+YxvTei1CE7ZbYdPq0Lu0RHT8J+UcW5zmR4X0ig7yklph
UXzrwQak2dFQraih1PjDcjxwJeX7FjUaqIOGrH3i8iTDKSPkN2k=
=TiP8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to