From owner-freebsd-ports-bugs@freebsd.org Mon Dec 18 09:44:07 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 52E84E82055 for ; Mon, 18 Dec 2017 09:44:07 +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 3FAD772C8D for ; Mon, 18 Dec 2017 09:44:07 +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 vBI9i6IG026779 for ; Mon, 18 Dec 2017 09:44:07 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: Mon, 18 Dec 2017 09:44:06 +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: adridg@freebsd.org 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: attachments.created 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: Mon, 18 Dec 2017 09:44:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224185 --- Comment #3 from Adriaan de Groot --- Created attachment 188925 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188925&action= =3Dedit Help find Boost It's a coordination problem, really: - Boost 1.66 isn't released yet - .. therefore (?) CMake can't know about it yet - .. so CMake won't find that Boost version (yet) Generally a new CMake release with an updated FindBoost is released shortly after a Boost release. That causes an bigger coordination problem (for us packagers), since now you have a boost update delayed because it breaks stu= ff that uses cmake, and a week or more passes while cmake is released, and then another week for cmake's exp-run and attendant fallout. Bleh. CMake git doesn't have a (pre) updated FindBoost, either. For testing purposes, please find a (git) patch which you could apply to /usr/local/share/cmake/Modules/FindBoost.cmake .. it might do the trick to = at least *find* the beta Boost version. --=20 You are receiving this mail because: You are the assignee for the bug.=