Your message dated Wed, 30 Nov 2022 02:49:15 +0000
with message-id <e1p0d9v-00aomt...@fasolo.debian.org>
and subject line Bug#1012897: fixed in aspectc++ 1:2.3+git20221129-1
has caused the Debian Bug report #1012897,
regarding aspectc++: ftbfs with GCC-12
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.)


-- 
1012897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:aspectc++
Version: 1:2.3+git20211104-2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm release]

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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/aspectc++_2.3+git20211104-2_unstable_gcc12.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc: In member function 
‘Puma::CTypeInfo* Puma::CCSemExpr::resolve(Puma::CT_CastExpr*, Puma::CTree*)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc:2154:23: warning: 
variable ‘t1’ set but not used [-Wunused-but-set-variable]
 2154 |   CTypeInfo *result, *t1;
      |                       ^~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc: In member function 
‘Puma::CTypeInfo* Puma::CCSemExpr::resolve(Puma::CT_DynamicCast*, 
Puma::CTree*)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc:2196:23: warning: 
variable ‘t1’ set but not used [-Wunused-but-set-variable]
 2196 |   CTypeInfo *result, *t1;
      |                       ^~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc: In member function 
‘Puma::CTypeInfo* Puma::CCSemExpr::resolve(Puma::CT_StaticCast*, Puma::CTree*)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc:2235:23: warning: 
variable ‘t1’ set but not used [-Wunused-but-set-variable]
 2235 |   CTypeInfo *result, *t1;
      |                       ^~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc: In member function 
‘Puma::CTypeInfo* Puma::CCSemExpr::resolve(Puma::CT_ReintCast*, Puma::CTree*)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc:2277:23: warning: 
variable ‘t1’ set but not used [-Wunused-but-set-variable]
 2277 |   CTypeInfo *result, *t1;
      |                       ^~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc: In member function 
‘Puma::CTypeInfo* Puma::CCSemExpr::resolve(Puma::CT_ConstCast*, Puma::CTree*)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSemExpr.cc:2319:23: warning: 
variable ‘t1’ set but not used [-Wunused-but-set-variable]
 2319 |   CTypeInfo *result, *t1;
      |                       ^~
Compiling CCInstantiation.cc...
Compiling DeducedArgument.cc...
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool 
Puma::CCSyntax::NestedNameSpec::__exec_old_parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:734:10: error: 
‘seq<Puma::CCSyntax, Puma::CCSyntax::NestedNameSpec1>’ is not a member of 
‘Puma::Syntax’
  734 |   return seq<CCSyntax, NestedNameSpec1> (s);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool Puma::CCSyntax::NewDeclarator::parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:967:12: error: 
‘seq<Puma::CCSyntax, Puma::CCSyntax::PtrOperator>’ is not a member of 
‘Puma::Syntax’
  967 |           (seq<CCSyntax, PtrOperator> (s) &&
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool 
Puma::CCSyntax::DirectNewDeclarator::parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:977:18: error: 
‘seq<Puma::CCSyntax, Puma::CCSyntax::DirectNewDeclarator1>’ is not a member of 
‘Puma::Syntax’
  977 |           s.opt (seq<CCSyntax, DirectNewDeclarator1>(s)));
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool Puma::CCSyntax::PmExpr::parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1011:10: error: 
‘list<Puma::CCSyntax, Puma::CSyntax::CastExpr>’ is not a member of 
‘Puma::Syntax’
 1011 |   return list<CCSyntax, CastExpr> (s, any_pm_op);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool Puma::CCSyntax::MulExpr::parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1019:10: error: 
‘list<Puma::CCSyntax, Puma::CCSyntax::PmExpr>’ is not a member of ‘Puma::Syntax’
 1019 |   return list<CCSyntax, PmExpr> (s, any_mul_op);
      |          ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool 
