FreeBSD make buildworld fail: cc: Internal error: Killed: 9 (program cc1)

Damien Fleuriot ml at my.gd
Mon Nov 14 09:23:36 UTC 2011



On 11/11/11 11:43 AM, Traiano Welcome wrote:
> 
> Most recent suggestions from Damien Fleuriot:
> 
> [root at snmp-proxy02 /usr/src]# cat /etc/make.conf
> 
> SUP_UPDATE=     yes
> SUP=            /usr/bin/csup
> SUPFLAGS=       -zgL 2
> SUPHOST=        cvsup2.za.freebsd.org
> SUPFILE=        /etc/cvsup/stable-supfile
> PORTSSUPFILE=   /etc/cvsup/ports-supfile
> DOCSUPFILE=     /etc/cvsup/doc-supfile
> ENABLE_SUID_K5SU=YES
> # added by use.perl 2011-11-09 12:33:48
> PERL_VERSION=5.10.1
> 
> 
> 
> 
> I see the same compile issue with both variants of my make.conf.
> 
> 

To clarify, my suggestion has to do with the way you run your updates.

These variables in /etc/make.conf allow you to forgo the manual use of
"csup [args]" , and instead use:
cd /usr/src ; make update


It is not intended as a fix to your build issues and should have no
effect on them whatsoever.



More information about the freebsd-questions mailing list