From owner-freebsd-current@FreeBSD.ORG Sun Feb 29 15:53:27 2004 Return-Path: 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 BEE4916A4CE; Sun, 29 Feb 2004 15:53:27 -0800 (PST) Received: from ex-nihilo-llc.com (ex-nihilo-llc.com [206.114.147.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9627343D1D; Sun, 29 Feb 2004 15:53:27 -0800 (PST) (envelope-from aaron@alpete.com) Received: from mail.alpete.com (localhost [127.0.0.1]) by ex-nihilo-llc.com (Postfix) with SMTP id 64CD27E2; Sun, 29 Feb 2004 18:55:52 -0500 (EST) Received: from 139.55.4.73 (SquirrelMail authenticated user aaron@alpete.com) by mail.alpete.com with HTTP; Sun, 29 Feb 2004 18:55:52 -0500 (EST) Message-ID: <2639.139.55.4.73.1078098952.squirrel@mail.alpete.com> In-Reply-To: <200402292258.i1TMwn7E092979@gw.catspoiler.org> References: <91F02BA3-6AFE-11D8-B43C-000A95ACF7CA@infinithost.com> <200402292258.i1TMwn7E092979@gw.catspoiler.org> Date: Sun, 29 Feb 2004 18:55:52 -0500 (EST) From: "Aaron Peterson" To: "Don Lewis" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-current@freebsd.org cc: mikeal-list@infinithost.com Subject: Re: Mozilla Firefox and firebird problems after sat 022604 upgradeof FreeBSD-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@alpete.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 23:53:27 -0000 > On 29 Feb, Michael Clark wrote: >> Don, >> >> I have reported both of these applications, and in fact everything on >> my system with no success via the portupgrade command. And originally >> by doing make deinstall && make reinstall on the ports. >> Should I be doing something different? > > I had previously rebuilt all my ports in response to the gettext and > libpthread changes, so after the resolver change was committed I did a > "portupgrade -a" to freshen all the ports that had been updated and > "portupgrade -f" on mozilla and firefox. > > I can't think of anything else that you should need to do. > > A couple more possibilities come to mind. Do you have an > /etc/libmap.conf file, and if so, what does it contain? Which scheduler > are you using? I don't have an /etc/libmap.conf file, and I'm using > SCHED_ULE. this is mine... if it helps. I couldn't get mplayer to work, and someone on the list suggested I make these additions to libmap.conf wkstn% cat /etc/libmap.conf libc_r.so.5 libpthread.so.1 libc_r.so libpthread.so libkse.so.1 libpthread.so.1 libkse.so libpthread.so wkstn% grep SCHED /usr/src/sys/i386/conf/WKSTN options SCHED_ULE # ULE scheduler options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions wkstn%