[Bug 286547] www/chromium: 135.0.7049.114 poudriere build fails in stable/14

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 May 2025 04:07:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286547

--- Comment #6 from Don Lewis <truckman@FreeBSD.org> ---
Created attachment 260191
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260191&action=edit
Additional patch to fix build with gperf >= 3.2.  Just drop it in files/.

I am still waiting for my build to complete, but this patch looks promising.
Just drop it in the files/ directory.  With it, the problematic .cc file looks
like:

      /*FALLTHROUGH*/
      case 32:
        hval += asso_values[static_cast<unsigned char>(str[31])];
#if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L
&
& defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) ||
(defin
ed __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ &&
__GN
UC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
      [[fallthrough]];
#elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ &&
__clang_major
__ >= 10)
      __attribute__ ((__fallthrough__));
#endif
      /*FALLTHROUGH*/
      case 31:

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