Skip to content

Instantly share code, notes, and snippets.

@itsgreggreg
Created November 7, 2017 14:48
Show Gist options
  • Save itsgreggreg/c753108cacce9f525319c242a19c4a30 to your computer and use it in GitHub Desktop.
Save itsgreggreg/c753108cacce9f525319c242a19c4a30 to your computer and use it in GitHub Desktop.
2017-11-07 07:46:19 -0700
make
install
PREFIX=/usr/local/Cellar/kakoune/HEAD-d6b5240
clang++ -DKAK_DEBUG -I/usr/local/Cellar/kakoune/HEAD-d6b5240/opt/ncurses/include -I/opt/local/include -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.debug.d -c -o .alias_registry.debug.o alias_registry.cc
clang++ -DKAK_DEBUG -I/usr/local/Cellar/kakoune/HEAD-d6b5240/opt/ncurses/include -I/opt/local/include -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.debug.d -c -o .assert.debug.o assert.cc
clang++ -DKAK_DEBUG -I/usr/local/Cellar/kakoune/HEAD-d6b5240/opt/ncurses/include -I/opt/local/include -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.debug.d -c -o .backtrace.debug.o backtrace.cc
clang++ -DKAK_DEBUG -I/usr/local/Cellar/kakoune/HEAD-d6b5240/opt/ncurses/include -I/opt/local/include -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.debug.d -c -o .buffer.debug.o buffer.cc
In file included from buffer.cc:1:
In file included from ./buffer.hh:8:
In file included from ./scope.hh:4:
In file included from ./alias_registry.hh:6:
In file included from alias_registry.cc:1:
In file included from ./alias_registry.hh:6:
./hash_map.hh:46:37: fatal error: recursive template instantiation exceeded maximum depth of 256
./hash_map.hh:46:37: fatal error: recursive template instantiation exceeded maximum depth of 256
ContainerType old_entries = std::move(m_entries);
^
ContainerType old_entries = std::move(m_entries);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: (skipping 247 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:179:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Aliases, Vector>::reserve' requested here
m_index.reserve(m_items.size()+1);
^
./hash_map.hh:51:17: note: (skipping 247 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:179:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::reserve' requested here
m_index.reserve(m_items.size()+1);
^
alias_registry.cc:15:19: note: in instantiation of member function 'Kakoune::HashMap<Kakoune::String, Kakoune::String, Kakoune::MemoryDomain::Aliases, Vector>::insert' requested here
./option_manager.hh:226:22: note: in instantiation of member function 'Kakoune::HashMap<Kakoune::StringView, std::__1::unique_ptr<Kakoune::Option, std::__1::default_delete<Kakoune::Option> >, Kakoune::MemoryDomain::Options, Vector>::insert' requested here
m_aliases.insert({std::move(alias), std::move(command) });
^
return *opts.insert({m_descs.back()->name(),
^
1 error generated.
In file included from assert.cc:4:
In file included from ./buffer_utils.hh:4:
In file included from ./buffer.hh:8:
In file included from ./scope.hh:4:
In file included from ./alias_registry.hh:6:
./hash_map.hh:46:37: fatal error: recursive template instantiation exceeded maximum depth of 256
ContainerType old_entries = std::move(m_entries);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: (skipping 247 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
make: *** [.alias_registry.debug.o] Error 1
make: *** Waiting for unfinished jobs....
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:51:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::add' requested here
add(entry.hash, entry.index);
^
./hash_map.hh:66:13: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::resize' requested here
resize(new_size);
^
./hash_map.hh:179:17: note: in instantiation of member function 'Kakoune::HashIndex<Kakoune::MemoryDomain::Options, Vector>::reserve' requested here
m_index.reserve(m_items.size()+1);
^
./option_manager.hh:226:22: note: in instantiation of member function 'Kakoune::HashMap<Kakoune::StringView, std::__1::unique_ptr<Kakoune::Option, std::__1::default_delete<Kakoune::Option> >, Kakoune::MemoryDomain::Options, Vector>::insert' requested here
return *opts.insert({m_descs.back()->name(),
^
1 error generated.
make: *** [.assert.debug.o] Error 1
1 error generated.
make: *** [.buffer.debug.o] Error 1
HOMEBREW_VERSION: 1.3.6
ORIGIN: https://github.com/Homebrew/brew
HEAD: 270b752f5d9d218bfbed6fe85b6974fa653fb25f
Last commit: 3 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 2fb3a914ef471bd9b405b1a94a5f5f52d12c3202
Core tap last commit: 88 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 8.0 build 800
Git: 2.10.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: N/A
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
macOS: 10.11.6-x86_64
Xcode: 8.2.1
CLT: 7.3.1.0.1.1461711523
X11: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/docbook-xsl/bin:/usr/local/opt/asciidoc/bin:/usr/bin:/bin:/usr/sbin:/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment