From owner-freebsd-ports@FreeBSD.ORG Sat Jan 2 21:56:56 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71A92106566C for ; Sat, 2 Jan 2010 21:56:56 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id 36B9E8FC0A for ; Sat, 2 Jan 2010 21:56:55 +0000 (UTC) Received: by iwn36 with SMTP id 36so9560130iwn.3 for ; Sat, 02 Jan 2010 13:56:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QW7XhTiKbrwu5aFu9XC49rl1enLMoS1rd1EunwSDw8U=; b=qs+nL8ejIy1P7NtzXeTi59rG+DnE4YFMlqKuGZrT1U6D3c0oFrmKuLJUMW21V2ZqVg kY9SSyQHIoqqIZemUjnaR0FL3z2oQAQyq7Eh+kHsDtxl3CLjdB0LT75AGjAsVZIrDJ0N qLaiLWEuLgviouIh4Ki7jM7XUxEEv4kPe85i4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DPYSITqsIlmprPCcd4c43ZEvvaedR8N3fzea6Fr40abFxLqYhTi7HWm6nWwTcXUJpq u7As6sKDqja+s2CtydE7gZQm9QS0jdu4DIVRSHVxreBBekMVAwvwdQiOX15RV2RXHuhp xJCVLC269uy10I+qbFK4NrRvGRTwech5yAoik= MIME-Version: 1.0 Received: by 10.231.48.210 with SMTP id s18mr3252147ibf.3.1262469409413; Sat, 02 Jan 2010 13:56:49 -0800 (PST) In-Reply-To: <20091231094615.389633m625i52944@econet.encontacto.net> References: <20091231074207.13922da5akput6v4@econet.encontacto.net> <790a9fff0912310609l787c18f0tde0ca1d7de04ea85@mail.gmail.com> <20091231094615.389633m625i52944@econet.encontacto.net> Date: Sat, 2 Jan 2010 15:56:49 -0600 Message-ID: <790a9fff1001021356j20d4b094y33bb42a4e3a8362a@mail.gmail.com> From: Scot Hetzel To: eculp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: firefox35 crashes frequently and when run from the command line always look for libpthread.so.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 21:56:56 -0000 On Thu, Dec 31, 2009 at 9:46 AM, eculp wrote: > Thanks Scot. =A0I see the same: > > # ls -l /compat/linux/lib/libpthread* > -rwxr-xr-x =A01 root =A0wheel =A0133456 Dec 29 08:23 > /compat/linux/lib/libpthread-2.9.so > lrwxrwxrwx =A01 root =A0wheel =A0 =A0 =A017 Dec 29 08:34 > /compat/linux/lib/libpthread.so.0 -> libpthread-2.9.so > > # pkg_info -W /compat/linux/lib/libpthread.so.0 > /compat/linux/lib/libpthread.so.0 was installed by package > linux_base-f10-10_2 > > but when starting from a term window I now see: > > # firefox3 > > (firefox-bin:48016): GLib-WARNING **: g_set_prgname() called multiple tim= es > :1: error: unexpected number `9', expected keyword - e.g. `style' > LoadPlugin: failed to initialize shared library > /root/.mozilla/plugins/nppdf.so [/usr/local/lib/compat/libc.so.6: version > GLIBC_2.1.3 required by /root/.mozilla/plugins/nppdf.so not defined] > LoadPlugin: failed to initialize shared library > /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared obje= ct > "libpthread.so.0" not found, required by "libflashplayer.so"] > :1: error: unexpected number `9', expected keyword - e.g. `style' > > The change is because I have been using portmaster and testing pkg_debunk= to > find missing and stale files and rebuilding and trying to eliminate error= s. > =A0I still have the libpthread.so.0 that won't go away and the flash plug= in > works fine. > > Just out of curiosity have you tried running firefox35 from a term window= ? > I have firefox 3.6 beta installed, and when I had run it from a term window I didn't see any error messages. Scot