[releng_4 tinderbox] failure on i386/i386

Ruslan Ermilov ru at FreeBSD.org
Wed Aug 13 13:04:14 PDT 2003


Luoqi,

On Wed, Aug 13, 2003 at 02:23:41PM -0400, Tinderbox wrote:
> TB --- 2003-08-13 16:59:43 - starting RELENG_4 tinderbox run for i386/i386
> TB --- 2003-08-13 16:59:43 - checking out the source tree
> TB --- cd /home/des/tinderbox/RELENG_4/i386/i386
> TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
> TB --- 2003-08-13 17:45:58 - building world
> TB --- cd /home/des/tinderbox/RELENG_4/i386/i386/src
> TB --- /usr/bin/make -B buildworld
> >>> Rebuilding the temporary build tree
> >>> stage 1: bootstrap tools
> >>> stage 2: cleaning up the object tree
> >>> stage 2: rebuilding the object tree
> >>> stage 2: build tools
> >>> stage 3: cross tools
> >>> stage 4: populating /home/des/tinderbox/RELENG_4/i386/i386/obj/vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/i386/usr/include
> >>> stage 4: building libraries
> >>> stage 4: make dependencies
> >>> stage 4: building everything..
> TB --- 2003-08-13 18:13:43 - building generic kernel
> TB --- cd /home/des/tinderbox/RELENG_4/i386/i386/src
> TB --- /usr/bin/make buildkernel KERNCONF=GENERIC
> >>> Kernel build for GENERIC started on Wed Aug 13 18:13:43 GMT 2003
> >>> Kernel build for GENERIC completed on Wed Aug 13 18:18:06 GMT 2003
> TB --- 2003-08-13 18:18:06 - building LINT kernel
> TB --- cd /home/des/tinderbox/RELENG_4/i386/i386/src
> TB --- /usr/bin/make buildkernel KERNCONF=LINT
> >>> Kernel build for LINT started on Wed Aug 13 18:18:06 GMT 2003
> [...]
> ld  -r -o ntfs.kld ntfs_vfsops.o ntfs_vnops.o ntfs_subr.o ntfs_ihash.o ntfs_compr.o
> gensetdefs ntfs.kld
> cc -O -pipe  -include /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/obj/vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/LINT/opt_global.h -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@/../include  -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -c setdef0.c
> cc -O -pipe  -include /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/obj/vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/LINT/opt_global.h -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@/../include  -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -c setdef1.c
> ld -Bshareable  -o ntfs.ko setdef0.o ntfs.kld setdef1.o 
> ===> nullfs
> cc -O -pipe  -include /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/obj/vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/LINT/opt_global.h -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@/../include  -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -c /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/modules/nullfs/../../miscfs/nullfs/null_subr.c
> /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/modules/nullfs/../../miscfs/nullfs/null_subr.c:284: opt_ddb.h: No such file or directory
> *** Error code 1
> 
> Stop in /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/modules/nullfs.
> *** Error code 1
> 
> Stop in /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/modules.
> *** Error code 1
> 
> Stop in /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/obj/vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src/sys/LINT.
> *** Error code 1
> 
> Stop in /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src.
> *** Error code 1
> 
> Stop in /vol/vol0/users/des/tinderbox/RELENG_4/i386/i386/src.
> TB --- 2003-08-13 18:23:41 - /usr/bin/make returned exit code  1 
> TB --- 2003-08-13 18:23:41 - ERROR: failed to build lint kernel
> TB --- 2003-08-13 18:23:41 - tinderbox aborted
> 
This is due to your latest change to src/sys/conf/Makefile.i386
in RELENG_4.

The problem is that when compiling LINT, the DIAGNOSTIC option
is defined in opt_global.h, and null_subr.c attempts to include
opt_ddb.h which doesn't exist.  The version in HEAD (kern.*.mk)
doesn't do this.  Is this change really necessary for PAE?


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030813/e2669cde/attachment.bin


More information about the freebsd-stable mailing list