[Bug 272968] editors/kakoune: build failed version 2023.08.05

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Aug 2023 08:37:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272968

            Bug ID: 272968
           Summary: editors/kakoune: build failed version 2023.08.05
           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

c++ -I/usr/local/include -O2 -pipe -march=haswell -fstack-protector-strong
-fno-strict-aliasing   -pedantic -std=c++2a -g -Wall -Wextra
-Wno-unused-parameter -Wno-sign-compare -Wno-address
-frelaxed-template-template-args -Wno-ambiguous-reversed-operator -MD -MP -MF
.commands.opt.d -c -o .commands.opt.o commands.cc
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()
     ^
./ranges.hh:642:6: note: candidate template ignored: invalid
explicitly-specified argument for template parameter 'Container'
auto gather()
     ^
1 error generated.
gmake[2]: *** [Makefile:103: .command_manager.opt.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
commands.cc:2154:76: error: no matching function for call to 'gather'
                CommandManager::instance().execute_single_command(parser |
gather<Vector>(), context, shell_context);
                                                                          
^~~~~~~~~~~~~~
./ranges.hh:633:6: note: candidate template ignored: invalid
explicitly-specified argument for template parameter 'Container'
auto gather()
     ^
./ranges.hh:642:6: note: candidate template ignored: invalid
explicitly-specified argument for template parameter 'Container'
auto gather()
     ^
1 error generated.
gmake[2]: *** [Makefile:103: .commands.opt.o] Error 1
gmake[2]: Leaving directory
'/tmp/stage/usr/ports/editors/kakoune/work/kakoune-2023.08.05/src'
===> Compilation failed unexpectedly.

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