Skip to content

Instantly share code, notes, and snippets.

@veprbl
Created January 9, 2022 01:20
Show Gist options
  • Save veprbl/b2b001fcec7751a255736e9e11e9f180 to your computer and use it in GitHub Desktop.
Save veprbl/b2b001fcec7751a255736e9e11e9f180 to your computer and use it in GitHub Desktop.
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/8v5mdkz708wcarf093rwnla7cv24va2j-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j8 -l8 -fcompile/ninja/macos.ninja
[1/58] Compile C build/macos/obj/source_bee/lua-seri.obj
[2/58] Compile C++ build/macos/obj/source_bee/simplethread_posix.obj
[3/58] Compile C++ build/macos/obj/source_bee/error.obj
[4/58] Compile C++ build/macos/obj/source_bee/socket.obj
[5/58] Compile C++ build/macos/obj/source_bee/os.obj
[6/58] Compile C++ build/macos/obj/source_bee/endpoint.obj
[7/58] Compile C build/macos/obj/source_lua/lcorolib.obj
[8/58] Compile C++ build/macos/obj/source_bee/file_helper.obj
[9/58] Compile C++ build/macos/obj/source_bee/subprocess_posix.obj
[10/58] Compile C++ build/macos/obj/source_bee/lua_platform.obj
[11/58] Compile C++ build/macos/obj/source_bee/fsevent_osx.obj
FAILED: build/macos/obj/source_bee/fsevent_osx.obj
clang++ -MMD -MT build/macos/obj/source_bee/fsevent_osx.obj -MF build/macos/obj/source_bee/fsevent_osx.obj.d -std=c++17 -O2 -Wall -Werror -fvisibility=hidden -mmacosx-version-min=10.12 -I3rd/bee.lua/bee/nonstd -I3rd/bee.lua -DBEE_INLINE -DNDEBUG -Wunguarded-availability -o build/macos/obj/source_bee/fsevent_osx.obj -c 3rd/bee.lua/bee/fsevent/fsevent_osx.cpp
In file included from 3rd/bee.lua/bee/fsevent/fsevent_osx.cpp:2:
In file included from 3rd/bee.lua/bee/format.h:6:
In file included from 3rd/bee.lua/bee/nonstd/fmt/format.h:44:
3rd/bee.lua/bee/nonstd/fmt/core.h:1433:48: error: expected unqualified-id
template <typename T> int check(unformattable) {
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1558:15: error: no matching function for call to 'make_arg'
data_{detail::make_arg<
^~~~~~~~~~~~~~~~~
3rd/bee.lua/bee/nonstd/fmt/core.h:1597:10: note: in instantiation of member function 'fmt::v7::format_arg_store<fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char>, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>::format_arg_store' requested here
return {args...};
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1875:28: note: in instantiation of function template specialization 'fmt::v7::make_args_checked<int &, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> &, char [14], char>' requested here
const auto& vargs = fmt::make_args_checked<Args...>(format_str, args...);
^
3rd/bee.lua/bee/fsevent/fsevent_osx.cpp:156:26: note: in instantiation of function template specialization 'fmt::v7::format<char [14], int &, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> &, char, 0>' requested here
std::format("add `{}` `{}`", arg.m_id, arg.m_path)
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1426:41: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Context'
FMT_CONSTEXPR basic_format_arg<Context> make_arg(const T& value) {
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1558:15: error: no matching function for call to 'make_arg'
data_{detail::make_arg<
^~~~~~~~~~~~~~~~~
3rd/bee.lua/bee/nonstd/fmt/core.h:1426:41: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Context'
FMT_CONSTEXPR basic_format_arg<Context> make_arg(const T& value) {
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1558:15: error: no matching function for call to 'make_arg'
data_{detail::make_arg<
^~~~~~~~~~~~~~~~~
3rd/bee.lua/bee/nonstd/fmt/core.h:1597:10: note: in instantiation of member function 'fmt::v7::format_arg_store<fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char>, int>::format_arg_store' requested here
return {args...};
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1875:28: note: in instantiation of function template specialization 'fmt::v7::make_args_checked<int &, char [12], char>' requested here
const auto& vargs = fmt::make_args_checked<Args...>(format_str, args...);
^
3rd/bee.lua/bee/fsevent/fsevent_osx.cpp:163:26: note: in instantiation of function template specialization 'fmt::v7::format<char [12], int &, char, 0>' requested here
std::format("remove `{}`", arg.m_id)
^
3rd/bee.lua/bee/nonstd/fmt/core.h:1426:41: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Context'
FMT_CONSTEXPR basic_format_arg<Context> make_arg(const T& value) {
^
4 errors generated.
[12/58] Compile C++ build/macos/obj/source_bee/lua_serialization.obj
[13/58] Compile C++ build/macos/obj/source_bee/lua_filewatch.obj
[14/58] Compile C++ build/macos/obj/source_bee/path_helper.obj
[15/58] Compile C++ build/macos/obj/source_bee/path_helper-1.obj
[16/58] Compile C++ build/macos/obj/source_bee/lua_socket.obj
[17/58] Compile C++ build/macos/obj/source_bee/lua_filesystem.obj
[18/58] Compile C++ build/macos/obj/source_bee/format.obj
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment