Boost logo

Boost :

Subject: Re: [boost] [Math] Help needed with FreeBSD failures
From: Kohei Takahashi (flast_at_[hidden])
Date: 2015-10-18 03:14:55


On 2015/10/17 2:36, John Maddock wrote:
> On 16/10/2015 01:08, Kohei Takahashi wrote:
>> Hi John,
>>> Can anyone familiar with FreeBSD help me figure out what's causing a
>>> large number of runtime failures from Boost.Math, for example
>>> http://www.boost.org/development/tests/develop/developer/output/Flast-FreeBSD10-gcc-4-8-5~gnu++11-boost-bin-v2-libs-math-test-hypot_test-test-gcc-4-8-5-debug-link-static.html
>>>
>> I'll investigate soon (this is my runner).
>
> Thanks. I've managed to get FreeBSD 10.2 more or less functional
> locally, and with a default install of gcc-5.2 any test that throws an
> exception aborts, this causes most of the regex lib tests to fail as
> well. Changing user-config.jam to add -Wl,-rpath=/usr/local/lib/gcc5
> fixes things. Could this be the issue here?
No, it was caused by ABI/API mismatching with ICU. The ICU is linked to
libc++/libcxxrt what I was installed via pkgng. Now, I removed ICU and
tests ran normally.

Thanks,
Kohei




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk