From owner-freebsd-current Sun Oct 13 12:15:43 2002 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 193CD37B401 for ; Sun, 13 Oct 2002 12:15:42 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1348F43EA9 for ; Sun, 13 Oct 2002 12:15:41 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 330E557A81; Sun, 13 Oct 2002 19:15:35 +0000 (GMT) Date: Sun, 13 Oct 2002 19:15:35 +0000 (GMT) Message-Id: <20021013191535.ND7D66190@hun.org> From: Daniel Flickinger X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-Address: 31 N 700 E, St George UT 84770-3028 X-Squawk: (435) 680-0750 X-No-Archive: yes Cc: Kris Kennaway Subject: [AGAIN] ./usr.sbin/sysinstall/makedevs.c problem Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="text" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 Consistency may be the hobgoblin of little minds, but ./usr.sbin/sysinstall/makedevs.c has problems --again. The "syntax error before ',' token" error existed in my daily builds of 07-10 Oct. The 11 Oct build was from a fresh source tree and compiled correctly. This morning's (13 Oct 1200 GMT) cvsup update brings: ===> usr.sbin/sysinstall /usr/src/usr.sbin/sysinstall/menus.c:1370: warning: initialization makes integer makedevs.c:4: syntax error before ',' token *** Error code 1 `all' not remade because of errors. 'makedevs.c' is a generated file, so I went to ./usr.sbin/sysinstall make cleandir cleandepend cleandir obj all which resulted in 3 more syntax errors: /usr/bin/gcc -O -pipe -I/usr/src/usr.sbin/sysinstall/../../gnu/lib/libdialog -I. -DX_AS_PKG -DUSE_GZIP=1 -c makedevs.c makedevs.c:48: syntax error before ',' token makedevs.c:54: syntax error before ',' token makedevs.c:57: syntax error before ',' token makedevs.c:60: syntax error before ',' token *** Error code 1 So I went to ./gnu/lib/libdialog: make cleandir cleandepend cleandir obj all returned to ./usr.sbin/sysinstall: make cleandir cleandepend cleandir obj all which resulted in yet another syntax error: /usr/bin/gcc -O -pipe -I/usr/src/usr.sbin/sysinstall/../../gnu/lib/libdialog -I -DX_AS_PKG -DUSE_GZIP=1 -c makedevs.c makedevs.c:7: syntax error before ',' token makedevs.c:48: syntax error before ',' token makedevs.c:51: syntax error before ',' token makedevs.c:54: syntax error before ',' token makedevs.c:57: syntax error before ',' token makedevs.c:60: syntax error before ',' token *** Error code 1 -- Sanity is the Playground for the Unimaginative To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message