[Bug 275651] x11/waybar: fails to build after base LLVM 17 import

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Dec 2023 08:40:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275651

            Bug ID: 275651
           Summary: x11/waybar: fails to build after base LLVM 17 import
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/Alexays/Waybar/issues/2665
                OS: Any
            Status: New
          Keywords: regression
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: throwaway_vthgwq4@protonmail.com
          Assignee: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)

[...]
/usr/local/include/date/tz.h:235:8: error: use of overloaded operator '<<' is
ambiguous (with operand types 'basic_ostream<char, char_traits<char>>' and
'const sys_seconds' (aka 'const time_point<std::chrono::system_clock,
std::chrono::duration<long long, std::ratio<1, 1>>>'))
  229 |     os << tp << " is in a gap between\n"
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |        << local_seconds{i.first.end.time_since_epoch()} +
i.first.offset << ' '
      |       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |        << i.first.abbrev << " and\n"
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  232 |        << local_seconds{i.second.begin.time_since_epoch()} +
i.second.offset << ' '
      |       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  233 |        << i.second.abbrev
      |        ~~~~~~~~~~~~~~~~~~
  234 |        << " which are both equivalent to\n"
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  235 |        << i.first.end << " UTC";
      |        ^  ~~~~~~~~~~~
[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.