From owner-freebsd-current@FreeBSD.ORG Sat Nov 11 23:55:52 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F30A16A417; Sat, 11 Nov 2006 23:55:52 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FFF43D49; Sat, 11 Nov 2006 23:55:45 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.7/8.13.7/NETPLEX) with ESMTP id kABNtgga028112; Sat, 11 Nov 2006 18:55:42 -0500 (EST) Date: Sat, 11 Nov 2006 18:55:42 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Norikatsu Shigemura In-Reply-To: <20061112081418.4b86ba8c.nork@FreeBSD.org> Message-ID: 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> <20061112031717.10f128fc.nork@FreeBSD.org> <20061112081418.4b86ba8c.nork@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-2.0.2 (mail.ntplx.net [204.213.176.10]); Sat, 11 Nov 2006 18:55:42 -0500 (EST) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Dag-Erling Sm__rgrav , freebsd-current@freebsd.org, Kris Kennaway Subject: Re: libpthread vs libthr. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 23:55:52 -0000 On Sun, 12 Nov 2006, Norikatsu Shigemura wrote: > On Sat, 11 Nov 2006 14:27:11 -0500 (EST) > Daniel Eischen wrote: >>> 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. > > Sigh. I already REBUILD ALL, system and ports like > following the procedure, again and again. > > # pkg_info > /var/tmp/pkg_info.lst > # pkg_delete -a > # umount /compat/linux > # mv /usr/local /usr/local.old > # mv /usr/X11R6 /usr/X11R6.old > # mv /compat/linux /compat/linux.old > # mkdir -p /usr/local /usr/X11R6 /compat/linux/proc > # echo SYMVER_ENABLED=yes >> /etc/make.conf > # make buildworld buildkernel > # make installkernel installworld > # shutdown -r now > # (reinstall all ports to my envionment) Well, I haven't heard of any other problems. I've been using it on several machines with X, KDE, mplayer, mozilla, firefox, etc. No problems. Do you have any local mods, like to rtld? -- DE