Re: OpenOffice port vs Firefox

2006-09-07 Thread Jerold McAllister
Perry Hutchison writes: 


Having gotten a sufficiently-recent version of glib, I am now
several hours into the build of OpenOffice, and I've discovered
that Firefox has quit working.  When I try to start it: 


GThread-ERROR **: file gthread-posix.c: line 187 (): error 'Invalid argument' 
during 'pthread_mutex_trylock'
aborting...
Abort trap (core dumped) 


Of course, since it won't start up, I can't consult Help/About
to find out the version :(  but based on /var/db/pkg I think it is
firefox-1.5.0.1_1,1 


I suppose Firefox and OpenOffice are tripping over each other WRT
the version of some shared library, but I thought the whole point
of having version numbers on shared libs was to prevent that sort
of problem. 


Does anyone have Firefox and OpenOffice coexisting on a single
system?  How is it accomplished?


Yes, I have both on FreeBSD 6.1.
I didn't do anything special.   I just built them both from ports.
I had to get the jdk thing from Sun for OpenOffice first due to the
license restrictions from Sun which is annoying.   But it is easy and
straightforward.   Then I just make make install on each of Firefox,
Thunderbird and openoffice and after a long time they were all there
and worked.   I made OpenOffice be the WP for Firefox to bring up to
handle .doc and maybe a couple of other file types and that works fine too. 


I did cvsup everything (system and ports tree) to the latest before
getting started with doing ports installations.   That might make a
difference. 

jerry 


jerry

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]" 





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Do I not understand shared-lib versions? (Re: OpenOffice port vs Firefox)

