Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 11:53:17 +0700
From:      Felix Hanley <felix@userspace.com.au>
To:        freebsd-ports@freebsd.org
Subject:   garbd from databases/galera
Message-ID:  <20170120045317.GD1369@monk.yelnah>

next in thread | raw e-mail | index | archive | help
Hi,

The garbd component of databases/galera is currently disabled in the
port but I would like to get this working. When enabled it has issues
with boost references:

    /usr/ports/databases/galera/work/galera-25.3.5-src/garb/garb_config.cpp:32:
    undefined reference to
    `boost::program_options::options_description::options_description(std::string
    const&, unsigned int, unsigned int)'
    /usr/ports/databases/galera/work/galera-25.3.5-src/garb/garb_config.cpp:39:
    undefined reference to
    `boost::program_options::options_description::options_description(std::string
    const&, unsigned int, unsigned int)'
    garb/garb_config.os: In function `basic_command_line_parser':
    /usr/local/include/boost/program_options/detail/parsers.hpp:44:
    undefined reference to
    `boost::program_options::detail::cmdline::cmdline(std::vector<std::string,
    std::allocator<std::string> > const&)'
    garb/garb_config.os: In function `garb::Config::Config(int, char**)':

    ... etc ...

I am not sure if this is due to the g++ compiler version that was used
to build boost or something else (I don't work with C++ much, let alone
boost).

Has anyone been able to get garbd to build?

-- 
  email: felix@userspace.com.au
    web: userspace.com.au
  phone: +61 3 9021 8964
    gpg: 971C F7B2 913A D163 70AC  02C3 B6F2 29D7 7E20 D10B



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