Date: Sat, 11 Nov 2006 14:27:11 -0500 (EST) From: Daniel Eischen <deischen@freebsd.org> To: Norikatsu Shigemura <nork@freebsd.org> Cc: Dag-Erling =?ISO-2022-JP?B?U21fX3JncmF2?= <des@des.no>, freebsd-current@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: libpthread vs libthr. Message-ID: <Pine.GSO.4.64.0611111426270.7251@sea.ntplx.net> In-Reply-To: <20061112031717.10f128fc.nork@FreeBSD.org> References: <20061110151247.GA64530@zone3000.net> <20061111022044.8191e1c8.nork@FreeBSD.org> <20061111065629.GA82094@xor.obsecurity.org> <20061111235332.89f24170.nork@FreeBSD.org> <86lkmivws6.fsf@dwp.des.no> <Pine.GSO.4.64.0611111224560.6747@sea.ntplx.net> <20061112031717.10f128fc.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Nov 2006, Norikatsu Shigemura wrote: > On Sat, 11 Nov 2006 12:33:37 -0500 (EST) > Daniel Eischen <deischen@freebsd.org> wrote: >> The way to fix this for the above problem is to enable symbol >> versioning (set SYMVER_ENABLED=yes in /etc/make.conf) and rebuild >> world. Then rebuild your ports. After that, all your ports will >> reference symbols in FBSD_1_0, and if libthr doesn't provide >> sched_yield@FBSD_1_0, it'll find it in libc. > > I don't know that this issue will fix. But I know many problems > with SYMVER_ENABLED=yes. You have to rebuild all your ports if you want to do this. Or wait until the libraries get bumped and symbol versioning gets enabled. -- DE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0611111426270.7251>