Date: Sat, 31 Jan 1998 20:06:10 -0700 From: Warner Losh <imp@village.org> To: stable@freebsd.org Subject: make buildworld? Message-ID: <199802010306.UAA12042@harmony.village.org>
next in thread | raw e-mail | index | archive | help
I get the following on make buildworld for a 2.2-stable checkout of a few hours ago. This is being built on a -current machine, but I've had that work many times before. Ideas? Note: it appears that libexec/atrun is the first thing built after a new compiler is installed. Warner ===> libexec/atrun cc -nostdinc -O -pipe -malign-loops=0 -malign-jumps=2 -malign-functions=2 -DATJOB_DIR=\"/var/at/jobs/\" -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' -DPERM_PATH=\"/var/at/\" -I/home/imp/FreeBSD/2.2/src/libexec/atrun/../../usr.bin/at -I/home/imp/FreeBSD/2.2/src/libexec/atrun -I/usr/obj/home/imp/FreeBSD/2.2/src/tmp/usr/include -c /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c: In function `main': /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:402: parse error before `<' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:405: parse error before `==' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:407: malformed floating constant /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:418: case label not within a switch statement /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:422: case label not within a switch statement /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:423: default label not within a switch statement /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c: At top level: /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:426: parse error before `}' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:444: initializer element is not constant /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:444: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:445: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:446: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:447: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:449: parse error before `while' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:461: `ctm' undeclared here (not in a function) /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:461: initializer element is not constant /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:461: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:463: parse error before `if' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:466: parse error before `->' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:467: redefinition of `batch_uid' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:446: `batch_uid' previously defined here /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:467: `buf' undeclared here (not in a function) /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:467: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:468: redefinition of `batch_gid' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:447: `batch_gid' previously defined here /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:468: `buf' undeclared here (not in a function) /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:468: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:469: parse error before `}' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:486: conflicting types for `closelog' /usr/obj/home/imp/FreeBSD/2.2/src/tmp/usr/include/syslog.h:187: previous declaration of `closelog' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:486: warning: data definition has no type or storage class /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:487: parse error before `0' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:487: conflicting types for `exit' /usr/obj/home/imp/FreeBSD/2.2/src/tmp/usr/include/stdlib.h:93: previous declaration of `exit' /home/imp/FreeBSD/2.2/src/libexec/atrun/atrun.c:487: warning: data definition has no type or storage class {standard input}: Assembler messages: {standard input}:873: Error: Local symbol L72 never defined. {standard input}:873: Fatal error:1 error, 0 warnings, no object file generated. *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802010306.UAA12042>