Date: Sun, 13 Oct 2002 19:15:35 +0000 (GMT) From: Daniel Flickinger <attila@hun.org> Cc: Kris Kennaway <kris@obsecurity.org> Subject: [AGAIN] ./usr.sbin/sysinstall/makedevs.c problem Message-ID: <20021013191535.ND7D66190@hun.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021013191535.ND7D66190>