Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2011 01:00:40 +0100
From:      Rolf Nielsen <listreader@lazlarlyricon.com>
To:        weif@weif.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: use of menus crashes Firefox?
Message-ID:  <4D3629A8.2060801@lazlarlyricon.com>
In-Reply-To: <841v497p9k.fsf@maxwell.cjones.org>
References:  <844o957rei.fsf@maxwell.cjones.org> <4D36201B.4060900@lazlarlyricon.com> <841v497p9k.fsf@maxwell.cjones.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2011-01-19 00:42, Keith Seyffarth skrev:
>
> Rolf,
>
> Thanks for the info.
>
>> Are you by any chance overriding CFLAGS in /etc/make.conf? Or perhaps
>
> No, /etc/make.conf is just three lines:
>
> WITH_CUPS=yes
> # added by use.perl 2010-12-22 15:53:20
> PERL_VERSION=5.10.1
>
>
>> even compiling using a gcc version not in the base system? I had that
>> exact problem with Firefox 3.6 (and with Thunderbird as well) and menus
>> when compiling with gcc45 and/or overriding CFLAGS. It went away when I
>> re-built Firefox (well, actually, I re-built everything, world, kernel
>> and all the ports) using the stock compiler and removed all CFLAGS
>> overrides.
>
>
> I'm not aware of anything I've done that would have switched
> compilers. How would I tell? This is the version output:
>
> # gcc --version
> gcc (GCC) 4.2.1 20070719  [FreeBSD]
> Copyright (C) 2007 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
> Keith
>

Changing the gcc version is something you do actively, otherwise you get 
the stock compiler. Here's how to do it
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/configuring-ports-gcc.html

Since you do not override CFLAGS, I can't help you, because using 
default settings made my problems go away. The only difference is that I 
don't use cups, but I doubt that would make a difference for Firefox, 
and that I have perl 5.12.2.

Rolf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D3629A8.2060801>