Re: [gentoo-user] firefox-9.0 won't compile

2012-02-08 Thread Corentin RIVOT
Looks your variable MAKEOPT in make.conf. Decrease the -jX flag for -j1 can solve the problem but your problem it's still strange. It is possible that this comes from a lack of ram. regards, On Wed, Feb 8, 2012 at 5:03 AM, Grant emailgr...@gmail.com wrote: I'using CFLAGS=-march=core2 -O2

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-07 Thread Corentin RIVOT
I'using CFLAGS=-march=core2 -O2 -pipe -msse4.1 Firefox builds with success for me. gcc is 4.5.3 for me. It's strange. I had a similar problem but it had a bad kernel configuration. When I have this problem it's gcc receive SIGSEV signal. I don't think that you have the same problem like me. I

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-07 Thread Grant
I'using CFLAGS=-march=core2 -O2 -pipe -msse4.1 Firefox builds with success for me. gcc is 4.5.3 for me. It's strange. I had a similar problem but it had a bad kernel configuration. When I have this problem it's gcc receive SIGSEV signal. I don't think that you have the same problem like me.

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-06 Thread Florian Philipp
Am 06.02.2012 05:56, schrieb Michael Mol: On Fri, Feb 3, 2012 at 8:52 PM, Grant emailgr...@gmail.com wrote: Does anyone have any ideas on this? I just completed an emerge -e world so I don't think anything needs to be re-emerged. Everything compiles fine except for gcc-4.5.3-r1 (I'm on

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-06 Thread Corentin RIVOT
At first glance firefox uses the arithmetic pointer and Wno-pointer-arith lifts warnings or errors when used. This is what gcc says : error: pointer of type 'void *' used in arithmetic What it gives without this flag and Is there a particular reason for using this one ? Regards, On Mon, Feb 6,

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-06 Thread Grant
At first glance firefox uses the arithmetic pointer and Wno-pointer-arith lifts warnings or errors when used. This is what gcc says : error: pointer of type 'void *' used in arithmetic What it gives without this flag and Is there a particular reason for using this one ? I'm having trouble

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-05 Thread Michael Mol
On Fri, Feb 3, 2012 at 8:52 PM, Grant emailgr...@gmail.com wrote: Does anyone have any ideas on this?  I just completed an emerge -e world so I don't think anything needs to be re-emerged.  Everything compiles fine except for gcc-4.5.3-r1 (I'm on gcc-4.3.4) and firefox-9.0:

[gentoo-user] firefox-9.0 won't compile

2012-02-03 Thread Grant
Does anyone have any ideas on this? I just completed an emerge -e world so I don't think anything needs to be re-emerged. Everything compiles fine except for gcc-4.5.3-r1 (I'm on gcc-4.3.4) and firefox-9.0: /var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/js/src/jsgcchunk.cpp: In