Your message dated Sun, 13 Oct 2024 09:50:27 +0000
with message-id <e1szvf5-00f5oc...@fasolo.debian.org>
and subject line Bug#1082171: Removed package(s) from unstable
has caused the Debian Bug report #984418,
regarding xqilla: ftbfs with GCC-11
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.)


-- 
984418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xqilla
Version: 2.3.4-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/xqilla_2.3.4-1_unstable_gcc11.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.

[...]
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I./src/config -I./include/ -I/usr/include -I./src/lexer/    -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ftemplate-depth-50  -c -o XQValidate.lo `test -f 
'src/ast/XQValidate.cpp' || echo './'`src/ast/XQValidate.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQValidate.cpp  -fPIC -DPIC -o .libs/XQValidate.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQGlobalVariable.cpp -o XQGlobalVariable.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQOrderingChange.cpp -o XQOrderingChange.o >/dev/null 2>&1
In file included from ./include/xqilla/events/EventGenerator.hpp:24,
                 from ./include/xqilla/ast/ASTNode.hpp:27,
                 from ./include/xqilla/ast/ASTNodeImpl.hpp:26,
                 from ./include/xqilla/ast/XQQuantified.hpp:23,
                 from src/ast/XQQuantified.cpp:20:
In destructor ‘virtual ReferenceCounted::~ReferenceCounted()’,
    inlined from ‘virtual void ReferenceCounted::decrementRefCount() const’ at 
./include/xqilla/framework/ReferenceCounted.hpp:47:14,
    inlined from ‘virtual void ReferenceCounted::decrementRefCount() const’ at 
./include/xqilla/framework/ReferenceCounted.hpp:44:16,
    inlined from ‘RefCountPointer<T>::~RefCountPointer() [with T = 
TupleResult]’ at ./include/xqilla/framework/ReferenceCounted.hpp:91:38,
    inlined from ‘virtual BoolResult XQQuantified::boolResult(DynamicContext*) 
const’ at src/ast/XQQuantified.cpp:67:62:
./include/xqilla/framework/ReferenceCounted.hpp:35:32: warning: ‘void operator 
delete(void*, std::size_t)’ called on pointer 
‘tuples.RefCountPointer<TupleResult>::_p’ with nonzero offset 24 
[-Wfree-nonheap-object]
   35 |   virtual ~ReferenceCounted() {}
      |                                ^
In destructor ‘virtual ReferenceCounted::~ReferenceCounted()’,
    inlined from ‘virtual void ReferenceCounted::decrementRefCount() const’ at 
./include/xqilla/framework/ReferenceCounted.hpp:47:14,
    inlined from ‘virtual void ReferenceCounted::decrementRefCount() const’ at 
./include/xqilla/framework/ReferenceCounted.hpp:44:16,
    inlined from ‘RefCountPointer<T>::~RefCountPointer() [with T = 
TupleResult]’ at ./include/xqilla/framework/ReferenceCounted.hpp:91:38,
    inlined from ‘virtual BoolResult XQQuantified::boolResult(DynamicContext*) 
const’ at src/ast/XQQuantified.cpp:67:62:
./include/xqilla/framework/ReferenceCounted.hpp:35:32: warning: ‘void operator 
delete(void*, std::size_t)’ called on pointer 
‘tuples.RefCountPointer<TupleResult>::_p’ with nonzero offset 24 
[-Wfree-nonheap-object]
   35 |   virtual ~ReferenceCounted() {}
      |                                ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQQuantified.cpp -o XQQuantified.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQValidate.cpp -o XQValidate.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I./src/config -I./include/ -I/usr/include -I./src/lexer/    -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ftemplate-depth-50  -c -o XQTypeswitch.lo `test -f 
'src/ast/XQTypeswitch.cpp' || echo './'`src/ast/XQTypeswitch.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQTypeswitch.cpp  -fPIC -DPIC -o .libs/XQTypeswitch.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I./src/config -I./include/ -I/usr/include -I./src/lexer/    -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ftemplate-depth-50  -c -o ConvertFunctionArg.lo `test 
-f 'src/ast/ConvertFunctionArg.cpp' || echo './'`src/ast/ConvertFunctionArg.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/ConvertFunctionArg.cpp  -fPIC -DPIC -o .libs/ConvertFunctionArg.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I./src/config -I./include/ -I/usr/include -I./src/lexer/    -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ftemplate-depth-50  -c -o XQDocumentOrder.lo `test -f 
'src/ast/XQDocumentOrder.cpp' || echo './'`src/ast/XQDocumentOrder.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQDocumentOrder.cpp  -fPIC -DPIC -o .libs/XQDocumentOrder.o
In file included from src/ast/ConvertFunctionArg.cpp:25:
./include/xqilla/utils/XPath2Utils.hpp: In static member function ‘static bool 
XPath2Utils::equals(const XMLCh*, const XMLCh*)’:
./include/xqilla/utils/XPath2Utils.hpp:107:25: warning: ISO C++17 does not 
allow ‘register’ storage class specifier [-Wregister]
  107 |   register const XMLCh* psz1 = str1;
      |                         ^~~~
