Date: Mon, 17 Jun 2002 12:18:50 -0700 From: "Kevin Oberman" <oberman@es.net> To: stable@freebsd.org Subject: make kernel broken in stable Message-ID: <20020617191850.269505D04@ptavv.es.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617191850.269505D04>