RE: kernel compile failure

2010-02-17 Thread Larry Rosenman
...@freebsd.org] Sent: Wednesday, February 17, 2010 3:42 PM To: freebsd-stable@freebsd.org Cc: Larry Rosenman; 'Alexander Motin'; 'Jeremy Chadwick' Subject: Re: kernel compile failure On Monday 15 February 2010 8:55:13 am Larry Rosenman wrote: > For the record, it appears that

Re: kernel compile failure

2010-02-17 Thread John Baldwin
On Monday 15 February 2010 8:55:13 am Larry Rosenman wrote: > For the record, it appears that cvsup17.us.freebsd.org is serving outdated > files. Try sending an e-mail to h...@. The last time cvsup17 had issues the owner fixed them after seeing an e-mail to h...@. -- John Baldwin

RE: kernel compile failure

2010-02-15 Thread Larry Rosenman
Monday, February 15, 2010 7:01 AM To: Larry Rosenman Cc: Jeremy Chadwick; freebsd-stable@freebsd.org Subject: Re: kernel compile failure Jeremy Chadwick wrote: > On Mon, Feb 15, 2010 at 03:43:36AM -0600, Larry Rosenman wrote: >> I'm getting: >> cc -c -O2 -frename-registers -pipe

Re: kernel compile failure

2010-02-15 Thread Alexander Motin
Jeremy Chadwick wrote: > On Mon, Feb 15, 2010 at 03:43:36AM -0600, Larry Rosenman wrote: >> I'm getting: >> cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Winline -Wcast

Re: kernel compile failure

2010-02-15 Thread Jeremy Chadwick
On Mon, Feb 15, 2010 at 03:43:36AM -0600, Larry Rosenman wrote: > I'm getting: > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s

kernel compile failure

2010-02-15 Thread Larry Rosenman
I'm getting: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/c

Re: RELENG_7: Kernel Compile Failure

2009-11-19 Thread David Wolfskill
On Thu, Nov 19, 2009 at 09:34:10AM -0500, John Baldwin wrote: > ... > > > Try a different mirror, perhaps? I've had no problems tracking stable/7 > > > daily (though I'm using SVN). > > > > Thanks. Pulled a update from cvsup5.us.freebsd.org, and changes were > > picked up. > > > > Can someone c

Re: RELENG_7: Kernel Compile Failure

2009-11-19 Thread John Baldwin
On Sunday 15 November 2009 2:15:51 pm Larry Rosenman wrote: > > On Sun, November 15, 2009 1:10 pm, David Wolfskill wrote: > > On Sun, Nov 15, 2009 at 12:37:23PM -0600, Larry Rosenman wrote: > >> ... > >> /usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member > >> named 'd_mmap2' >

Re: RELENG_7: Kernel Compile Failure

2009-11-15 Thread Larry Rosenman
On Sun, November 15, 2009 1:10 pm, David Wolfskill wrote: > On Sun, Nov 15, 2009 at 12:37:23PM -0600, Larry Rosenman wrote: >> ... >> /usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member >> named 'd_mmap2' >> *** Error code 1 >> >> Stop in /usr/obj/usr/src/sys/THEBIGHONKER. >> *

RELENG_7: Kernel Compile Failure

2009-11-15 Thread Larry Rosenman
Just csup'd off cvsup17.us.freebsd.org: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/s

Kernel compile failure without pci.

2003-09-21 Thread Peter Jeremy
A kernel including ata but no pci fails during build with an conflicting declaration of ata_dmastart() in ata-isa.c. The fix is below. Could someone please include this in 4.9 as is or do I need to file a PR. RCS file: /usr/ncvs/src/sys/dev/ata/ata-isa.c,v retrieving

Re: Kernel Compile failure

2001-08-08 Thread Andrew Boothman
On Wednesday 08 August 2001 12:57 pm, Odhiambo Washington wrote: > ===> ipfilter > *** Error code 2 > Stop in /usr/src/sys/modules. Hmmm. I think this is the problem I encountered when upgrading an older system to 4.3-STABLE. Try emptying your /usr/obj/usr/src/sys/KERNELNAME directory and then

RE: Kernel Compile failure

2001-08-08 Thread Lawrence Farr
Ive had odd errors when using full stops and hyphens in kernel names, that have been fixed by changing the filename. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Odhiambo Washington Sent: 08 August 2001 12:57 To: FBSD-STABLE Subject: Kernel Compile