Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Mar 2019 12:59:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236209] net/ceph13: fails to build with clang 8
Message-ID:  <bug-236209-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 236209
           Summary: net/ceph13: fails to build with clang 8
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: wjw@digiware.nl
            Blocks: 236062
             Flags: maintainer-feedback?(wjw@digiware.nl)
                CC: wjw@digiware.nl

$ poudriere jail -cj clang8 -v projects/clang800-import -m svn+https
$ poudriere testport -j clang8 net/ceph13
[...]
src/common/config.cc:1476:56: error: temporary of type
'boost::static_visitor<unsigned long>' has protected destructor
    *member =3D boost::apply_visitor(get_size_visitor<T>{}, val);
                                                       ^
/usr/local/include/boost/variant/static_visitor.hpp:53:5: note: declared
protected here
    ~static_visitor() =3D default;
    ^
src/common/config.cc:1482:56: error: temporary of type
'boost::static_visitor<long>' has protected destructor
    *member =3D boost::apply_visitor(get_size_visitor<T>{}, val);
                                                       ^
/usr/local/include/boost/variant/static_visitor.hpp:53:5: note: declared
protected here
    ~static_visitor() =3D default;
    ^
2 errors generated.

http://package18.nyi.freebsd.org/data/headamd64PR236062-default/2019-03-01_=
06h42m53s/logs/errors/ceph13-13.2.1.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236062
[Bug 236062] [exp-run] Against projects/clang800-import branch
--=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-236209-7788>