Date: Wed, 17 Jan 2001 12:50:53 -0500 From: Steve McNelly <stevemcn@snics.com> To: freebsd-questions@FreeBSD.ORG Subject: Buildworld Fails Message-ID: <200101171750.MAA97129@snics.com>
next in thread | raw e-mail | index | archive | help
I'm Trying To Upgrade 3.4-RELEASE To 3.X-STABLE. I used *default tag=RELENG_3 In My cvsupfile. Buildworld Always Fails At This Point. Checked The Updating File, Nothing There. I Have Checked The Mail Archives And Found Nothing. Can Anyone Point Me In The Right Direction? /usr/obj/usr/dest/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/dest/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj rm -f .depend /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GPATH /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GRTAGS /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GSYMS /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GTAGS rm -f .depend /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GPATH /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GRTAGS /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GSYMS /usr/obj/usr/dest/usr/src/usr.bin/compile_et/GTAGS yacc -d -o parse.c /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/parse.y cc -O -pipe -I. -I/usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err -I/usr/obj/usr/dest/usr/src/tmp/usr/include -c /usr/dest/usr/src/usr.bin/compile_et/compile_et.c cc -O -pipe -I. -I/usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err -I/usr/obj/usr/dest/usr/src/tmp/usr/include -c parse.c lex -t /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/lex.l > lex.c cc -O -pipe -I. -I/usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err -I/usr/obj/usr/dest/usr/src/tmp/usr/include -c lex.c cc -O -pipe -I. -I/usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err -I/usr/obj/usr/dest/usr/src/tmp/usr/include -c /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/getarg.c /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/getarg.c: In function `add_string': /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/getarg.c:178: warning: assignment makes pointer from integer without a cast /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/getarg.c: In function `arg_match_long': /usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err/getarg.c:197: warning: assignment makes pointer from integer without a cast cc -O -pipe -I. -I/usr/dest/usr/src/usr.bin/compile_et/../../contrib/com_err -I/usr/obj/usr/dest/usr/src/tmp/usr/include -static -o compile_et compile_et.o parse.o lex.o getarg.o parse.o: In function `yyerror': parse.o(.text+0x78): multiple definition of `yyerror' compile_et.o(.text+0x600): first defined here /usr/libexec/elf/ld: Warning: size of symbol `yyerror' changed from 47 to 18 in parse.o compile_et.o: In function `main': compile_et.o(.text+0x4c2): undefined reference to `current' compile_et.o(.text+0x4c8): undefined reference to `table_number' compile_et.o(.text+0x58e): undefined reference to `table_number' compile_et.o: In function `yyerror': compile_et.o(.text+0x612): undefined reference to `current_token' compile_et.o(.text+0x618): undefined reference to `yylineno' parse.o: In function `yyparse': parse.o(.text+0x3f4): undefined reference to `id_str' parse.o(.text+0x40d): undefined reference to `base' parse.o(.text+0x41e): undefined reference to `name' parse.o(.text+0x429): undefined reference to `name' parse.o(.text+0x452): undefined reference to `base' parse.o(.text+0x463): undefined reference to `name' parse.o(.text+0x46e): undefined reference to `name' parse.o(.text+0x49c): undefined reference to `number' parse.o(.text+0x4c3): undefined reference to `prefix' parse.o(.text+0x4d0): undefined reference to `prefix' parse.o(.text+0x4e8): undefined reference to `prefix' parse.o(.text+0x50c): undefined reference to `prefix' parse.o(.text+0x516): undefined reference to `prefix' parse.o(.text+0x539): undefined reference to `number' parse.o(.text+0x544): undefined reference to `prefix' parse.o(.text+0x54d): undefined reference to `prefix' parse.o(.text+0x582): undefined reference to `codes' parse.o(.text+0x5af): undefined reference to `codes' parse.o(.text+0x5b7): undefined reference to `codes' parse.o(.text+0x5c1): undefined reference to `codes' parse.o(.text+0x5cd): undefined reference to `number' lex.o: In function `error_message': lex.o(.text+0xdc0): undefined reference to `numerror' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Steve McNelly stevemcn@snics.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101171750.MAA97129>