* Package: app-editors/kakoune-2021.11.08 * Repository: gentoo * Maintainer: mujo@sdf.org proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking kakoune-2021.11.08.tar.bz2 to /var/tmp/portage/app-editors/kakoune-2021.11.08/work >>> Source unpacked in /var/tmp/portage/app-editors/kakoune-2021.11.08/work >>> Preparing source in /var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08 ... make -j4 -C src all make: Entering directory '/var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08/src' x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime -MD -MP -MF .alias_registry.opt.d -c -o .alias_registry.opt.o alias_registry.cc x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime -MD -MP -MF .assert.opt.d -c -o .assert.opt.o assert.cc x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime -MD -MP -MF .backtrace.opt.d -c -o .backtrace.opt.o backtrace.cc x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime -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 backtrace.cc:3: ranges.hh:106:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 106 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 164 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 301 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ranges.hh:398:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 398 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ 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: ranges.hh:106:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 106 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 164 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 301 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ranges.hh:398:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 398 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ 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: ranges.hh:106:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 106 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 164 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 301 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ranges.hh:398:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 398 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime -MD -MP -MF .buffer_manager.opt.d -c -o .buffer_manager.opt.o buffer_manager.cc In file included from face.hh:4, from face_registry.hh:4, from scope.hh:5, from buffer.hh:12: color.hh: In constructor ‘constexpr Kakoune::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)’: color.hh:54:23: error: call to non-‘constexpr’ function ‘void Kakoune::Color::validate_alpha()’ 54 | validate_alpha(); | ~~~~~~~~~~~~~~^~ color.hh:58:10: note: ‘void Kakoune::Color::validate_alpha()’ declared here 58 | void validate_alpha(); | ^~~~~~~~~~~~~~ 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: ranges.hh:106:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 106 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 164 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 301 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ranges.hh:398:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 398 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from parameters_parser.hh:11, from command_manager.hh:8, from alias_registry.cc:3: string_utils.hh:71:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 71 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from face.hh:4, from face_registry.hh:4, from scope.hh:5, from buffer.hh:12: color.hh: In constructor ‘constexpr Kakoune::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)’: color.hh:54:23: error: call to non-‘constexpr’ function ‘void Kakoune::Color::validate_alpha()’ 54 | validate_alpha(); | ~~~~~~~~~~~~~~^~ color.hh:58:10: note: ‘void Kakoune::Color::validate_alpha()’ declared here 58 | void validate_alpha(); | ^~~~~~~~~~~~~~ parameters_parser.hh:83:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 83 | struct iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from parameters_parser.hh:11, from highlighter.hh:13, from highlighter_group.hh:6, from scope.hh:6: string_utils.hh: At global scope: string_utils.hh:71:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 71 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ parameters_parser.hh:83:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 83 | struct iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from parameters_parser.hh:11, from highlighter.hh:13, from highlighter_group.hh:6, from scope.hh:6: string_utils.hh: At global scope: string_utils.hh:71:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 71 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ parameters_parser.hh:83:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 83 | struct iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ 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: ranges.hh:106:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 106 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 164 | struct Iterator : std::iterator struct std::iterator’ is deprecated [-Wdeprecated-declarations] 301 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ranges.hh:398:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 398 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from face.hh:4, from face_registry.hh:4, from scope.hh:5, from buffer.hh:12: color.hh: In constructor ‘constexpr Kakoune::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)’: color.hh:54:23: error: call to non-‘constexpr’ function ‘void Kakoune::Color::validate_alpha()’ 54 | validate_alpha(); | ~~~~~~~~~~~~~~^~ color.hh:58:10: note: ‘void Kakoune::Color::validate_alpha()’ declared here 58 | void validate_alpha(); | ^~~~~~~~~~~~~~ make: *** [Makefile:103: .assert.opt.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from parameters_parser.hh:11, from highlighter.hh:13, from highlighter_group.hh:6, from scope.hh:6: string_utils.hh: At global scope: string_utils.hh:71:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 71 | struct Iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ parameters_parser.hh:83:28: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 83 | struct iterator : std::iterator | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/12.0.1/include/g++-v12/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ make: *** [Makefile:103: .buffer.opt.o] Error 1 make: *** [Makefile:103: .buffer_manager.opt.o] Error 1 make: Leaving directory '/var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08/src' * ERROR: app-editors/kakoune-2021.11.08::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/kakoune-2021.11.08::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/kakoune-2021.11.08::gentoo'`. * The complete build log is located at '/var/log/portage/app-editors:kakoune-2021.11.08:20220424-171505.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/kakoune-2021.11.08/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/kakoune-2021.11.08/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08' * S: '/var/tmp/portage/app-editors/kakoune-2021.11.08/work/kakoune-2021.11.08'