[Bug bootstrap/78893] gcc-6.3.0 build fails on genattrtab on CentOS 7

2018-09-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78893

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||egallager at gcc dot gnu.org
 Resolution|--- |WORKSFORME

--- Comment #4 from Eric Gallager  ---
(In reply to William Bader from comment #3)
> Thanks! Increasing the allocated memory fixed the problem, and the gcc build
> completed. Regards, William
> 
> $ /usr/bin/free -h
>   totalusedfree  shared  buff/cache  
> available
> Mem:   1.8G240M941M 28M658M   
> 1.3G
> Swap:  1.0G 81M943M

OK, closing this then.

[Bug bootstrap/78893] gcc-6.3.0 build fails on genattrtab on CentOS 7

2016-12-22 Thread williambader at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78893

--- Comment #3 from William Bader  ---
Thanks! Increasing the allocated memory fixed the problem, and the gcc build
completed. Regards, William

$ /usr/bin/free -h
  totalusedfree  shared  buff/cache   available
Mem:   1.8G240M941M 28M658M1.3G
Swap:  1.0G 81M943M

[Bug bootstrap/78893] gcc-6.3.0 build fails on genattrtab on CentOS 7

2016-12-21 Thread williambader at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78893

--- Comment #2 from William Bader  ---
Thanks for the quick reply. The system is a VM. I have the results of 'free'
below. The VMs where the build worked all have slightly more memory and swap.
What is the recommended minimum to build gcc-6?
$ free -h
  totalusedfree  shared  buff/cache   available
Mem:   993M239M382M 10M371M564M
Swap:  1.0G977M 47M

Regards, William

[Bug bootstrap/78893] gcc-6.3.0 build fails on genattrtab on CentOS 7

2016-12-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78893

--- Comment #1 from Andrew Pinski  ---
>make[3]: *** [s-attrtab] Killed


How much memory do you have on your system?  Do you have a swap space?
Provide the output of the command "free".