Re: buildkernel error on latest cvs src's

2003-02-13 Thread Matt

 I'm very sorry about this, I committed only one of the two files.  It
 should be fixed now.

Excellent. Not me doing something stupid then!

Cheers ;-)

---
Matt ([EMAIL PROTECTED])
http://www.xtaz.co.uk/
---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: buildkernel error on latest cvs src's

2003-02-13 Thread Giorgos Keramidas
On 2003-02-13 18:31, Matt [EMAIL PROTECTED] wrote:
 Trying a buildworld/buildkernel of today's latest cvs code and the 
 buildworld has compiled fine but the kernel is giving the error below.
[...]
 cc -O -pipe -mcpu=pentiumpro  -D_KERNEL -Wall -Wredundant-decls -Wnested-
 externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -
 Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-   -I. -I@ -
 I@/dev -I@/../include -fno-common  -mno-align-long-strings -mpreferred-stack-
 boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-
 prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -
 fformat-extensions -ansi -c /usr/src/sys/pci/agp_i810.c
 /usr/src/sys/pci/agp_i810.c: In function `agp_i810_match':
 /usr/src/sys/pci/agp_i810.c:112: `AGP_I85X_CAPID' undeclared (first use in this 
function)

Revert sys/pci/agp_i810.c to revision 1.16 and it will all build fine.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: buildkernel error on latest cvs src's

2003-02-13 Thread Eric Anholt
On Thu, 2003-02-13 at 18:25, Giorgos Keramidas wrote:
 On 2003-02-13 18:31, Matt [EMAIL PROTECTED] wrote:
  Trying a buildworld/buildkernel of today's latest cvs code and the 
  buildworld has compiled fine but the kernel is giving the error below.
 [...]
  cc -O -pipe -mcpu=pentiumpro  -D_KERNEL -Wall -Wredundant-decls -Wnested-
  externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -
  Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-   -I. -I@ -
  I@/dev -I@/../include -fno-common  -mno-align-long-strings -mpreferred-stack-
  boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-
  prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -
  fformat-extensions -ansi -c /usr/src/sys/pci/agp_i810.c
  /usr/src/sys/pci/agp_i810.c: In function `agp_i810_match':
  /usr/src/sys/pci/agp_i810.c:112: `AGP_I85X_CAPID' undeclared (first use in this 
function)
 
 Revert sys/pci/agp_i810.c to revision 1.16 and it will all build fine.

Or cvsup as of 7 hours ago.

-- 
Eric Anholt[EMAIL PROTECTED]  
http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message