From mboxrd@z Thu Jan 1 00:00:00 1970 From: Willem Jan Withagen Subject: Re: Compiling for FreeBSD Date: Fri, 4 Dec 2015 21:11:04 +0100 Message-ID: <5661F358.2060401@digiware.nl> References: <565B3999.3050302@digiware.nl> <565B4A7F.60301@digiware.nl> <20151130065812.GA20205@gmail.com> <565D7FA8.3010301@digiware.nl> <565DA3B5.1070608@digiware.nl> <565DC9D4.7060701@digiware.nl> <565DE234.6070505@digiware.nl> <565DEA60.7010608@digiware.nl> <565F5A03.7020401@digiware.nl> <5661DBB8.1040505@digiware.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.digiware.nl ([31.223.170.169]:14286 "EHLO smtp.digiware.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753923AbbLDULf (ORCPT ); Fri, 4 Dec 2015 15:11:35 -0500 In-Reply-To: Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Gregory Farnum Cc: "Yan, Zheng" , Sage Weil , Alan Somers , Mykola Golub , Haomai Wang , Ceph Development On 4-12-2015 19:44, Gregory Farnum wrote: > On Fri, Dec 4, 2015 at 10:30 AM, Willem Jan Withagen wrote: >> On 3-12-2015 01:27, Yan, Zheng wrote: >>> On Thu, Dec 3, 2015 at 4:52 AM, Willem Jan Withagen wrote: >>>> On 2-12-2015 15:13, Yan, Zheng wrote: >> >>>> I see that you have disabled uuid? >>>> Might I ask why? >>> >>> not disable. Currently ceph uses boost uuid implementation. so no need >>> to link to libuuid. >> >> And >> >>>>>>> The uuid transition to boost::uuid has happened since then (a few months >>>>>>> back) and I believe Rohan's AIX and Solaris ports for librados (that just >>>>>>> merged) included a fix for the sockaddr_storage issue: >> >> I cannot seem to find the package or port that defines boost::uuid. >> So how did you make it available to the build system? > > http://www.boost.org/doc/libs/1_59_0/libs/uuid/ > > It's part of the boost labyrinth. I think in Debian it's just part of > libboost-dev, but you might need to dig around in whatever packaging > you're using for FreeBSD. I've dumped all of the labels in de boost libraries. So it is not default available with the pre-build packages. Which is understandable given the size of all that is available in boost. But lets go and fetch/build some of that stuff. --WjW