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

2011-11-15 Thread Traiano Welcome
Ok, I've taken the coward's way out and installed a fresh system from CD, upgrading according to the manual's best practice recommended method :-) I've kept the VM images of the failed upgrade system, when I have some time I'll dig a bit further for the actual reason make buildworld failed. Th

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

2011-11-14 Thread Traiano Welcome
On 2011/11/14 11:25 AM, "Damien Fleuriot" wrote: > >On 11/11/11 11:53 AM, Polytropon wrote: >> On Fri, 11 Nov 2011 10:45:15 +, Traiano Welcome wrote: >>> And I don't seem to have a src.conf anywhere on my filesystem ... Hmmm. >> >> You'll have to create it yourself (just like /etc/make.con

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

2011-11-14 Thread Damien Fleuriot
On 11/11/11 11:53 AM, Polytropon wrote: > On Fri, 11 Nov 2011 10:45:15 +, Traiano Welcome wrote: >> And I don't seem to have a src.conf anywhere on my filesystem ... Hmmm. > > You'll have to create it yourself (just like /etc/make.conf). > See "man src.conf" for details. > I can't see any

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

2011-11-14 Thread Damien Fleuriot
On 11/11/11 11:43 AM, Traiano Welcome wrote: > > Most recent suggestions from Damien Fleuriot: > > [root@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/cv

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

2011-11-13 Thread Frank Shute
On Fri, Nov 11, 2011 at 10:51:29AM +, Traiano Welcome wrote: > > >Another question worth asking: how much memory/swap does the machine > >have? If FreeBSD runs short of memory, it will start killing > >processes. > > Hi Frank > > As follows: > > Mem: 96M Active, 286M Inact, 224M Wired, 213M

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

2011-11-11 Thread Polytropon
On Fri, 11 Nov 2011 10:45:15 +, Traiano Welcome wrote: > And I don't seem to have a src.conf anywhere on my filesystem ... Hmmm. You'll have to create it yourself (just like /etc/make.conf). See "man src.conf" for details. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra

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

2011-11-11 Thread Traiano Welcome
Hi Frank As follows: Mem: 96M Active, 286M Inact, 224M Wired, 213M Buf, 1368M Free Swap: 4094M Total, 4094M Free Note that this is FreeBSD system is installed in a Vmware VM. No swap partition is configured as I expected the system to run entirely with RAM as managed by the Vmware hypervisor

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

2011-11-11 Thread Traiano Welcome
Hi Damien /etc/make.conf as follows (with your recently suggested changes added): 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/

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

2011-11-11 Thread Traiano Welcome
Hi Frank On 2011/11/10 5:53 PM, "Frank Shute" wrote: >On Thu, Nov 10, 2011 at 10:05:27AM +, Traiano Welcome wrote: >> >> Hi All >> >> I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or >> better. My upgrade sequence would be as follows: >> >> 0. cd /usr/src/;make cleanw

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

2011-11-10 Thread Frank Shute
On Thu, Nov 10, 2011 at 10:05:27AM +, Traiano Welcome wrote: > [snip] > > cc -O2 -pipe -DIN_GCC -DHAVE_CONFIG_H > -DPREFIX=\"/usr/obj/usr/src/tmp/usr\" > -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools > -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools > -I/usr/src/gnu/usr.bin/cc/

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

2011-11-10 Thread Frank Shute
On Thu, Nov 10, 2011 at 10:05:27AM +, Traiano Welcome wrote: > > Hi All > > I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or > better. My upgrade sequence would be as follows: > > 0. cd /usr/src/;make cleanworld (and in extreme cases rm -rf /usr/src/* > and rm -rf /usr/ob

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

2011-11-10 Thread Denise H. G.
On 2011/11/10 at 20:56, Traiano Welcome wrote: > > Hi > Thanks for the feedback. > > > > I'd be happy to try this sequence, however I don't make it past "make > buildworld". > (of note, the sequence I used above works on all my other boxen though) > > I've just scrutinised /usr/src/UPDAT

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

2011-11-10 Thread Johan Hendriks
Damien Fleuriot schreef: Here are mine: SUP_UPDATE= yes SUP=/usr/bin/csup SUPFLAGS= -zgL 2 SUPHOST=cvsup1.fr.freebsd.org SUPFILE=/etc/cvsup/stable-supfile PORTSSUPFILE= /etc/cvsup/ports-supfile DOCSUPFILE= /etc/cvsup/doc-supfile There is no -g anymore

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

2011-11-10 Thread Damien Fleuriot
On 11/10/11 11:05 AM, Traiano Welcome wrote: > Hi All > > I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or > better. My upgrade sequence would be as follows: > > 0. cd /usr/src/;make cleanworld (and in extreme cases rm -rf /usr/src/* > and rm -rf /usr/obj) > 1. csup -L 2 sta

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

2011-11-10 Thread Traiano Welcome
Hi Thanks for the feedback. On 2011/11/10 1:28 PM, "Denise H. G." wrote: > >On 2011/11/10 at 18:05, Traiano Welcome > wrote: >> >> Hi All >> I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or >> better. My upgrade sequence would be as follows: >> >> 0. cd /usr/src/;make c

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

2011-11-10 Thread Denise H. G.
On 2011/11/10 at 18:05, Traiano Welcome wrote: > > Hi All > I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or > better. My upgrade sequence would be as follows: > > 0. cd /usr/src/;make cleanworld (and in extreme cases rm -rf /usr/src/* > and rm -rf /usr/obj) > 1. csup -L

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

2011-11-10 Thread Traiano Welcome
Hi All I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or better. My upgrade sequence would be as follows: 0. cd /usr/src/;make cleanworld (and in extreme cases rm -rf /usr/src/* and rm -rf /usr/obj) 1. csup -L 2 stable supfile. 2. cd /usr/src; make buildworld && make buildke