Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Aug 2023 08:37:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272968] editors/kakoune: build failed version 2023.08.05
Message-ID:  <bug-272968-7788@https.bugs.freebsd.org/bugzilla/>

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

            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=3Dhaswell -fstack-protector-strong
-fno-strict-aliasing   -pedantic -std=3Dc++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);
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
^~~~~~~~~~~~~~
./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'
=3D=3D=3D> Compilation failed unexpectedly.

--=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-272968-7788>