Puma::CCSyntax::AssExpr::__exec_old_parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1061:11: error: 
‘seq<Puma::CCSyntax, Puma::CCSyntax::AssExpr1>’ is not a member of 
‘Puma::Syntax’
 1061 |   return (seq<CCSyntax, AssExpr1> (s),
      |           ^~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool 
Puma::CCSyntax::StmtSeq::__exec_old_parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1110:9: error: 
‘catch_error<Puma::CCSyntax, Puma::CCSyntax::Stmt>’ is not a member of 
‘Puma::Syntax’
 1110 |   if (! catch_error<CCSyntax, Stmt> (s, "invalid statement", finish, 
skip))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1112:10: error: 
‘catch_error<Puma::CCSyntax, Puma::CCSyntax::Stmt>’ is not a member of 
‘Puma::Syntax’
 1112 |   while (catch_error<CCSyntax, Stmt> (s, "invalid statement", finish, 
skip));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool Puma::CCSyntax::EnumeratorList::parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1290:17: error: 
‘list<Puma::CCSyntax, Puma::CCSyntax::EnumeratorDef>’ is not a member of 
‘Puma::Syntax’
 1290 |   return s.opt (list<CCSyntax, EnumeratorDef> (s, TOK_COMMA, true));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling InstantiationCandidate.cc...
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc: In static member 
function ‘static bool 
Puma::CCSyntax::DirectAbstDeclarator::parse(Puma::CCSyntax&)’:
/<<PKGBUILDDIR>>/Puma/gen-release/step1/src/CCSyntax.cc:1505:18: error: 
‘seq<Puma::CCSyntax, Puma::CCSyntax::DirectDeclarator1>’ is not a member of 
‘Puma::Syntax’
 1505 |           s.opt (seq<CCSyntax, DirectDeclarator1> (s)));
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling InstantiationParser.cc...
make[3]: *** [compile.mk:76: 
/<<PKGBUILDDIR>>/Puma/gen-release/obj-linux/CCSyntax.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:28: compile_after_weave] Error 2
make[1]: *** [Makefile:68: src] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/Puma'
make: *** [debian/rules:72: build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aspectc++
Source-Version: 1:2.3+git20221129-1
Done: Reinhard Tartler <siret...@tauware.de>

We believe that the bug you reported is fixed in the latest version of
aspectc++, 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 1012...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <siret...@tauware.de> (supplier of updated aspectc++ 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 29 Nov 2022 17:54:11 -0500
Source: aspectc++
Architecture: source
Version: 1:2.3+git20221129-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@tauware.de>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Closes: 1004884 1012184 1012897
Changes:
 aspectc++ (1:2.3+git20221129-1) unstable; urgency=medium
 .
   * New upstream version
   * Build against llvm-14, closes: #1012184, #1004884, #1012897
Checksums-Sha1:
 3023233f247a8fabe4d8d7d85a059c6aeb983539 2329 aspectc++_2.3+git20221129-1.dsc
 3417be3fc677b6ac5cb7450aa4a024751b0b4b07 4307643 
aspectc++_2.3+git20221129.orig.tar.bz2
 dff6090d5e317b30fc2df7bc5e21e8ac1b8764cd 15340 
aspectc++_2.3+git20221129-1.debian.tar.xz
Checksums-Sha256:
 87ab9e01847dafb022cdfde56585fbc291a09f16d92f603d374661eaaf3a9357 2329 
aspectc++_2.3+git20221129-1.dsc
 8b3ebf9701b7d3a031728d4f56aec177693699ea462dccbfe93b667151803842 4307643 
aspectc++_2.3+git20221129.orig.tar.bz2
 ce73276f3dc0936d1dd1e1f860ee394a10944d4a898670069865f98e251e39c9 15340 
aspectc++_2.3+git20221129-1.debian.tar.xz
Files:
 658b68c25dfe64b09af09a359ddae2ca 2329 devel optional 
aspectc++_2.3+git20221129-1.dsc
 53dacbf413a9328c13f3b35f5df2a26e 4307643 devel optional 
aspectc++_2.3+git20221129.orig.tar.bz2
 dc138519bfe3437b205cc80424352a1d 15340 devel optional 
aspectc++_2.3+git20221129-1.debian.tar.xz

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

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmOGwIAUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuIxxAAsaofA4g0oIgtnAgP19ZMi8DkFeF8
0MhNHoTeh6ni+VLSDy3zx6J6bzWe6ZEA8BIj4lTU0Jr+vAs+0eRI2Hplx9G+G3HK
tQwJL780lmvHrHfG9G9j1b15fhSdKFs/wyne/G2DK1FFMJVahSD90hWElbwgjlP9
Z+AasnjWWM2mg2iV3O/TEH4BwVyvGkWSAUj3hazpEM567oywdmF/Oa/AOtRBGBcF
AO1yGaBbaE1Yd02WwJ6ze3SQvDE4oWMjuoD3DagHpFeSIUJCiAdQebw0ClLtzevf
M7QzlLX91T3zHOsTAIz0dVQOwrM3dWcF6e4biOZAlWSAzeRfy+BSsGF3xyjOrEZo
S8XJAwxLnRN3D+b16qiwBNLNpTsJ00yx3hx2V5NMdlBd1xJ+wqstWr4aAfXX3ijQ
5SDVcXkuZceovJWGinAy1EnaSx9TYA2rOY9QBwXQZS9ghOkLQ+pK+lJScGyOxrbU
sCYzzytK68vki+KgPSUOEr2RM0DHgqmwwcbOd5IMkdEfHqtYJzmyQ4iZspVMODP6
K67i3MAp0pzScOZ0UDmlxuMPf83w2bYeC4oF6bVEpQZ1H5GbpyPFvvnBHTF/00EQ
KzwFJQHx2Nnrty/lgBZXnBuJWoRbsC7XfI6tK2ZY9aaKAYZoXMHYlyJXiQHx8+dg
hjNCA6rpGz6dCqc=
=8mK0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to