Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Oct 2021 14:33:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258963] www/envoy: fails to build (field of type 'const envoy::type::FractionalPercent' has protected constructor)
Message-ID:  <bug-258963-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258963

            Bug ID: 258963
           Summary: www/envoy: fails to build (field of type 'const
                    envoy::type::FractionalPercent' has protected
                    constructor)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: fuz@fuz.su
          Assignee: danfe@FreeBSD.org
             Flags: maintainer-feedback?(danfe@FreeBSD.org)

While trying to verify my patch for bug #258906, I tried compiling www/envo=
y to
check if the updated libcircllhist version still works for building www/env=
oy.

Unfortunately www/envoy does not seem to build with an unrelated error:

common/router/config_impl.cc:66:29: error: field of type 'const
envoy::type::FractionalPercent' has protected constructor
    : initial_requests_(1), additional_request_chance_({}),
hedge_on_per_try_timeout_(false) {}
                            ^
../api/envoy/type/percent.pb.h:332:12: note: declared protected here
  explicit FractionalPercent(::PROTOBUF_NAMESPACE_ID::Arena* arena);
           ^

Tested on amd64 FreeBSD 13 like such:

cd www/envoy && env MAKE_JOBS_UNSAFE=3Dyes make DEFAULT_VERSIONS=3Dssl=3Dbo=
ringssl

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258963-7788>