From owner-freebsd-ports-bugs@freebsd.org Wed Dec 27 09:21:34 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 066D9E8067F for ; Wed, 27 Dec 2017 09:21:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E694B7EDFC for ; Wed, 27 Dec 2017 09:21:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBR9LXBK010707 for ; Wed, 27 Dec 2017 09:21:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224185] [cmake] net/ceph and net/ceph-devel: fails to build with boost 1.66 Date: Wed, 27 Dec 2017 09:21:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wjw@digiware.nl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 09:21:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224185 --- Comment #12 from Willem Jan Withagen --- (In reply to Jan Beich from comment #11) Hi Jan, A regular ceph build in jenkinst would look a like: http://cephdev.digiware.nl:8180/jenkins/job/ceph-master/lastBuild/console and if you there search for boost_thread you'll see that in that build the libraries are bound in a totally different way: /usr/local/lib/libboost_thread.so So I'm not why all of a sudden Cmake want to transform this into -lBoost::thread. Where I assume that Cmake expects Clang to find the correct lib with this option? I certainly do not follow the development of CMake as it is, and guess I'll have to look into this. But I'm rather busy ATM. Is Ceph the only one giving you such a hard time? --=20 You are receiving this mail because: You are the assignee for the bug.=