./include/xqilla/utils/XPath2Utils.hpp:108:25: warning: ISO C++17 does not 
allow ‘register’ storage class specifier [-Wregister]
  108 |   register const XMLCh* psz2 = str2;
      |                         ^~~~
./include/xqilla/utils/XPath2Utils.hpp: In static member function ‘static int 
XPath2Utils::compare(const XMLCh*, const XMLCh*)’:
./include/xqilla/utils/XPath2Utils.hpp:128:16: warning: ISO C++17 does not 
allow ‘register’ storage class specifier [-Wregister]
  128 |   register int cmp;
      |                ^~~
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I./src/config -I./include/ -I/usr/include -I./src/lexer/    -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ftemplate-depth-50  -c -o XQPredicate.lo `test -f 
'src/ast/XQPredicate.cpp' || echo './'`src/ast/XQPredicate.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQPredicate.cpp  -fPIC -DPIC -o .libs/XQPredicate.o
In file included from /usr/include/c++/11/set:60,
                 from ./include/xqilla/ast/XQDocumentOrder.hpp:27,
                 from src/ast/XQDocumentOrder.cpp:22:
/usr/include/c++/11/bits/stl_tree.h: In instantiation of ‘static const _Key& 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_S_key(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_Const_Link_type) [with _Key = RefCountPointer<const Node>; _Val = 
RefCountPointer<const Node>; _KeyOfValue = std::_Identity<RefCountPointer<const 
Node> >; _Compare = UniqueNodesResult::uniqueLessThanCompareFn; _Alloc = 
std::allocator<RefCountPointer<const Node> >; std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::_Const_Link_type = const 
std::_Rb_tree_node<RefCountPointer<const Node> >*]’:
/usr/include/c++/11/bits/stl_tree.h:2069:47:   required from 
‘std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = 
RefCountPointer<const Node>; _Val = RefCountPointer<const Node>; _KeyOfValue = 
std::_Identity<RefCountPointer<const Node> >; _Compare = 
UniqueNodesResult::uniqueLessThanCompareFn; _Alloc = 
std::allocator<RefCountPointer<const Node> >; std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::key_type = RefCountPointer<const Node>]’
/usr/include/c++/11/bits/stl_tree.h:2122:4:   required from 
‘std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = 
RefCountPointer<const Node>; _Key = RefCountPointer<const Node>; _Val = 
RefCountPointer<const Node>; _KeyOfValue = std::_Identity<RefCountPointer<const 
Node> >; _Compare = UniqueNodesResult::uniqueLessThanCompareFn; _Alloc = 
std::allocator<RefCountPointer<const Node> >]’
/usr/include/c++/11/bits/stl_set.h:521:25:   required from ‘std::pair<typename 
std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename 
__gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, 
bool> std::set<_Key, _Compare, _Alloc>::insert(std::set<_Key, _Compare, 
_Alloc>::value_type&&) [with _Key = RefCountPointer<const Node>; _Compare = 
UniqueNodesResult::uniqueLessThanCompareFn; _Alloc = 
std::allocator<RefCountPointer<const Node> >; typename std::_Rb_tree<_Key, 
_Key, std::_Identity<_Tp>, _Compare, typename 
__gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = 
std::_Rb_tree<RefCountPointer<const Node>, RefCountPointer<const Node>, 
std::_Identity<RefCountPointer<const Node> >, 
UniqueNodesResult::uniqueLessThanCompareFn, 
std::allocator<RefCountPointer<const Node> > >::const_iterator; typename 
__gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other = 
std::allocator<RefCountPointer<const Node> >; typename __gnu_cxx::__alloc_trai
 ts<_Allocator>::rebind<_Key> = 
__gnu_cxx::__alloc_traits<std::allocator<RefCountPointer<const Node> >, 
RefCountPointer<const Node> >::rebind<RefCountPointer<const Node> >; typename 
_Allocator::value_type = RefCountPointer<const Node>; std::set<_Key, _Compare, 
_Alloc>::value_type = RefCountPointer<const Node>]’
src/ast/XQDocumentOrder.cpp:104:29:   required from here
/usr/include/c++/11/bits/stl_tree.h:770:15: error: static assertion failed: 
comparison object must be invocable as const
  770 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/stl_tree.h:770:15: note: ‘std::is_invocable_v<const 
UniqueNodesResult::uniqueLessThanCompareFn&, const RefCountPointer<const 
Node>&, const RefCountPointer<const Node>&>’ evaluates to false
make[2]: *** [Makefile:2958: XQDocumentOrder.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/ConvertFunctionArg.cpp -o ConvertFunctionArg.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQTypeswitch.cpp -o XQTypeswitch.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ 
-I/usr/include -I./src/lexer/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_REENTRANT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -ftemplate-depth-50 
-c src/ast/XQPredicate.cpp -o XQPredicate.o >/dev/null 2>&1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:5265: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 2.3.4-1+rm

Dear submitter,

as the package xqilla has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1082171

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to