Re: firefox35 crashes frequently and when run from the command line always look for libpthread.so.0

2010-01-02 Thread Scot Hetzel
On Thu, Dec 31, 2009 at 9:46 AM, eculp ec...@encontacto.net wrote:
 Thanks Scot.  I see the same:

 # ls -l /compat/linux/lib/libpthread*
 -rwxr-xr-x  1 root  wheel  133456 Dec 29 08:23
 /compat/linux/lib/libpthread-2.9.so
 lrwxrwxrwx  1 root  wheel      17 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 times
 :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 object
 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 errors.
  I still have the libpthread.so.0 that won't go away and the flash plugin
 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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


firefox35 crashes frequently and when run from the command line always look for libpthread.so.0

2009-12-31 Thread eculp
firefox35 crashes frequently and when run from the command line always  
look for libpthread.so.0 that is non existent.  I assume that I have  
something old in some of the firefox plugins but have tried  
recompiling everything that I am suspicious of with portmaster -rf but  
it doesn't change.


# firefox3

(firefox-bin:3457): GLib-WARNING **: g_set_prgname() called multiple times
:1: error: unexpected number `9', expected keyword - e.g. `style'
LoadPlugin: failed to initialize shared library  
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared  
object libpthread.so.0 not found, required by libflashplayer.so]

:1: error: unexpected number `9', expected keyword - e.g. `style'

Any suggestions appreciated,

ed

HAPPY NEW YEAR !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: firefox35 crashes frequently and when run from the command line always look for libpthread.so.0

2009-12-31 Thread Scot Hetzel
On Thu, Dec 31, 2009 at 7:42 AM, eculp ec...@encontacto.net wrote:
 firefox35 crashes frequently and when run from the command line always look
 for libpthread.so.0 that is non existent.  I assume that I have something
 old in some of the firefox plugins but have tried recompiling everything
 that I am suspicious of with portmaster -rf but it doesn't change.

 # firefox3

 (firefox-bin:3457): GLib-WARNING **: g_set_prgname() called multiple times
 :1: error: unexpected number `9', expected keyword - e.g. `style'
 LoadPlugin: failed to initialize shared library
 /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared object
 libpthread.so.0 not found, required by libflashplayer.so]
 :1: error: unexpected number `9', expected keyword - e.g. `style'

 Any suggestions appreciated,


On my system libpthreaad.so.0 is found in /compat/linux:

$ ls -l /compat/linux/lib/libpthread*
-rwxr-xr-x  1 root  wheel  133456 Nov 21 12:44
/compat/linux/lib/libpthread-2.9.so
lrwxrwxrwx  1 root  wheel  17 Nov 21 12:44
/compat/linux/lib/libpthread.so.0 - libpthread-2.9.so

And is installed by the linux_base-f10 port:

$ pkg_info -W /compat/linux/lib/libpthread.so.0
/compat/linux/lib/libpthread.so.0 was installed by package linux_base-f10-10_2

Scot
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: firefox35 crashes frequently and when run from the command line always look for libpthread.so.0

2009-12-31 Thread eculp

Quoting Scot Hetzel swhet...@gmail.com:


On Thu, Dec 31, 2009 at 7:42 AM, eculp ec...@encontacto.net wrote:

firefox35 crashes frequently and when run from the command line always look
for libpthread.so.0 that is non existent.  I assume that I have something
old in some of the firefox plugins but have tried recompiling everything
that I am suspicious of with portmaster -rf but it doesn't change.

# firefox3

(firefox-bin:3457): GLib-WARNING **: g_set_prgname() called multiple times
:1: error: unexpected number `9', expected keyword - e.g. `style'
LoadPlugin: failed to initialize shared library
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared object
libpthread.so.0 not found, required by libflashplayer.so]
:1: error: unexpected number `9', expected keyword - e.g. `style'

Any suggestions appreciated,



On my system libpthreaad.so.0 is found in /compat/linux:

$ ls -l /compat/linux/lib/libpthread*
-rwxr-xr-x  1 root  wheel  133456 Nov 21 12:44
/compat/linux/lib/libpthread-2.9.so
lrwxrwxrwx  1 root  wheel  17 Nov 21 12:44
/compat/linux/lib/libpthread.so.0 - libpthread-2.9.so

And is installed by the linux_base-f10 port:

$ pkg_info -W /compat/linux/lib/libpthread.so.0
/compat/linux/lib/libpthread.so.0 was installed by package  
linux_base-f10-10_2


Scot


Thanks Scot.  I see the same:

# ls -l /compat/linux/lib/libpthread*
-rwxr-xr-x  1 root  wheel  133456 Dec 29 08:23  
/compat/linux/lib/libpthread-2.9.so
lrwxrwxrwx  1 root  wheel  17 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 times
: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  
object 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 errors.  I still have the libpthread.so.0 that won't go  
away and the flash plugin works fine.


Just out of curiosity have you tried running firefox35 from a term window?

Thanks again.

ed

P.S. Wish you and all a productive 2010.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org