Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Native] Prestissimo build is failing on MacOS #21792

Closed
majetideepak opened this issue Jan 25, 2024 · 2 comments · Fixed by #21797
Closed

[Native] Prestissimo build is failing on MacOS #21792

majetideepak opened this issue Jan 25, 2024 · 2 comments · Fixed by #21797
Assignees
Labels

Comments

@majetideepak
Copy link
Collaborator

A recent fmt upgrade in Velox can cause the build to fail.
This is being fixed.

@mbasmanova
Copy link
Contributor

I'm running into this:

In file included from /Users/mbasmanova/java/presto/presto-native-execution/./presto_cpp/main/operators/ShuffleInterface.h:16:
In file included from /usr/local/include/fmt/format.h:49:
/usr/local/include/fmt/core.h:1576:63: error: implicit instantiation of undefined template 'fmt::detail::type_is_unformattable_for<const facebook::presto::protocol::SortOrder, char>'
    type_is_unformattable_for<T, typename Context::char_type> _;

I had to upgrade fmt because I was getting build failures for Velox.

@mbasmanova
Copy link
Contributor

CC: @assignUser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants