Date: Mon, 18 Dec 2017 09:44:06 +0000 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 Message-ID: <bug-224185-13-vjLXgWzrU5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224185-13@https.bugs.freebsd.org/bugzilla/> References: <bug-224185-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224185 --- Comment #3 from Adriaan de Groot <adridg@freebsd.org> --- 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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224185-13-vjLXgWzrU5>