* 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 test 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: app-editors/kakoune-0_pre20171120 make -j4 test make: Nothing to be done for 'test'. >>> Completed testing app-editors/kakoune-0_pre20171120 >>> Install app-editors/kakoune-0_pre20171120 into /var/tmp/portage/app-editors/kakoune-0_pre20171120/image/ make -j4 -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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 alias_registry.hh:5, from alias_registry.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 completion.hh:8, from command_manager.hh:5, from command_manager.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 commands.cc:3: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 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 -frecord-gcc-switches -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 -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 -frecord-gcc-switches -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 completion.hh:8, from face_registry.hh:6, from face_registry.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ In file included from file.hh:4, from file.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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; size_t = long unsigned int]’ hash_map.cc:131:73: required from here array_view.hh:40:28: warning: initializing ‘Kakoune::ArrayView::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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 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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 hook_manager.hh:5, from hook_manager.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 buffer_utils.hh:4, from highlighters.cc:4: buffer.hh: In member function ‘Kakoune::ThreadedRegexVM::StepResult Kakoune::ThreadedRegexVM::step(Kakoune::ThreadedRegexVM::Utf8It&, Kakoune::ThreadedRegexVM::Thread&, Kakoune::ThreadedRegexVM::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Forward]’: buffer.hh:52:7: warning: ‘.Kakoune::BufferIterator::m_line_count’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 52 | class BufferIterator | ^~~~~~~~~~~~~~ buffer.hh:52:7: warning: ‘*((void*)& +24)’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 In file included from unicode.hh:8, from keys.hh:9, from keys.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ In file included from register_manager.hh:4, from register_manager.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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 -frecord-gcc-switches -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 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::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 >]’ selectors.cc:41:96: required from here array_view.hh:40:28: warning: initializing ‘Kakoune::ArrayView::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 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 -frecord-gcc-switches -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 In file included from shell_manager.hh:4, from shell_manager.cc:1: array_view.hh: In instantiation of ‘constexpr Kakoune::ArrayView::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 In file included from selection.hh:4, from selectors.hh:4, from selectors.cc:1: buffer.hh: In member function ‘Kakoune::ThreadedRegexVM::StepResult Kakoune::ThreadedRegexVM::step(Kakoune::ThreadedRegexVM::Utf8It&, Kakoune::ThreadedRegexVM::Thread&, Kakoune::ThreadedRegexVM::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Forward]’: buffer.hh:52:7: warning: ‘.Kakoune::BufferIterator::m_line_count’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 52 | class BufferIterator | ^~~~~~~~~~~~~~ buffer.hh:52:7: warning: ‘*((void*)& +24)’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 buffer.hh: In member function ‘Kakoune::ThreadedRegexVM::StepResult Kakoune::ThreadedRegexVM::step(Kakoune::ThreadedRegexVM::Utf8It&, Kakoune::ThreadedRegexVM::Thread&, Kakoune::ThreadedRegexVM::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Backward]’: buffer.hh:52:7: warning: ‘.Kakoune::BufferIterator::m_line_count’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 52 | class BufferIterator | ^~~~~~~~~~~~~~ buffer.hh:52:7: warning: ‘*((void*)& +24)’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 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 -frecord-gcc-switches -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 x86_64-pc-linux-gnu-g++ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native -frecord-gcc-switches -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 normal.cc:3: buffer.hh: In member function ‘Kakoune::ThreadedRegexVM::StepResult Kakoune::ThreadedRegexVM::step(Kakoune::ThreadedRegexVM::Utf8It&, Kakoune::ThreadedRegexVM::Thread&, Kakoune::ThreadedRegexVM::ExecState&) [with Iterator = Kakoune::BufferIterator; Kakoune::MatchDirection direction = Kakoune::MatchDirection::Forward]’: buffer.hh:52:7: warning: ‘.Kakoune::BufferIterator::m_line_count’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 52 | class BufferIterator | ^~~~~~~~~~~~~~ buffer.hh:52:7: warning: ‘*((void*)& +24)’ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 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::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::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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::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 >]’ word_db.cc:35:95: required from here array_view.hh:40:28: warning: initializing ‘Kakoune::ArrayView::m_pointer’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winit-list-lifetime-Winit-list-lifetime]8;;] 40 | : m_pointer(v.begin()), m_size(v.size()) {} | ~~~~~~~^~ 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 a2x --no-xmllint -f manpage ../doc/kak.1.txt 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 gzip -n -9 -f ../doc/kak.1 install -d /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/bin \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/share/kak/rc/base \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/share/kak/rc/core \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/share/kak/rc/extra \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/share/kak/colors \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/share/kak/doc \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image/usr/share/doc/kakoune-0_pre20171120 \ /var/tmp/portage/app-editors/kakoune-0_pre20171120/image//usr/share/man/man1 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 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 -frecord-gcc-switches -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)': /var/tmp/portage/app-editors/kakoune-0_pre20171120/work/kakoune-0_pre20171120/src/highlighters.cc:515: undefined reference to `std::vector > Kakoune::parse(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/emerge-log/build/app-editors/kakoune-0_pre20171120:20200510-041639.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' emerge --info: Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r2, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 3842468 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sun, 10 May 2020 07:35:58 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p1) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.2-r2::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.2.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS