From owner-freebsd-stable Mon Jun 17 12:19: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by hub.freebsd.org (Postfix) with ESMTP id ECF8037B436 for ; Mon, 17 Jun 2002 12:19:02 -0700 (PDT) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id GQF37091 for ; Mon, 17 Jun 2002 12:18:50 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 269505D04 for ; Mon, 17 Jun 2002 12:18:50 -0700 (PDT) To: stable@freebsd.org Subject: make kernel broken in stable Date: Mon, 17 Jun 2002 12:18:50 -0700 From: "Kevin Oberman" Message-Id: <20020617191850.269505D04@ptavv.es.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am unable to do a make buildkernel on stable as of 20:00 UTC. I have re-cvsuped to make sure I did not get a partial update, but got no changes. If I 'cd /sys/i386/conf' and build the kernel the "old" way, it builds fine, so this would appear to be a problem with the Makefile, Makefile.inc1, or some tool or lib and not the source it's trying to compile. It fails on the first compile it tries after making clean. Looks suspiciously like it might not be making dependencies. cd /usr/obj/usr/src/sys/PAK; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/PAK cc -O -pipe -march=pentiumpro -I/usr/include -I. -c aicasm_gram.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `initialize_symbol': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1371: structure has no member named `modes' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1372: structure has no member named `modes' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1374: structure has no member named `modes' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1428: `MACRO' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1428: (Each undeclared identifier is reported only once /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1428: for each function it appears in.) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1429: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1430: sizeof applied to an incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1431: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1435: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1436: sizeof applied to an incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1437: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1437: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1437: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `add_macro_arg': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1455: `MACRO' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1461: dereferencing pointer to incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1466: dereferencing pointer to incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1475: dereferencing pointer to incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1480: dereferencing pointer to incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1480: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1480: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1480: dereferencing pointer to incomplete type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `add_macro_body': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1486: `MACRO' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1491: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1492: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `format_1_instr': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1563: `dst_mode' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1563: `src_mode' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `test_readable_symbol': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1700: structure has no member named `modes' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1700: `src_mode' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `test_writable_symbol': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1718: structure has no member named `modes' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:1718: `dst_mode' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y: In function `yyparse': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:376: structure has no member named `modes' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:673: `MACRO' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:686: union has no member named `macroinfo' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:895: `src_mode' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:902: `dst_mode' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y:951: structure has no member named `exported' *** Error code 1 Stop in /usr/obj/usr/src/sys/PAK. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message