[gentoo-user] Re[2]: [gentoo-user] Re: [gentoo-user] bus error during compilation of gcc

2013-04-25 Thread the guard



Воскресенье, 21 апреля 2013, 13:27 +01:00 от Mick michaelkintz...@gmail.com:
 On Saturday 20 Apr 2013 20:29:31 the guard wrote:
  Суббота, 20 апреля 2013, 15:25 -04:00 от Forrest Schultz 
 f.schul...@gmail.com:
   Doesn't lowering makeopts just reduce the number of parallel
   compilations?
  
  yes, it does. I heard somewhere that bus error is caused by lack of
  sufficient amount of memory during compilations.I also tried to remove
  cflags.
 
 Simplifying cflags to something like: 
 
   CFLAGS=-march=native -O2 -pipe
 
 may help and also setting makeopts to 1:
 
   MAKEOPTS=-j1
 
 
 but none of the above will help if the problem is due to a bug.  Have you 
 done 
 the basics like revdep-rebuild and python-updater?
 
 -- 
 Regards,
 Mick
 
 
didn't help, Mick

Re: [gentoo-user] Re: [gentoo-user] bus error during compilation of gcc

2013-04-21 Thread Mick
On Saturday 20 Apr 2013 20:29:31 the guard wrote:
 Суббота, 20 апреля 2013, 15:25 -04:00 от Forrest Schultz 
f.schul...@gmail.com:
  Doesn't lowering makeopts just reduce the number of parallel
  compilations?
 
 yes, it does. I heard somewhere that bus error is caused by lack of
 sufficient amount of memory during compilations.I also tried to remove
 cflags.

Simplifying cflags to something like: 

  CFLAGS=-march=native -O2 -pipe

may help and also setting makeopts to 1:

  MAKEOPTS=-j1


but none of the above will help if the problem is due to a bug.  Have you done 
the basics like revdep-rebuild and python-updater?

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread Nilesh Govindrajan

On Saturday 20 April 2013 10:59:09 PM IST, the guard wrote:

Hello, gentlemen

The package i decided to install required a gcc rebuild so I started
rebuilding it and got a bus error. I've googled and found suggestions
to lower makeopts, but it didn't help.



Quite interestingly, I had the *exactly* same problem few days ago and 
I ended up reinstalling it totally.




smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Re[2]: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread the guard



Суббота, 20 апреля 2013, 23:24 +05:30 от Nilesh Govindrajan m...@nileshgr.com:
 On Saturday 20 April 2013 10:59:09 PM IST, the guard wrote:
  Hello, gentlemen
 
  The package i decided to install required a gcc rebuild so I started
  rebuilding it and got a bus error. I've googled and found suggestions
  to lower makeopts, but it didn't help.
 
 
 Quite interestingly, I had the *exactly* same problem few days ago and 
 I ended up reinstalling it totally.
 
 
 
Excuse me, but reinstalling what?

Re: [gentoo-user] Re[2]: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread Nilesh Govindrajan

On Saturday 20 April 2013 11:28:06 PM IST, the guard wrote:




Суббота, 20 апреля 2013, 23:24 +05:30 от Nilesh Govindrajan m...@nileshgr.com:

On Saturday 20 April 2013 10:59:09 PM IST, the guard wrote:

Hello, gentlemen

The package i decided to install required a gcc rebuild so I started
rebuilding it and got a bus error. I've googled and found suggestions
to lower makeopts, but it didn't help.



Quite interestingly, I had the *exactly* same problem few days ago and
I ended up reinstalling it totally.




Excuse me, but reinstalling what?


Gentoo



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re[2]: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread Forrest Schultz
Doesn't lowering makeopts just reduce the number of parallel compilations?



On Sat, Apr 20, 2013 at 1:59 PM, Nilesh Govindrajan m...@nileshgr.com wrote:

 On Saturday 20 April 2013 11:28:06 PM IST, the guard wrote:




 Суббота, 20 апреля 2013, 23:24 +05:30 от Nilesh Govindrajan 
 m...@nileshgr.com:

 On Saturday 20 April 2013 10:59:09 PM IST, the guard wrote:

 Hello, gentlemen

 The package i decided to install required a gcc rebuild so I started
 rebuilding it and got a bus error. I've googled and found suggestions
 to lower makeopts, but it didn't help.


 Quite interestingly, I had the *exactly* same problem few days ago and
 I ended up reinstalling it totally.



  Excuse me, but reinstalling what?


 Gentoo




[gentoo-user] Re: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread the guard



Суббота, 20 апреля 2013, 15:25 -04:00 от Forrest Schultz f.schul...@gmail.com:
 
 Doesn't lowering makeopts just reduce the number of parallel compilations?
 

yes, it does. I heard somewhere that bus error is caused by lack of sufficient 
amount of memory during compilations.I also tried to remove cflags.