Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 639892 Details for
Bug 723514
app-editors/kakoune-0_pre20171120 : /.../highlighters.cc:515: undefined reference to std::vector<Kakoune::Token, Kakoune::Allocato
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-editors:kakoune-0_pre20171120:20200517-205316.log
app-editors:kakoune-0_pre20171120:20200517-205316.log (text/plain), 66.57 KB, created by
Toralf Förster
on 2020-05-17 21:09:37 UTC
(
hide
)
Description:
app-editors:kakoune-0_pre20171120:20200517-205316.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-05-17 21:09:37 UTC
Size:
66.57 KB
patch
obsolete
> * Package: app-editors/kakoune-0_pre20171120 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... > * Unpacking kakoune-0_pre20171120.tar.gz >>>> Source unpacked in /var/tmp/portage/app-editors/kakoune-0_pre20171120/work >>>> Preparing source in /var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120 ... >>>> Source compiled. >>>> Test phase [not enabled]: app-editors/kakoune-0_pre20171120 > >>>> Install app-editors/kakoune-0_pre20171120 into /var/tmp/portage/app-editors/kakoune-0_pre20171120/image/ >make -j1 -C src DESTDIR=/var/tmp/portage/app-editors/kakoune-0_pre20171120/image/ PREFIX=/usr docdir=/var/tmp/portage/app-editors/kakoune-0_pre20171120/image/usr/share/doc/kakoune-0_pre20171120 install >make: Entering directory '/var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120/src' >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .alias_registry.opt.d -c -o .alias_registry.opt.o alias_registry.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from alias_registry.hh:5, > from alias_registry.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .assert.opt.d -c -o .assert.opt.o assert.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from buffer_utils.hh:4, > from assert.cc:4: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >assert.cc:34:70: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .backtrace.opt.d -c -o .backtrace.opt.o backtrace.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .buffer.opt.d -c -o .buffer.opt.o buffer.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from buffer.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >buffer.cc:52:108: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .buffer_manager.opt.d -c -o .buffer_manager.opt.o buffer_manager.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from buffer_manager.hh:4, > from buffer_manager.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >buffer_manager.cc:79:63: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .buffer_utils.opt.d -c -o .buffer_utils.opt.o buffer_utils.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .changes.opt.d -c -o .changes.opt.o changes.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .client.opt.d -c -o .client.opt.o client.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from display_buffer.hh:7, > from client.hh:5, > from client.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .client_manager.opt.d -c -o .client_manager.opt.o client_manager.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from display_buffer.hh:7, > from client.hh:5, > from client_manager.hh:4, > from client_manager.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .color.opt.d -c -o .color.opt.o color.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from exception.hh:4, > from color.cc:3: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {char&, Kakoune::StringView&}]â >color.cc:51:74: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .command_manager.opt.d -c -o .command_manager.opt.o command_manager.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from command_manager.hh:5, > from command_manager.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .commands.opt.d -c -o .commands.opt.o commands.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from commands.cc:3: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::String]â: >commands.cc:2028:72: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::String>::m_pointerâ from âstd::initializer_list<const Kakoune::String>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .completion.opt.d -c -o .completion.opt.o completion.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from completion.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {const Kakoune::String&, const char*}]â >option_manager.hh:174:35: required from âconst T& Kakoune::Option::get() const [with T = Kakoune::Regex]â >completion.cc:34:98: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .context.opt.d -c -o .context.opt.o context.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from selection.hh:4, > from context.hh:4, > from context.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {long unsigned int&, long unsigned int}]â >context.cc:98:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .display_buffer.opt.d -c -o .display_buffer.opt.o display_buffer.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from display_buffer.hh:7, > from display_buffer.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView}]â >display_buffer.cc:274:98: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .env_vars.opt.d -c -o .env_vars.opt.o env_vars.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .event_manager.opt.d -c -o .event_manager.opt.o event_manager.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .exception.opt.d -c -o .exception.opt.o exception.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .face_registry.opt.d -c -o .face_registry.opt.o face_registry.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from face_registry.hh:6, > from face_registry.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView}]â >face_registry.cc:39:104: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .file.opt.d -c -o .file.opt.o file.cc >In file included from file.hh:4, > from file.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&, Kakoune::StringView&}]â >file.cc:44:62: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .hash.opt.d -c -o .hash.opt.o hash.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .hash_map.opt.d -c -o .hash_map.opt.o hash_map.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from hash_map.cc:4: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&, long unsigned int&, long int, long int, long int, long int, int&}]â >hash_map.cc:119:33: required from âvoid Kakoune::do_profile(size_t, Kakoune::StringView) [with Map = std::unordered_map<long unsigned int, long unsigned int>; size_t = long unsigned int]â >hash_map.cc:131:73: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .highlighter_group.opt.d -c -o .highlighter_group.opt.o highlighter_group.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from exception.hh:4, > from highlighter_group.hh:4, > from highlighter_group.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::String&}]â >highlighter_group.cc:30:66: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .highlighters.opt.d -c -o .highlighters.opt.o highlighters.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from highlighter.hh:5, > from highlighters.hh:5, > from highlighters.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >In file included from buffer_utils.hh:4, > from highlighters.cc:4: >buffer.hh: In member function âKakoune::ThreadedRegexVM<Iterator, direction>::StepResult Kakoune::ThreadedRegexVM<Iterator, direction>::step(Kakoune::ThreadedRegexVM<Iterator, direction>::Utf8It&, Kakoune::ThreadedRegexVM<Iterator, direction>::Thread&, Kakoune::ThreadedRegexVM<Iterator, direction>::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Forward]â: >buffer.hh:52:7: warning: â<anonymous>.Kakoune::BufferIterator::m_line_countâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 52 | class BufferIterator > | ^~~~~~~~~~~~~~ >buffer.hh:52:7: warning: â*((void*)&<anonymous> +24)â may be used uninitialized in this function [-Wmaybe-uninitialized] >At global scope: >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .hook_manager.opt.d -c -o .hook_manager.opt.o hook_manager.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from hook_manager.hh:5, > from hook_manager.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .input_handler.opt.d -c -o .input_handler.opt.o input_handler.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from input_handler.hh:4, > from input_handler.cc:3: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::String]â: >input_handler.cc:1587:41: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::String>::m_pointerâ from âstd::initializer_list<const Kakoune::String>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {char32_t&}]â >input_handler.cc:270:66: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .insert_completer.opt.d -c -o .insert_completer.opt.o insert_completer.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from completion.hh:8, > from option_manager.hh:4, > from insert_completer.hh:4, > from insert_completer.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >insert_completer.cc:72:74: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .json_ui.opt.d -c -o .json_ui.opt.o json_ui.cc >In file included from user_interface.hh:4, > from json_ui.hh:4, > from json_ui.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::String, Kakoune::String, Kakoune::String}]â >json_ui.cc:97:79: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .keymap_manager.opt.d -c -o .keymap_manager.opt.o keymap_manager.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .keys.opt.d -c -o .keys.opt.o keys.cc >In file included from unicode.hh:8, > from keys.hh:9, > from keys.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >keys.cc:89:53: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .line_modification.opt.d -c -o .line_modification.opt.o line_modification.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .main.opt.d -c -o .main.opt.o main.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from main.cc:3: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .memory.opt.d -c -o .memory.opt.o memory.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .ncurses_ui.opt.d -c -o .ncurses_ui.opt.o ncurses_ui.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .normal.opt.d -c -o .normal.opt.o normal.cc >In file included from unicode.hh:8, > from keys.hh:9, > from normal.hh:5, > from normal.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::Key]â: >normal.cc:296:35: required from âvoid Kakoune::goto_commands(Kakoune::Context&, Kakoune::NormalParams) [with Kakoune::SelectMode mode = Kakoune::SelectMode::Replace]â >normal.cc:2157:1: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::Key>::m_pointerâ from âstd::initializer_list<const Kakoune::Key>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::KeyInfo]â: >normal.cc:296:35: required from âvoid Kakoune::goto_commands(Kakoune::Context&, Kakoune::NormalParams) [with Kakoune::SelectMode mode = Kakoune::SelectMode::Replace]â >normal.cc:2157:1: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::KeyInfo>::m_pointerâ from âstd::initializer_list<const Kakoune::KeyInfo>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] >In file included from normal.cc:3: >buffer.hh: In member function âKakoune::ThreadedRegexVM<Iterator, direction>::StepResult Kakoune::ThreadedRegexVM<Iterator, direction>::step(Kakoune::ThreadedRegexVM<Iterator, direction>::Utf8It&, Kakoune::ThreadedRegexVM<Iterator, direction>::Thread&, Kakoune::ThreadedRegexVM<Iterator, direction>::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Forward]â: >buffer.hh:52:7: warning: â<anonymous>.Kakoune::BufferIterator::m_line_countâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 52 | class BufferIterator > | ^~~~~~~~~~~~~~ >buffer.hh:52:7: warning: â*((void*)&<anonymous> +24)â may be used uninitialized in this function [-Wmaybe-uninitialized] >At global scope: >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .option_manager.opt.d -c -o .option_manager.opt.o option_manager.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .parameters_parser.opt.d -c -o .parameters_parser.opt.o parameters_parser.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from exception.hh:4, > from parameters_parser.hh:4, > from parameters_parser.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .ranked_match.opt.d -c -o .ranked_match.opt.o ranked_match.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .regex.opt.d -c -o .regex.opt.o regex.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .regex_impl.opt.d -c -o .regex_impl.opt.o regex_impl.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from exception.hh:4, > from regex_impl.hh:4, > from regex_impl.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {const char32_t&}]â >regex_impl.cc:295:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .register_manager.opt.d -c -o .register_manager.opt.o register_manager.cc >In file included from register_manager.hh:4, > from register_manager.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >register_manager.cc:29:65: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .remote.opt.d -c -o .remote.opt.o remote.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from exception.hh:4, > from remote.hh:5, > from remote.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >parameters_parser.hh:25:61: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .selection.opt.d -c -o .selection.opt.o selection.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from selection.hh:4, > from selection.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::LineCount, Kakoune::ByteCount, Kakoune::LineCount, Kakoune::ByteCount}]â >selection.cc:476:53: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .selectors.opt.d -c -o .selectors.opt.o selectors.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from selection.hh:4, > from selectors.hh:4, > from selectors.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {const Kakoune::String&, const char*}]â >option_manager.hh:174:35: required from âconst T& Kakoune::Option::get() const [with T = std::vector<char32_t, Kakoune::Allocator<char32_t, Kakoune::MemoryDomain::Options> >]â >selectors.cc:41:96: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >In file included from selection.hh:4, > from selectors.hh:4, > from selectors.cc:1: >buffer.hh: In member function âKakoune::ThreadedRegexVM<Iterator, direction>::StepResult Kakoune::ThreadedRegexVM<Iterator, direction>::step(Kakoune::ThreadedRegexVM<Iterator, direction>::Utf8It&, Kakoune::ThreadedRegexVM<Iterator, direction>::Thread&, Kakoune::ThreadedRegexVM<Iterator, direction>::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Forward]â: >buffer.hh:52:7: warning: â<anonymous>.Kakoune::BufferIterator::m_line_countâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 52 | class BufferIterator > | ^~~~~~~~~~~~~~ >buffer.hh:52:7: warning: â*((void*)&<anonymous> +24)â may be used uninitialized in this function [-Wmaybe-uninitialized] >buffer.hh: In member function âKakoune::ThreadedRegexVM<Iterator, direction>::StepResult Kakoune::ThreadedRegexVM<Iterator, direction>::step(Kakoune::ThreadedRegexVM<Iterator, direction>::Utf8It&, Kakoune::ThreadedRegexVM<Iterator, direction>::Thread&, Kakoune::ThreadedRegexVM<Iterator, direction>::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Backward]â: >buffer.hh:52:7: warning: â<anonymous>.Kakoune::BufferIterator::m_line_countâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 52 | class BufferIterator > | ^~~~~~~~~~~~~~ >buffer.hh:52:7: warning: â*((void*)&<anonymous> +24)â may be used uninitialized in this function [-Wmaybe-uninitialized] >At global scope: >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .shared_string.opt.d -c -o .shared_string.opt.o shared_string.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from shared_string.hh:4, > from shared_string.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {long unsigned int&, float}]â >shared_string.cc:55:98: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .shell_manager.opt.d -c -o .shell_manager.opt.o shell_manager.cc >In file included from shell_manager.hh:4, > from shell_manager.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {Kakoune::StringView&}]â >shell_manager.cc:35:51: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .string.opt.d -c -o .string.opt.o string.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .string_utils.opt.d -c -o .string_utils.opt.o string_utils.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .unit_tests.opt.d -c -o .unit_tests.opt.o unit_tests.cc >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .window.opt.d -c -o .window.opt.o window.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from display_buffer.hh:7, > from client.hh:5, > from window.hh:4, > from window.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {const Kakoune::String&, long unsigned int}]â >window.cc:157:87: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option -MD -MP -MF .word_db.opt.d -c -o .word_db.opt.o word_db.cc >In file included from unicode.hh:8, > from utf8.hh:5, > from string.hh:7, > from enum.hh:4, > from buffer.hh:7, > from word_db.hh:4, > from word_db.cc:1: >array_view.hh: In instantiation of âconstexpr Kakoune::ArrayView<T>::ArrayView(const std::initializer_list<_Tp>&) [with T = const Kakoune::StringView]â: >string_utils.hh:102:18: required from âKakoune::String Kakoune::format(Kakoune::StringView, Types&& ...) [with Types = {const Kakoune::String&, const char*}]â >option_manager.hh:174:35: required from âconst T& Kakoune::Option::get() const [with T = std::vector<char32_t, Kakoune::Allocator<char32_t, Kakoune::MemoryDomain::Options> >]â >word_db.cc:35:95: required from here >array_view.hh:40:28: warning: initializing âKakoune::ArrayView<const Kakoune::StringView>::m_pointerâ from âstd::initializer_list<const Kakoune::StringView>::beginâ does not extend the lifetime of the underlying array [-Winit-list-lifetime] > 40 | : m_pointer(v.begin()), m_size(v.size()) {} > | ~~~~~~~^~ >cc1plus: note: unrecognized command-line option â-Wno-unknown-warning-optionâ may have been intended to silence earlier diagnostics >cc1plus: note: unrecognized command-line option â-Wno-unknown-attributesâ may have been intended to silence earlier diagnostics >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic -O2 -pipe -march=native -pedantic -std=gnu++14 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option .alias_registry.opt.o .assert.opt.o .backtrace.opt.o .buffer.opt.o .buffer_manager.opt.o .buffer_utils.opt.o .changes.opt.o .client.opt.o .client_manager.opt.o .color.opt.o .command_manager.opt.o .commands.opt.o .completion.opt.o .context.opt.o .display_buffer.opt.o .env_vars.opt.o .event_manager.opt.o .exception.opt.o .face_registry.opt.o .file.opt.o .hash.opt.o .hash_map.opt.o .highlighter_group.opt.o .highlighters.opt.o .hook_manager.opt.o .input_handler.opt.o .insert_completer.opt.o .json_ui.opt.o .keymap_manager.opt.o .keys.opt.o .line_modification.opt.o .main.opt.o .memory.opt.o .ncurses_ui.opt.o .normal.opt.o .option_manager.opt.o .parameters_parser.opt.o .ranked_match.opt.o .regex.opt.o .regex_impl.opt.o .register_manager.opt.o .remote.opt.o .selection.opt.o .selectors.opt.o .shared_string.opt.o .shell_manager.opt.o .string.opt.o .string_utils.opt.o .unit_tests.opt.o .window.opt.o .word_db.opt.o -lncursesw -ltinfow -o kak.opt >/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: .highlighters.opt.o: in function `Kakoune::create_dynamic_regex_highlighter(Kakoune::ArrayView<Kakoune::String const>)': >/var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120/src/highlighters.cc:515: undefined reference to `std::vector<Kakoune::Token, Kakoune::Allocator<Kakoune::Token, (Kakoune::MemoryDomain)0> > Kakoune::parse<true>(Kakoune::StringView)' >collect2: error: ld returned 1 exit status >make: *** [Makefile:74: kak.opt] Error 1 >make: Leaving directory '/var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120/src' > * ERROR: app-editors/kakoune-0_pre20171120::gentoo failed (install phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-editors/kakoune-0_pre20171120::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-editors/kakoune-0_pre20171120::gentoo'`. > * The complete build log is located at '/var/log/portage/app-editors:kakoune-0_pre20171120:20200517-205316.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/kakoune-0_pre20171120/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-editors/kakoune-0_pre20171120/temp/environment'. > * Working directory: '/var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120' > * S: '/var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 723514
:
639890
| 639892 |
639894
|
639896
|
639898
|
639900