From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 09:46:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6743216A4CE for ; Tue, 21 Sep 2004 09:46:13 +0000 (GMT) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C21E43D2F for ; Tue, 21 Sep 2004 09:46:09 +0000 (GMT) (envelope-from agruner@suedfactoring.de) Received: from pcs28.suedfac.com ([10.2.1.228]) ESMTP id i8L9k6dA031220 for ; Tue, 21 Sep 2004 11:46:06 +0200 Received: by pcs28.suedfac.com (Postfix, from userid 1001) id 008B0B91C; Tue, 21 Sep 2004 11:47:59 +0200 (CEST) Date: Tue, 21 Sep 2004 11:47:59 +0200 From: "Axel S. Gruner" To: freebsd-current@freebsd.org Message-ID: <20040921094759.GB84155@pcs28.suedfactoring.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SuedFactoring GmbH Adress1: 70191 Stuttgart Adress2: Heilbronnerstrasse 86 Phone: (+49)711/127-3865 User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Tue, 21 Sep 2004 11:46:07 +0000 Subject: Problems building BETA5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: axel.gruner@suedfactoring.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 09:46:13 -0000 Hi. I try to build the world with sources from today. So, "buildworld" runs without an error, but "buildkernel" gives me always the same error (i tried to delete /usr/obj, built the world again, cvsup new sources,...): >>> stage 2.3: build tools -------------------------------------------------------------- cd /usr/obj/usr/src/sys/PCS28; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/PCS28 cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c In file included from /usr/include/regex.h:4, from /usr/include/regex.h:4, from /usr/include/regex.h:4, from /usr/include/regex.h:4, from /usr/include/regex.h:4, [...] from /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:49: /usr/include/regex.h:3:23: #include nested too deeply /usr/include/regex.h:4:32: #include nested too deeply In file included from /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:63: /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h:112: error: syntax error before "regex_t" *** Error code 1 Stop in /usr/obj/usr/src/sys/PCS28. *** Error code 1 Stop in /usr/src. *** Error code 1 The only SCSI stuff i have in my kernel config is: device scbus device ch device da device sa device cd device pass At the moment i run FreeBSD 5.3-BETA4. So, what could be the problem and how to solve it? Thanks in advance. asg