[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.


[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.