[Bug 268188] sysutils/apache-mesos: Fix build for breaking change in devel/elfio dependency

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 Dec 2022 01:24:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268188

            Bug ID: 268188
           Summary: sysutils/apache-mesos: Fix build for breaking change
                    in devel/elfio dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: james.wright@digital-chaos.com

Created attachment 238561
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238561&action=edit
apache-mesos.patch

The latest version of the devel/elfio dependency now requires C++14 for
building. I have attached a patch to build apache-mesos with C++14, and also a
fix for zlib detection within autotools configure.

However, bumping the C++ standard causes a new issue during linking which i'm
not sure how to fix as it seems related to devel/grpc and it's dependency
devel/abseil;

ld: error: ./.libs/libmesos.so: undefined reference to
absl::lts_20220623::Mutex::~Mutex() [--no-allow-shlib-undefined

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