Bug 274919 - editors/kakoune: Fix build on14-STABLE
Summary: editors/kakoune: Fix build on14-STABLE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-04 19:51 UTC by Oleh Hushchenkov
Modified: 2023-11-07 23:37 UTC (History)
1 user (show)

See Also:
ashish: maintainer-feedback+


Attachments
Patch v1 (469 bytes, patch)
2023-11-04 19:51 UTC, Oleh Hushchenkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2023-11-04 19:51:09 UTC
Created attachment 246130 [details]
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-07 23:36:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4ba027e472dbee15bdb5f46884a488e8d44e882

commit d4ba027e472dbee15bdb5f46884a488e8d44e882
Author:     Oleh Hushchenkov <o.hushchenkov@gmail.com>
AuthorDate: 2023-11-07 23:32:40 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2023-11-07 23:35:12 +0000

    editors/kakoune: Fix build on 14-STABLE

    PR:             274919
    MFH:            2023Q4 (fixes build on 14-STABLE)

 editors/kakoune/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-07 23:36:57 UTC
A commit in branch 2023Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=baa36d1a0899f060acdc5f0deba564690d9935ea

commit baa36d1a0899f060acdc5f0deba564690d9935ea
Author:     Oleh Hushchenkov <o.hushchenkov@gmail.com>
AuthorDate: 2023-11-07 23:32:40 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2023-11-07 23:36:07 +0000

    editors/kakoune: Fix build on 14-STABLE

    PR:             274919
    MFH:            2023Q4 (fixes build on 14-STABLE)
    (cherry picked from commit d4ba027e472dbee15bdb5f46884a488e8d44e882)

 editors/kakoune/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Ashish SHUKLA freebsd_committer freebsd_triage 2023-11-07 23:37:18 UTC
Committed, thanks!