On Fri, Aug 10, 2018 at 5:56 PM Willem Jan Withagen <wjw@xxxxxxxxxxx> wrote: > > > Full out in: > See > <http://cephdev.digiware.nl:8180/jenkins/job/ceph-master/2421/display/redirect?page=changes> > > But in summary: > home/jenkins/workspace/ceph-master/src/osd/OSDMap.cc:5201:8: error: no > member named 'random_shuffle' in namespace 'std' > std::random_shuffle(subtrees.begin(), subtrees.end()); > ~~~~~^ > 1 error generated. > > And that stems from: > /usr/include/c++/v1/tr1/algorithm: > random_shuffle(RandomAccessIterator first, RandomAccessIterator last); > // deprecated in C++14, removed in C++17 > > So I guess that FreeBSD/Clang lives a bit stricter to the rule... > > --WjW > FWIW, fix was posted at https://github.com/ceph/ceph/pull/23533 by Willem . -- Regards Kefu Chai