Re: RELENG_8 does not build with CPUTYPE=core2

2011-05-14 Thread Dominic Fandrey
On 14/05/2011 02:38, Scott Allendorf wrote: > Dominic Fandrey wrote: >> env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc -O2 >> -pipe -march=core2 -DHAVE_CONFIG_H >> -I/usr/src/kerberos5/tools/make-roken/../../include -std=gnu99 -c >> make-roken.c >> /usr/src/kerberos5/tools/make-

Re: setting usb disc to da1

2011-05-14 Thread Thomas Krause
I've plugged a USB disc to a FreeBSD System and it's dedected as da1: da1: Fixed Direct Access SCSI-2 device But when rebooting the machine, it becomes da0 and I cannot boot the system. What's the trick to set the USB disc to da1 permanent? You can, to some degree, wire the device with.. hint

Heads up: you'll need to do a fresh "config KERNEL" etc

2011-05-14 Thread Rick Macklem
Hi, Just a heads up that after a commit going into stable/8 in a few minutes, you'll need to do a fresh kernel build, starting at "config GENERIC", including rebuilding the NFS related modules. rick ___ freebsd-stable@freebsd.org mailing list http://lis

Re: Heads up: you'll need to do a fresh "config KERNEL" etc

2011-05-14 Thread Jeremy Chadwick
On Sat, May 14, 2011 at 08:05:41PM -0400, Rick Macklem wrote: > Just a heads up that after a commit going into stable/8 in a few > minutes, you'll need to do a fresh kernel build, starting at > "config GENERIC", including rebuilding the NFS related modules. Rick, Can you explain why a kernel reco

Re: RELENG_8 does not build with CPUTYPE=core2

2011-05-14 Thread Oliver Pinter
in two step you can elliminate the warning message: 1) compile and install world and kernel with commented CPUTYPE in make.conf 2) uncomment the CPUTYPE line, and recompile world and kernel the problem is, the build system based on newer (4.2.2) gcc, and when you set CPUTYPE=core2 than substitute

Re: setting usb disc to da1

2011-05-14 Thread Daniel O'Connor
On 15/05/2011, at 24:36, Thomas Krause wrote: > I'm not sure with /boot/devices.hint. Could you give me a hint, how to > set > > # camcontrol devlist > at scbus0 target 0 lun 0 (da0,pass0) > at scbus1 target 0 lun 0 (pass1,da1) > > the Samsung G3 permanently to da1 (the AMC

Re: RELENG_8 does not build with CPUTYPE=core2

2011-05-14 Thread Scott Allendorf
I had discovered this method of working around the fatal error, but the question remains: Should buildworld ever use the base compiler once the bootstrap compiler is built? Much of buildworld had already completed with "-march=core2" being fed to the bootstrap compiler by the time this error

Re: setting usb disc to da1

2011-05-14 Thread bruce
Daniel O'Connor wrote: On 15/05/2011, at 24:36, Thomas Krause wrote: I'm not sure with /boot/devices.hint. Could you give me a hint, how to set # camcontrol devlist at scbus0 target 0 lun 0 (da0,pass0) at scbus1 target 0 lun 0 (pass1,da1) the Samsung G3 permanently to