On Thu, Apr 05, 2007 at 06:36:57PM -0400, FreeBSD Tinderbox wrote: > TB --- 2007-04-05 21:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2007-04-05 21:35:00 - starting HEAD tinderbox run for amd64/amd64 > TB --- 2007-04-05 21:35:00 - cleaning the object tree > TB --- 2007-04-05 21:35:51 - checking out the source tree > TB --- 2007-04-05 21:35:51 - cd /tinderbox/HEAD/amd64/amd64 > TB --- 2007-04-05 21:35:51 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > TB --- 2007-04-05 21:45:38 - building world (CFLAGS=-O2 -pipe) > TB --- 2007-04-05 21:45:38 - cd /src > TB --- 2007-04-05 21:45:38 - /usr/bin/make -B buildworld > >>> World build started on Thu Apr 5 21:45:39 UTC 2007 > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > >>> stage 4.3: make dependencies > >>> stage 4.4: building everything > [...] > cc -O2 -pipe -I/src/usr.bin/kdump/../ktrace -I/src/usr.bin/kdump -I/src/usr.bin/kdump/../.. -c /src/usr.bin/kdump/kdump.c > cc -O2 -pipe -I/src/usr.bin/kdump/../ktrace -I/src/usr.bin/kdump -I/src/usr.bin/kdump/../.. -c ioctl.c > cc -O2 -pipe -I/src/usr.bin/kdump/../ktrace -I/src/usr.bin/kdump -I/src/usr.bin/kdump/../.. -c kdump_subr.c > kdump_subr.c: In function `whencename': > kdump_subr.c:611: error: `SEEK_DATA' undeclared (first use in this function) > kdump_subr.c:611: error: (Each undeclared identifier is reported only once > kdump_subr.c:611: error: for each function it appears in.) > kdump_subr.c:614: error: `SEEK_HOLE' undeclared (first use in this function) > *** Error code 1 I think this was some race. I committed two files: stdio.h and sys/unistd.h at once, but it seems kdump_subr.c was generated based on new sys/unistd.h, but included old stdio.h. -- Pawel Jakub Dawidek http://www.wheel.pl pjd_at_FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am!
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:07 UTC