On 18/07/2022 23:28, Adam Williamson wrote:
Looks like it's failing on some warnings as it's being built with -
Wall...

Another issue:

/builddir/build/BUILD/ceph-17.2.1/src/mon/LogMonitor.cc:418:21: error: no matching function for call to 'format_to(fmt::v9::memory_buffer&, const char [4], const LogEntry&)'
  418 |       fmt::format_to(file_log_buffer, "{}\n", le);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/fmt/format.h:48,
from /builddir/build/BUILD/ceph-17.2.1/src/mon/LogMonitor.h:22: /usr/include/fmt/core.h:3190:17: note: candidate: 'template<class OutputIt, class ... T, typename std::enable_if<fmt::v9::detail::is_output_iterator<OutputIt, char>::value, int>::type <anonymous> > OutputIt fmt::v9::format_to(OutputIt, format_string<T ...>, T&& ...)' 3190 | FMT_INLINE auto format_to(OutputIt out, format_string<T...> fmt, T&&... args)
      |                 ^~~~~~~~~
/usr/include/fmt/core.h:3190:17: note: template argument deduction/substitution failed: /usr/include/fmt/core.h:3189:11: error: no type named 'type' in 'struct std::enable_if<false, int>' 3189 | FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, char>::value)>
      |           ^~~~~~~~~~~~~

--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to