Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-05 Thread Olivier Smedts
Le dimanche 4 novembre 2012, Alexander Leidinger a écrit : The machine has 12 MB RAM (no swap configured), after nearly a day uptime it looks like this: ---snip--- Mem: 348M Active, 599M Inact, 9281M Wired, 264K Cache, 1548M Free ARC: 7117M Total, 1607M MRU, 3996M MFU, 934K Anon, 208M

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-05 Thread Olivier Smedts
Le lundi 5 novembre 2012, Olivier Smedts a écrit : Le dimanche 4 novembre 2012, Alexander Leidinger a écrit : The machine has 12 MB RAM (no swap configured), after nearly a day uptime it looks like this: ---snip--- Mem: 348M Active, 599M Inact, 9281M Wired, 264K Cache, 1548M Free ARC:

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-05 Thread Olivier Smedts
Le lundi 5 novembre 2012, Olivier Smedts a écrit : Le lundi 5 novembre 2012, Olivier Smedts a écrit : Le dimanche 4 novembre 2012, Alexander Leidinger a écrit : The machine has 12 MB RAM (no swap configured), after nearly a day uptime it looks like this: ---snip--- Mem: 348M Active,

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-04 Thread Scot Hetzel
On Sat, Nov 3, 2012 at 5:24 PM, Alexander Leidinger alexan...@leidinger.net wrote: Hi, while trying to update from r239708 to r242511 (amd64 arch) I tried to compile the world with make -j8. After a short while I got an internal error in the clang compile (this is a gcc-compiled system, I

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-04 Thread Olivier Smedts
Le dimanche 4 novembre 2012, Scot Hetzel a écrit : When you set CPUTYPE?=native, bsd.cpu.mk doesn't set MACHINE_CPU to the correct values for your CPUTYPE. This comes regularly in the lists. Try setting the correct CPUTYPE for your CPU, and if you want to use native somewhere, add

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-04 Thread Alexander Leidinger
On Sun, 04 Nov 2012 00:46:15 +0100 Dimitry Andric d...@freebsd.org wrote: On 2012-11-03 23:24, Alexander Leidinger wrote: while trying to update from r239708 to r242511 (amd64 arch) I tried to compile the world with make -j8. After a short while I got an internal error in the clang compile

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-04 Thread Alexander Leidinger
On Sun, 4 Nov 2012 14:43:30 +0100 Olivier Smedts oliv...@gid0.org wrote: Le dimanche 4 novembre 2012, Scot Hetzel a écrit : When you set CPUTYPE?=native, bsd.cpu.mk doesn't set MACHINE_CPU to the correct values for your CPUTYPE. This comes regularly in the lists. This basically means

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-04 Thread Alexander Leidinger
On Sun, 4 Nov 2012 03:43:13 -0600 Scot Hetzel swhet...@gmail.com wrote: Not sure if your hitting the same bug, that was found in PR 112997. When you set CPUTYPE?=native, bsd.cpu.mk doesn't set MACHINE_CPU to the correct values for your CPUTYPE. See

Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-03 Thread Alexander Leidinger
Hi, while trying to update from r239708 to r242511 (amd64 arch) I tried to compile the world with make -j8. After a short while I got an internal error in the clang compile (this is a gcc-compiled system, I don't use clang). The CFLAGS/COPTFLAGS are -O2 -pipe. Without the -j8 it compiles just

Re: Do we have a CPUTYPE=native and/or generic stability problem?

2012-11-03 Thread Dimitry Andric
On 2012-11-03 23:24, Alexander Leidinger wrote: while trying to update from r239708 to r242511 (amd64 arch) I tried to compile the world with make -j8. After a short while I got an internal error in the clang compile (this is a gcc-compiled system, I don't use clang). The CFLAGS/COPTFLAGS are