From owner-freebsd-current Sat Jun 15 23:53:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B594137B415; Sat, 15 Jun 2002 23:53:26 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA05947; Sun, 16 Jun 2002 16:53:24 +1000 Date: Sun, 16 Jun 2002 16:58:02 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Dag-Erling Smorgrav Cc: current@FreeBSD.ORG, Subject: Re: i386 tinderbox failure In-Reply-To: <200206160610.g5G6AHFh083716@ref5.freebsd.org> Message-ID: <20020616164549.W3531-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is caused by an old bogus include path in Makefiles (still needed :-(), a bogus #include in drm and new newspace pollution in . drm includes , although this header is essentially user-only. now includes . declares psignal(3) which is quite different from psignal(9). ISTR that all includes of in the kernel were changed to includes of . There seems to have been a lot of bitrot since then. Bruce On Sat, 15 Jun 2002, Dag-Erling Smorgrav wrote: > -------------------------------------------------------------- > >>> 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/i386/obj/local0/scratch/tinderbox/src/i386/usr/include > -------------------------------------------------------------- > >>> stage 4: building libraries > -------------------------------------------------------------- > >>> stage 4: make dependencies > -------------------------------------------------------------- > >>> stage 4: building everything.. > -------------------------------------------------------------- > >>> Kernel build for GENERIC started on Sat Jun 15 22:24:23 PDT 2002 > -------------------------------------------------------------- > ===> cm > ===> coff > ===> drm > ===> drm/gamma > In file included from @/dev/drm/drm_fops.h:43, > from /local0/scratch/tinderbox/src/sys/dev/drm/gamma_drv.c:107: > @/sys/signalvar.h:245: conflicting types for `psignal' > @/../include/signal.h:88: previous declaration of `psignal' > @/sys/signalvar.h:245: warning: redundant redeclaration of `psignal' in same scope > @/../include/signal.h:88: warning: previous declaration of `psignal' > *** Error code 1 > > Stop in /local0/scratch/tinderbox/src/sys/modules/drm/gamma. > *** Error code 1 > > Stop in /local0/scratch/tinderbox/src/sys/modules/drm. > *** Error code 1 > > Stop in /local0/scratch/tinderbox/src/sys/modules. > *** Error code 1 > > Stop in /local0/scratch/tinderbox/obj/local0/scratch/tinderbox/src/sys/GENERIC. > *** Error code 1 > > Stop in /local0/scratch/tinderbox/src. > *** Error code 1 > > Stop in /local0/scratch/tinderbox/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message