From owner-freebsd-stable Sat Jan 31 19:06:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01294 for stable-outgoing; Sat, 31 Jan 1998 19:06:41 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA01287 for ; Sat, 31 Jan 1998 19:06:36 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xypjg-0003xS-00; Sat, 31 Jan 1998 20:06:20 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id UAA12042 for ; Sat, 31 Jan 1998 20:06:10 -0700 (MST) Message-Id: <199802010306.UAA12042@harmony.village.org> To: stable@freebsd.org Subject: make buildworld? Date: Sat, 31 Jan 1998 20:06:10 -0700 From: Warner Losh Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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