From owner-freebsd-current Fri Jan 12 21: 1:14 2001 Delivered-To: freebsd-current@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 654BC37B400 for ; Fri, 12 Jan 2001 21:00:54 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f0D50r715357 for ; Sat, 13 Jan 2001 00:00:53 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 13 Jan 2001 00:00:53 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: current@FreeBSD.org Subject: Building -STABLE on -CURRENT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sending this to freebsd-stable or freebsd-current was somewhat of a toss-up, but since I expect more committers hang out on -current than -stable, here it is. For the last few days (not sure when it started) I've been unable to build -STABLE on a -CURRENT machine. This has proven a problem for recent RELENG_3 MFC's of security fixes; I've tried upgrading to the most recent -CURRENT on the box, making sure /usr/include is updated, et al. I'm guessing this is /usr/include pollution in the /usr/src build, but won't speculate too much more as I'm travelling tomorrow. Attached below is the breakage from buildworld. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services cd /usr/src/share/syscons/scrnmaps; make build-tools cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"koi8-r2cp866\" -o koi8-r2cp866.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c In file included from /usr/src/share/syscons/scrnmaps/mkscrfil.c:28: /usr/include/machine/console.h:3: #error "this file includes which is deprecated, use instead" In file included from /usr/src/share/syscons/scrnmaps/mkscrfil.c:31: /usr/src/share/syscons/scrnmaps/koi8-r2cp866:27: syntax error before `scrmap' /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: excess elements in scalar initializer /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: (near initialization for `scrmap') /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: excess elements in scalar initializer /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: (near initialization for `scrmap') /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: excess elements in scalar initializer /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: (near initialization for `scrmap') /usr/src/share/syscons/scrnmaps/koi8-r2cp866:28: warning: excess elements in scalar initializer ... /usr/src/share/syscons/scrnmaps/mkscrfil.c: In function `main': /usr/src/share/syscons/scrnmaps/mkscrfil.c:42: `scrmap_t' undeclared (first use in this function) /usr/src/share/syscons/scrnmaps/mkscrfil.c:42: (Each undeclared identifier is reported only once /usr/src/share/syscons/scrnmaps/mkscrfil.c:42: for each function it appears in.) *** Error code 1 Stop in /usr/src/share/syscons/scrnmaps. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message