Re: Why is xe building while commented out?

2002-02-27 Thread David O'Brien
On Wed, Feb 27, 2002 at 03:44:03PM +0100, Christopher Sharp wrote: * Stephen L. Palmer ([EMAIL PROTECTED]) wrote: /usr/src/sys/dev/isp/isp.c: In function `isp_reset': /usr/src/sys/dev/isp/isp.c:633: warning: cast discards qualifiers from pointer target type *** Error code 1 A small

Re: Why is xe building while commented out?

2002-02-27 Thread Stephen L. Palmer
On Wed, 27 Feb 2002, David O'Brien wrote: Fixes to make it compile are not desired. Fixes that are are *FIXES* are. If you are unable to understand why dv_ispfw is `const'; just follow the advice of adding: makeoptions NO_WERROR=true to your kernel configuration. Did that last

Why is xe building while commented out?

2002-02-26 Thread Stephen L. Palmer
Kernel build on a fresh (26 Feb 2002 - ~15:00 CDT) -current is failing with an *** Error code 2 in the xe module. This module is commented out of my config. Why would 'make -j4 buildkernel KERNCONF=MIDEARTH' try to build a driver for a pccard I've commented out of the config? I don't have any

Re: Why is xe building while commented out?

2002-02-26 Thread Chris Faulhaber
On Tue, Feb 26, 2002 at 03:28:19PM -0600, Stephen L. Palmer wrote: Kernel build on a fresh (26 Feb 2002 - ~15:00 CDT) -current is failing with an *** Error code 2 in the xe module. This module is commented out of my config. Why would 'make -j4 buildkernel KERNCONF=MIDEARTH' try to build a

Re: Why is xe building while commented out?

2002-02-26 Thread Stephen L. Palmer
You know, I've been building -currents off and on since 3.0-current, and never realized that. I guess since I usualy start a build and either background it, or walk away... I'll play with the MODULES_OVERRIDE option, and thanks for the pointer. I gave it another run with out the -j4 option,