$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] All geometry regression tests failing in develop and master
From: Barend Gehrels (barend_at_[hidden])
Date: 2016-08-25 13:27:24
Hi Raffi, Rene,
Op 25-8-2016 om 16:13 schreef Rene Rivera:
> On Wed, Aug 24, 2016 at 12:52 PM, Raffi Enficiaud <
> raffi.enficiaud_at_[hidden]> wrote:
>
>> Le 24/08/16 à 13:57, Rene Rivera a écrit :
>>
>>> Tagging subject for visibility. But this obviously needs to get resolved
>>> ASAP..
>>>
>>> On Wed, Aug 24, 2016 at 3:53 AM, Barend Gehrels <barend_at_[hidden]> wrote:
>>>
>>> Hi,
>>>> It seems that nearly all regression tests are failing for us in both
>>>> develop and master:
>>>>
>>>> http://www.boost.org/development/tests/master/developer/geometry.html
>>>>
>>>> With the messages like:
>>>>
>>>> disjoint.obj : error LNK2001: unresolved external symbol
>>>> "public: virtual void __cdecl boost::unit_test::output::juni
>>>> t_log_formatter::log_start(
>>>> class std::basic_ostream<char,struct std::char_traits<char> > &,unsigned
>>>> long)"
>>>> (?log_start_at_junit_log_formatter_at_output@unit_test_at_boost@@
>>>> UEAAXAEAV?$basic_ostream_at_DU?$char_traits_at_D@std@@@std@@K_at_Z)
>>>>
>>>>
>>>> We use Boost.Test (header-only), is there something changed there? Do we
>>>> need to change our Jam file? (of course we want to keep it header-only).
>>>>
>>>> The failures are new, before my one-week holiday it was still all OK.
>>>>
>>>> Regards, Barend
>>>>
>>>
>>>
>> Hi,
>>
>> I just pushed a fix on develop (dd1558b). Can anyone confirm this is
>> solving the issue?
>>
> Looks like that fixed it <
> http://www.boost.org/development/tests/develop/developer/geometry.html>.
> Can you merge that one change to your master and post back with a request
> to update the super-project.
Indeed, this is apparently fixing the issue! Raffi, thanks for the quick
fix, Rene, thanks for the quick verification!
Regards, Barend