Date: Tue, 11 Oct 2016 11:11:13 +0200 From: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> To: Nathan Lay <enslay@gmail.com> Cc: freebsd-stable@FreeBSD.org Subject: Re: possible regression on i386 Message-ID: <20161011091113.GA41419@plan-b.pwste.edu.pl> In-Reply-To: <CAGQZ7vs1X=7KtBRSfUqeAqe1N5cAYMdO86%2B1%2B%2BZpD37S_2X%2Buw@mail.gmail.com> References: <20161009205758.GB8329@plan-b.pwste.edu.pl> <CAGQZ7vs1X=7KtBRSfUqeAqe1N5cAYMdO86%2B1%2B%2BZpD37S_2X%2Buw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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() symbol while the original /usr/lib/librt.so will not. That > causes those unresolved reference errors for new code trying to use the > mq_getfd_np() function. >=20 > Try building and installing librt manually: > cd /usr/src/lib/librt > make && make install >=20 > Then try buildworld again. >=20 Thank you for reply and advice. It was, of course my fault,=20 /etc/src.conf file was left unchanged since upgrade from 9.3 and=20 setting "CC=3Dclang" was causing compilation errors. The first impression is very important: FreeBSD 11 runs pretty smoothly=20 on this old machine being also more lightweight than 9.3. --=20 Marek Zarychta --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJX/KyvAAoJEHWf7P/9Uo0sg18IAJ620DO3pmFzWLBhdepvDB58 aSk94MUwZ8K8wVfYMd0WRqdqRd4/p2+orPhNfr8/j8viyomqq1rpzt8RIxFLassG TOf/LVG8VcJU5LwFt8rq3hrpwjPNUleOJvA6JK1CRa3GMuYFBHgqetUDPRwreJLS TS/94XD2MQxwUEA9ihKxFVGbJiR6P3yyIpKsWtSwSPNq5cVjLiQCJkJjIMGvRkXm qgyIk5eTKTCNkBtXI28r/KOhLO+WnjusepwiQsH62kiczaYSRyYwJnhUAXi+GNra uy1feQ4K6wqaHPsZcCUVS8r06k0rgO8Z3b9ImzOWCnNelC1+fVthXYOw+2XXt3k= =M3PA -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161011091113.GA41419>