2006-09-07 Thread Perry Hutchison
> > Having gotten a sufficiently-recent version of glib, I am now
> > several hours into the build of OpenOffice, and I've discovered
> > that Firefox has quit working.  When I try to start it:
> > 
> > GThread-ERROR **: file gthread-posix.c: line 187 (): error 'Invalid 
> > argument' during 'pthread_mutex_trylock'
> > aborting...
> > Abort trap (core dumped)
> > 
> > Of course, since it won't start up, I can't consult Help/About
> > to find out the version :(  but based on /var/db/pkg I think it
> > is firefox-1.5.0.1_1,1
> > 
> > I suppose Firefox and OpenOffice are tripping over each other WRT
> > the version of some shared library, but I thought the whole point
> > of having version numbers on shared libs was to prevent that sort
> > of problem.
> 
> ...
> 
> I would suspect that you've hit some obscure version issue ...
> I seem to remember one point at which I rebuilt OOo and had to
> rebuild firefox to get it working, but I don't remember for sure.

The Firefox is the package from the 6.1 CD set, and the OpenOffice
is a current Ports build (in process).  I figure to try rebuilding
Firefox from its port once the OpenOffice build finishes -- it's
been running for something over 16 hours now, and is currently in
svx/source/svdraw.

What I don't get is why a shared-lib change would manifest this way.
If I understand shared-lib versioning correctly, any incompatible
change to any exported API should have occasioned a change to at
least the minor version number, precisely to avoid this sort of hit
on an existing binary that was built to the old API.  Such binaries
"should" continue to use the old version of the shared library, no?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OpenOffice port vs Firefox

2006-09-06 Thread doug


On Wed, 6 Sep 2006, Michael Hughes wrote:


On Wed, 6 Sep 06 17:37:36 PDT
[EMAIL PROTECTED] (Perry Hutchison) wrote:


Having gotten a sufficiently-recent version of glib, I am now
several hours into the build of OpenOffice, and I've discovered
that Firefox has quit working.  When I try to start it:

GThread-ERROR **: file gthread-posix.c: line 187 (): error 'Invalid
argument' during 'pthread_mutex_trylock' aborting...
Abort trap (core dumped)

Of course, since it won't start up, I can't consult Help/About
to find out the version :(  but based on /var/db/pkg I think it is
firefox-1.5.0.1_1,1

I suppose Firefox and OpenOffice are tripping over each other WRT
the version of some shared library, but I thought the whole point
of having version numbers on shared libs was to prevent that sort
of problem.

Does anyone have Firefox and OpenOffice coexisting on a single
system?  How is it accomplished?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"




Perry,
 It isn't easy is it.  I am not sure why FireFox quit working like
that.  When I created the new glib for my box I was still running
mozilla 5.0 and didn't have any trouble with it.  I wonder if it has
something to do with gtk+.  I am running FireFox 1.5.0.6 that I
downloaded the tarball and compiled.

 Let me know if you figure this out.

--
Michael Hughes  Log Home living is the best
[EMAIL PROTECTED]

Temperatures:
Outside: 65.4 House: 72.1 Computer room: 71.1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


I am also running FireFox and OpenOffice. I tend to install packages for 
workstations.  With OpenOffice the version on FreeBSD works okay, you just have 
to manually install the prereqs. The other thing I do is start fresh with a new 
version. I.e., I do not cvsup 4.x --> 5.0.


Maybe if you did pkg_info -rRx for both packages something in common (conflict) 
would suggest itself.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OpenOffice port vs Firefox

2006-09-06 Thread Michael Hughes
On Wed, 6 Sep 06 17:37:36 PDT
[EMAIL PROTECTED] (Perry Hutchison) wrote:

> Having gotten a sufficiently-recent version of glib, I am now
> several hours into the build of OpenOffice, and I've discovered
> that Firefox has quit working.  When I try to start it:
> 
> GThread-ERROR **: file gthread-posix.c: line 187 (): error 'Invalid
> argument' during 'pthread_mutex_trylock' aborting...
> Abort trap (core dumped)
> 
> Of course, since it won't start up, I can't consult Help/About
> to find out the version :(  but based on /var/db/pkg I think it is
> firefox-1.5.0.1_1,1
> 
> I suppose Firefox and OpenOffice are tripping over each other WRT
> the version of some shared library, but I thought the whole point
> of having version numbers on shared libs was to prevent that sort
> of problem.
> 
> Does anyone have Firefox and OpenOffice coexisting on a single
> system?  How is it accomplished?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
> 

Perry,
  It isn't easy is it.  I am not sure why FireFox quit working like
that.  When I created the new glib for my box I was still running
mozilla 5.0 and didn't have any trouble with it.  I wonder if it has
something to do with gtk+.  I am running FireFox 1.5.0.6 that I
downloaded the tarball and compiled.

  Let me know if you figure this out.

-- 
Michael Hughes  Log Home living is the best
[EMAIL PROTECTED]

Temperatures:
Outside: 65.4 House: 72.1 Computer room: 71.1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OpenOffice port vs Firefox

2006-09-06 Thread Bill Moran
[EMAIL PROTECTED] (Perry Hutchison) wrote:

> Having gotten a sufficiently-recent version of glib, I am now
> several hours into the build of OpenOffice, and I've discovered
> that Firefox has quit working.  When I try to start it:
> 
> GThread-ERROR **: file gthread-posix.c: line 187 (): error 'Invalid argument' 
> during 'pthread_mutex_trylock'
> aborting...
> Abort trap (core dumped)
> 
> Of course, since it won't start up, I can't consult Help/About
> to find out the version :(  but based on /var/db/pkg I think it is
> firefox-1.5.0.1_1,1
> 
> I suppose Firefox and OpenOffice are tripping over each other WRT
> the version of some shared library, but I thought the whole point
> of having version numbers on shared libs was to prevent that sort
> of problem.
> 
> Does anyone have Firefox and OpenOffice coexisting on a single
> system?  How is it accomplished?

Yes.  I have three computers (home, work, laptop).  All three of them
have both Firefox and OOo installed.

I would suspect that you've hit some obscure version issue.  I make it
a point to try to keep all three of these machines updated, so I'm
portupgrading them on a regular basis.  I seem to remember one point
at which I rebuilt OOo and had to rebuild firefox to get it working,
but I don't remember for sure.

-- 
Bill Moran

Someting happened or something.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


OpenOffice port vs Firefox

2006-09-06 Thread Perry Hutchison
Having gotten a sufficiently-recent version of glib, I am now
several hours into the build of OpenOffice, and I've discovered
that Firefox has quit working.  When I try to start it:

GThread-ERROR **: file gthread-posix.c: line 187 (): error 'Invalid argument' 
during 'pthread_mutex_trylock'
aborting...
Abort trap (core dumped)

Of course, since it won't start up, I can't consult Help/About
to find out the version :(  but based on /var/db/pkg I think it is
firefox-1.5.0.1_1,1

I suppose Firefox and OpenOffice are tripping over each other WRT
the version of some shared library, but I thought the whole point
of having version numbers on shared libs was to prevent that sort
of problem.

Does anyone have Firefox and OpenOffice coexisting on a single
system?  How is it accomplished?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"