From owner-freebsd-questions@FreeBSD.ORG Wed Jun 2 17:53:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED8516A4DA for ; Wed, 2 Jun 2004 17:53:40 -0700 (PDT) Received: from richard.syix.com (richard.syix.com [205.171.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514EE43D48 for ; Wed, 2 Jun 2004 17:53:38 -0700 (PDT) (envelope-from richard@syix.com) Received: from localhost (localhost.syix.com [127.0.0.1]) by richard.syix.com (Postfix) with ESMTP id 81B2A5C59 for ; Wed, 2 Jun 2004 17:53:26 -0700 (PDT) Received: from richard.syix.com ([127.0.0.1]) by localhost (richard.syix.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15614-05 for ; Wed, 2 Jun 2004 17:53:24 -0700 (PDT) Received: from leopard (leopard.syix.com [205.171.72.34]) by richard.syix.com (Postfix) with ESMTP id 3A2475C42 for ; Wed, 2 Jun 2004 17:53:24 -0700 (PDT) From: "Richard Marriner" To: Date: Wed, 2 Jun 2004 17:53:19 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRJBSljQmnpaGxkRe2Jrs2fKO8Hmg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-Id: <20040603005324.3A2475C42@richard.syix.com> X-Virus-Scanned: by amavisd-new at richard.syix.com Subject: Stop error while doing "make buildkernel" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2004 00:53:41 -0000 Dear List, I have googled this but no luck there. I am getting a stop error while building the kernel. We are upgrading from FreeBSD-10Beta to 10-stable. The system was built on another machine and nfs mounting into the current machine (both /usr/src and /usr/obj). At first I thought it might have been due to the kernel config file having the AIC7 device in the config, so I commented those out and tried again, but still getting same error. Any thoughts? Everything before this seemed to finish with no errors... And I have updated several other machines this same way. (with no error) --------BEGIN OUTPUT---------- cd /usr/obj/usr/src/sys/WEBHOST1; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DBOOTSTRAPPING -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/WEBHOST1 cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:44: sys/types.h: Input/output error /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:47: ctype.h: Input/output error /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:49: regex.h: Input/output error /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:52: string.h: Input/output error /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:53: sysexits.h: Input/output error /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:54: unistd.h: Input/output error In file included from /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:45: /usr/include/sys/mman.h:141: syntax error before `mode_t' /usr/include/sys/mman.h:144: syntax error before `size_t' /usr/include/sys/mman.h:147: syntax error before `size_t' /usr/include/sys/mman.h:149: syntax error before `size_t' /usr/include/sys/mman.h:150: syntax error before `size_t' /usr/include/sys/mman.h:151: syntax error before `size_t' /usr/include/sys/mman.h:152: syntax error before `size_t' /usr/include/sys/mman.h:154: syntax error before `size_t' /usr/include/sys/mman.h:155: syntax error before `size_t' /usr/include/sys/mman.h:156: syntax error before `size_t' In file included from /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:63: /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h:77: syntax error before `u_int' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h:93: syntax error before `u_int' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h:112: syntax error before `regex_t' In file included from /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:64: /usr/src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h:106: syntax error before `u_int' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:69: syntax error before `u_int' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `main': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:163: `EX_SOFTWARE' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:163: (Each undeclared identifier is reported only once /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:163: for each function it appears in.) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:173: `EX_CANTCREAT' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:234: `EX_OSERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:236: warning: assignment makes pointer from integer without a cast /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:277: `EX_DATAERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `usage': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:316: `EX_USAGE' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `back_patch': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:329: syntax error before `address' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:337: `EX_DATAERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:341: `address' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `output_code': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:389: `EX_DATAERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:431: structure has no member named `begin' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:432: structure has no member named `skip_instr' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:432: structure has no member named `skip_patch' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `emit_patch': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:503: `EX_OSERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:509: structure has no member named `begin' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:512: structure has no member named `begin' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:514: structure has no member named `skip_instr' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:515: structure has no member named `skip_patch' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `output_listing': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:540: `EX_DATAERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:556: `EX_OSERR' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:610: structure has no member named `srcline' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `check_patch': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:647: structure has no member named `begin' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:652: structure has no member named `skip_instr' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:653: structure has no member named `skip_patch' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `seq_alloc': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:730: `EX_SOFTWARE' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:733: structure has no member named `srcline' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `cs_alloc': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:744: `EX_SOFTWARE' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `scope_alloc': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:758: `EX_SOFTWARE' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c: In function `process_scope': /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:780: syntax error before `skip_patch_count' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:784: `skip_patch_count' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:785: `skip_instr_count' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:787: syntax error before `patch0_patch_skip' /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:789: `patch0_patch_skip' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c:829: `EX_SOFTWARE' undeclared (first use in this function) *** Error code 1 Stop in /usr/obj/usr/src/sys/WEBHOST1. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -----------STOP ERROR OUTPUT------------- Thoughts, comments, flames appreciated... Richard Dean Marriner II SYIX.COM - Internet Systems Specialist 530-755-1751x206 - richard at syix.com -------------------------------------- Volunteer Fireman - Sutter County Fire FAA Licensed Private Pilot