Re: possible regression on i386

2016-10-11 Thread Marek Zarychta
On Sun, Oct 09, 2016 at 08:11:55PM -0400, Nathan Lay wrote: > If your problem is anything like mine was, buildworld is trying to link > with /usr/lib/librt.so rather than the new one built during the buildworld > build. As per a recent commit, the new librt will have the additional > mq_getfd_np()

Re: possible regression on i386

2016-10-09 Thread Nathan Lay
If your problem is anything like mine was, buildworld is trying to link with /usr/lib/librt.so rather than the new one built during the buildworld build. As per a recent commit, the new librt will have the additional mq_getfd_np() symbol while the original /usr/lib/librt.so will not. That causes th

possible regression on i386

2016-10-09 Thread Marek Zarychta
Dear Developers, I really appreciate your work for the project so it makes me really sorry to complain about the code, but probably commit r306905 breaks builds on i386 machines. I have been running 11.0-PRERELEASE on i386 machine for a few days. Upgrade from 9.3-STABLE through 10.3-STABLE went w