Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 2023 19:51:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274919] editors/kakoune: Fix build on14-STABLE
Message-ID:  <bug-274919-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274919

            Bug ID: 274919
           Summary: editors/kakoune: Fix build on14-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish@FreeBSD.org
          Reporter: o.hushchenkov@gmail.com
             Flags: maintainer-feedback?(ashish@FreeBSD.org)
          Assignee: ashish@FreeBSD.org

Created attachment 246130
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246130&action=
=3Dedit
Patch v1

On 14-STABLE build fails with:
command_manager.cc:97:24: error: no matching function for call to 'gather'
                     | gather<HashSet>();
                       ^~~~~~~~~~~~~~~
./ranges.hh:633:6: note: candidate template ignored: invalid
explicitly-specified argument for template parameter 'Container'
auto gather()
     ^

Fix it by apply the same workaround as for 13.2-STABLE.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274919-7788>