Date: Mon, 14 May 2012 13:07:22 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Max Brazhnikov <makc@FreeBSD.org> Cc: boost-ports <boost-ports@alexanderchuranov.com>, Armin Pirkovitsch <armin@frozen-zone.org>, fiziologus@gmail.com, ports@FreeBSD.org, dev2@heesakkers.info, Alexander Churanov <alexanderchuranov@gmail.com>, freebsd-ports@FreeBSD.org, sem@FreeBSD.org, linimon@lonesome.com, martymac@FreeBSD.org Subject: Re: Boost ports update Message-ID: <4FB0D95A.4070003@FreeBSD.org> In-Reply-To: <201205140951.18685.makc@freebsd.org> References: <CABNvbkqc9Ex7MCjQ3z84LXjjyFenvArpsSZLLtqR4WVmvTcw1A@mail.gmail.com> <CABNvbkoLt7RFwZNzhg2VZ2h8-yOK620krQxcPmnBcmMuGZQKag@mail.gmail.com> <1d5064564cfc0d44c1b2c8c52ed0aaa7@frozen-zone.org> <201205140951.18685.makc@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
on 14/05/2012 12:51 Max Brazhnikov said the following: > On Mon, 14 May 2012 10:04:45 +0200, Armin Pirkovitsch wrote: >> Hi Alex, >> >> is there anything we can do to help you with the update to 1.48 right >> now? >> The default release cycle of boost suggests that 1.50 will soon be >> released (although we might have some time since there have been >> questions about the release plan for 1.50 and no definite answers to it >> yet) >> >> It would be nice to have 1.48 in ports prior to that release so we can >> have a go at 1.50 as soon as it has been released... > > Here's the list of ports that fails with new boost: > http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-8-exp-latest/index_edited.html > > Patches and fixes are welcome. But I'm going to commit the update soon anyway. Thank you! For the ports like cgal where the error(s) result from interaction between boost and Qt moc there are a few workarounds, but not proper fix yet (it seems): - a cgal specific one: http://cgal-discuss.949826.n4.nabble.com/PATCH-prevent-Qt-s-moc-from-choking-on-BOOST-JOIN-td4081602.html - more general: https://bugreports.qt-project.org/browse/QTBUG-22829 The general theme is to use Q_MOC_RUN to guard against headers that moc doesn't grok. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB0D95A.4070003>