[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#997219: marked as done (codelite: FTBFS: IHunSpell.cpp:67:17: error: use of deleted function ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = wxString; _Hash = IHunSpell::StringHashOptionalCase; _Pred = IHunSpell::StringCompareOptionalCase; _Alloc = std::allocator<wxString>]’)



Your message dated Sun, 20 Feb 2022 23:03:39 +0000
with message-id <E1nLvEx-0000Gz-Ur@fasolo.debian.org>
and subject line Bug#997219: fixed in codelite 14.0+dfsg-2
has caused the Debian Bug report #997219,
regarding codelite: FTBFS: IHunSpell.cpp:67:17: error: use of deleted function ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = wxString; _Hash = IHunSpell::StringHashOptionalCase; _Pred = IHunSpell::StringCompareOptionalCase; _Alloc = std::allocator<wxString>]’
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 owner@bugs.debian.org
immediately.)


-- 
997219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997219
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: codelite
Version: 14.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ZoomNavigator && /usr/bin/c++ -DINSTALL_DIR=\"/usr/share/codelite\" -DNDEBUG -DPLUGINS_DIR=\"/usr/lib/codelite\" -DUSE_AUI_NOTEBOOK=0 -DUSE_SFTP=1 -DWXUSINGDLL -DWXUSINGDLL_CL -DWXUSINGDLL_SDK -DWXUSINGDLL_WXSQLITE3 -DYY_NEVER_INTERACTIVE=1 -DZoomNavigator_EXPORTS -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -DwxUSE_GUI=1 -I/usr/include/gtk-3.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/<<PKGBUILDDIR>>/Plugin -I/<<PKGBUILDDIR>>/sdk/wxsqlite3/include -I/<<PKGBUILDDIR>>/CodeLite -I/<<PKGBUILDDIR>>/PCH -I/<<PKGBUILDDIR>>/Interfaces -isystem /usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -isystem /usr/include/wx-3.0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -isystem /usr/include/harfbuzz -std=c++11 -O2 -pthread -fPIC -fPIC -MD -MT ZoomNavigator/CMakeFiles/ZoomNavigator.dir/zoom_navigator_zoomnavigator_bitmaps.cpp.o -MF CMakeFiles/ZoomNavigator.dir/zoom_navigator_zoomnavigator_bitmaps.cpp.o.d -o CMakeFiles/ZoomNavigator.dir/zoom_navigator_zoomnavigator_bitmaps.cpp.o -c /<<PKGBUILDDIR>>/ZoomNavigator/zoom_navigator_zoomnavigator_bitmaps.cpp
> /<<PKGBUILDDIR>>/SpellChecker/IHunSpell.cpp: In constructor ‘IHunSpell::IHunSpell()’:
> /<<PKGBUILDDIR>>/SpellChecker/IHunSpell.cpp:67:17: error: use of deleted function ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = wxString; _Hash = IHunSpell::StringHashOptionalCase; _Pred = IHunSpell::StringCompareOptionalCase; _Alloc = std::allocator<wxString>]’
>    67 |     m_scanners(0)
>       |                 ^
> In file included from /usr/include/c++/11/unordered_set:47,
>                  from /<<PKGBUILDDIR>>/CodeLite/wxStringHash.h:4,
>                  from /<<PKGBUILDDIR>>/CodeLite/file_logger.h:34,
>                  from /<<PKGBUILDDIR>>/SpellChecker/IHunSpell.cpp:39:
> /usr/include/c++/11/bits/unordered_set.h:135:7: note: ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = wxString; _Hash = IHunSpell::StringHashOptionalCase; _Pred = IHunSpell::StringCompareOptionalCase; _Alloc = std::allocator<wxString>]’ is implicitly deleted because the default definition would be ill-formed:
>   135 |       unordered_set() = default;
>       |       ^~~~~~~~~~~~~
> /usr/include/c++/11/bits/unordered_set.h:135:7: error: use of deleted function ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::_Hashtable() [with _Key = wxString; _Value = wxString; _Alloc = std::allocator<wxString>; _ExtractKey = std::__detail::_Identity; _Equal = IHunSpell::StringCompareOptionalCase; _Hash = IHunSpell::StringHashOptionalCase; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, true, true>]’
> In file included from /usr/include/c++/11/unordered_set:46,
>                  from /<<PKGBUILDDIR>>/CodeLite/wxStringHash.h:4,
>                  from /<<PKGBUILDDIR>>/CodeLite/file_logger.h:34,
>                  from /<<PKGBUILDDIR>>/SpellChecker/IHunSpell.cpp:39:
> /usr/include/c++/11/bits/hashtable.h:527:7: note: ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::_Hashtable() [with _Key = wxString; _Value = wxString; _Alloc = std::allocator<wxString>; _ExtractKey = std::__detail::_Identity; _Equal = IHunSpell::StringCompareOptionalCase; _Hash = IHunSpell::StringHashOptionalCase; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, true, true>]’ is implicitly deleted because the default definition would be ill-formed:
>   527 |       _Hashtable() = default;
>       |       ^~~~~~~~~~
> /usr/include/c++/11/bits/hashtable.h:527:7: error: use of deleted function ‘constexpr std::_Enable_default_constructor<false, _Tag>::_Enable_default_constructor() [with _Tag = std::__detail::_Hash_node_base]’
> In file included from /usr/include/c++/11/bits/hashtable.h:36,
>                  from /usr/include/c++/11/unordered_set:46,
>                  from /<<PKGBUILDDIR>>/CodeLite/wxStringHash.h:4,
>                  from /<<PKGBUILDDIR>>/CodeLite/file_logger.h:34,
>                  from /<<PKGBUILDDIR>>/SpellChecker/IHunSpell.cpp:39:
> /usr/include/c++/11/bits/enable_special_members.h:112:15: note: declared here
>   112 |     constexpr _Enable_default_constructor() noexcept = delete;
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SpellChecker/IHunSpell.cpp:67:17: error: use of deleted function ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = wxString; _Hash = IHunSpell::StringHashOptionalCase; _Pred = IHunSpell::StringCompareOptionalCase; _Alloc = std::allocator<wxString>]’
>    67 |     m_scanners(0)
>       |                 ^
> [ 49%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/GUI.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DatabaseExplorer && /usr/bin/c++ -DDBL_USE_SQLITE -DDatabaseExplorer_EXPORTS -DINSTALL_DIR=\"/usr/share/codelite\" -DNDEBUG -DPLUGINS_DIR=\"/usr/lib/codelite\" -DUSE_AUI_NOTEBOOK=0 -DUSE_SFTP=1 -DWXUSINGDLL -DWXUSINGDLL_CL -DWXUSINGDLL_SDK -DWXUSINGDLL_WXSQLITE3 -DYY_NEVER_INTERACTIVE=1 -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -DwxUSE_GUI=1 -I/usr/include/gtk-3.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/<<PKGBUILDDIR>>/Plugin -I/<<PKGBUILDDIR>>/sdk/wxsqlite3/include -I/<<PKGBUILDDIR>>/CodeLite -I/<<PKGBUILDDIR>>/PCH -I/<<PKGBUILDDIR>>/Interfaces -I/<<PKGBUILDDIR>>/sdk/wxshapeframework/include -I/<<PKGBUILDDIR>>/sdk/databaselayer/include -isystem /usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -isystem /usr/include/wx-3.0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -isystem /usr/include/harfbuzz -std=c++11 -O2 -pthread -fPIC -fPIC -MD -MT DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/GUI.cpp.o -MF CMakeFiles/DatabaseExplorer.dir/GUI.cpp.o.d -o CMakeFiles/DatabaseExplorer.dir/GUI.cpp.o -c /<<PKGBUILDDIR>>/DatabaseExplorer/GUI.cpp
> make[3]: *** [SpellChecker/CMakeFiles/SpellCheck.dir/build.make:93: SpellChecker/CMakeFiles/SpellCheck.dir/IHunSpell.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/codelite_14.0+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: codelite
Source-Version: 14.0+dfsg-2
Done: Håvard F. Aasen <havard.f.aasen@pfft.no>

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

Debian distribution maintenance software
pp.
Håvard F. Aasen <havard.f.aasen@pfft.no> (supplier of updated codelite 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 20 Feb 2022 22:09:27 +0100
Source: codelite
Architecture: source
Version: 14.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Håvard F. Aasen <havard.f.aasen@pfft.no>
Closes: 997219 1000928
Changes:
 codelite (14.0+dfsg-2) unstable; urgency=medium
 .
   * QA upload.
   * Refresh patches using quilt.
   * Add patch from upstream to fix FTBFS with Hunspell and GCC-11.
     Closes: #997219
   * Rebuild for llvm. Closes: #1000928
   * d/rules:
     - Remove CMake options regarding clang, the options are
       no longer recognised.
     - Remove '--as-needed' flag, used by default.
     - No longer needed to specify include and library path for LLVM.
   * Update architectures to build with liblldb-dev.
   * Remove renamed and unused lintian tag for codelit.
   * d/watch: Bump to version 4.
   * Remove duplicated debhelper dependency.
   * Add upstream metadata:: Bug-Database, Bug-Submit, Repository
     and Repository-Browse.
   * Update architectures for llvm and libclang-dev.
   * Remove unused lintian override for package codelite-plugins.
Checksums-Sha1:
 d28bc8dab1b416b68084402c06021f5fb868ca55 2323 codelite_14.0+dfsg-2.dsc
 cc757add6adea1dfe74f0afaa451b7102b769e03 23576 codelite_14.0+dfsg-2.debian.tar.xz
 7c748e9d39153bdd8d23cba4fe6092e18452645d 15291 codelite_14.0+dfsg-2_source.buildinfo
Checksums-Sha256:
 059e2762fb8e126590c96920d6ad309e7ee693911dce3687739b6d834c7fa63c 2323 codelite_14.0+dfsg-2.dsc
 cb79ed3a449d049ed075d3a1271812bae6557c188e2da080dd7d2f4f5ea8507e 23576 codelite_14.0+dfsg-2.debian.tar.xz
 366e67995d56b176594564565796196e21722103f2e92d5cca2bf916565664b1 15291 codelite_14.0+dfsg-2_source.buildinfo
Files:
 80648bf253597c13ff4c3105283e93b7 2323 devel optional codelite_14.0+dfsg-2.dsc
 6c50044ce2408b02ab8b9a97e524750c 23576 devel optional codelite_14.0+dfsg-2.debian.tar.xz
 6ba4859d253ba556bb73c1832652ba98 15291 devel optional codelite_14.0+dfsg-2_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmISxZYACgkQweDZLphv
fH6tHBAAjGR6cde7fQZIxSvGnl1n8sM2ReGV0BbbBdliKYQaLVz+AuG0YoUWOjcS
5j/upQcrJ9PTfJZPiXo1BimYwWsjz8tA22hg9yJIcINPa3umP/p6YAvwoIHUxW5F
1Fa8gyxqGQ8cj5AtG6c45u+KBX3I3lTPkE2afRoF3XJhU4dFFKzG0QTXv6WdrsnM
WKqo2BudK3+pCuFrvvMclB4tPsad52LGJgQDehr9YjCAQUOpuk523J+XVVwRKkmD
J4j/bpSkz/8z8ya2py3YkNtll0DMSZYPFJeLfYEgioZqyQ57X/HdvsIBQA6sm0YF
FnYOmbR1UbPp7hwWMJxdJz48DdqDW2GYHwKDM7Ivavh96cNsCFRKUufh9zShbcDm
LrkQe8z+zXFalzfSNtJsdkzjXV73BWgxavF1U+ZKzhCClSMO7ilWw1Sj9xYsuzNW
mW4GN48IiYDF5OzwiJBLAhM+OMNubLwAq4F81VStLWi3fE3BwCQxgCdnU77pwOrJ
uQOUT3p0YRZ49WzyX5nkQSkFZJTrUoiWC8FUlOxiZr3uvZUQFJt/EBqfqd5GILou
ZFbHLbiRG4t7C6uQckUkeN2Fx8yFJ0XzjGAuFSiMORdMPvDnehM3C1WjTlvDoKPo
OZVAcbIVkZPvXql8y9rFDJnQFpeIlYykHkLhk+99j9ErHh2RoHo=
=UOZA
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: