Date: Wed, 7 Jun 2006 10:03:12 +0900 From: =?Windows-1251?B?zODw6u7iIMTs6PLw6Okgwuvg5Ojs6PDu4uj3?= <markov@sigasis.ru> To: freebsd-stable@freebsd.org Subject: Error while 'make buildworld' in terminal.o Message-ID: <23213573.20060607100312@sigasis.ru>
next in thread | raw e-mail | index | archive | help
Good present! A was synchronise my source to RELENG_5_3 by cvsup. When I was starting build world (make buildworld), building process was broken with output: cc -O2 -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/window.c cc -O2 -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/legacy/usr/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o info dir.o display.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o -ltermcap /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a -legacy terminal.o(.text+0xa3): In function `terminal_goto_xy': : undefined reference to `tgoto' terminal.o(.text+0xac): In function `terminal_goto_xy': : undefined reference to `tputs' terminal.o(.text+0x142): In function `terminal_clear_to_eol': : undefined reference to `tputs' terminal.o(.text+0x176): In function `terminal_clear_screen': : undefined reference to `tputs' terminal.o(.text+0x1aa): In function `terminal_up_line': : undefined reference to `tputs' terminal.o(.text+0x1de): In function `terminal_down_line': : undefined reference to `tputs' terminal.o(.text+0x212): more undefined references to `tputs' follow terminal.o(.text+0x30f): In function `terminal_delete_lines': : undefined reference to `tgoto' terminal.o(.text+0x318): In function `terminal_delete_lines': : undefined reference to `tputs' terminal.o(.text+0x37a): In function `terminal_insert_lines': : undefined reference to `tputs' terminal.o(.text+0x3ab): In function `terminal_insert_lines': : undefined reference to `tgoto' terminal.o(.text+0x3b4): In function `terminal_insert_lines': : undefined reference to `tputs' terminal.o(.text+0x547): In function `terminal_get_screen_size': : undefined reference to `tgetnum' terminal.o(.text+0x593): In function `terminal_get_screen_size': : undefined reference to `tgetnum' terminal.o(.text+0x621): In function `terminal_initialize_terminal': : undefined reference to `tgetent' terminal.o(.text+0x63d): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x649): In function `terminal_initialize_terminal': : undefined reference to `BC' terminal.o(.text+0x659): In function `terminal_initialize_terminal': : undefined reference to `PC' terminal.o(.text+0x690): In function `terminal_initialize_terminal': : undefined reference to `ospeed' terminal.o(.text+0x6a1): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6b6): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6c8): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6da): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6ec): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6fe): more undefined references to `tgetstr' follow terminal.o(.text+0x85b): In function `terminal_initialize_terminal': : undefined reference to `tgetflag' terminal.o(.text+0x89f): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8b4): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8c6): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8d8): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8ea): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8fc): more undefined references to `tgetstr' follow terminal.o(.text+0xaaf): In function `terminal_initialize_terminal': : undefined reference to `ospeed' terminal.o(.text+0xad5): In function `terminal_initialize_terminal': : undefined reference to `tgetflag' terminal.o(.text+0xb02): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0xb17): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0xb32): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0xc96): In function `terminal_prep_terminal': : undefined reference to `tputs' terminal.o(.text+0xd3e): In function `terminal_prep_terminal': : undefined reference to `tputs' terminal.o(.text+0xdf6): In function `terminal_unprep_terminal': : undefined reference to `tputs' terminal.o(.text+0xe5c): In function `terminal_unprep_terminal': : undefined reference to `tputs' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error After that, I was re-synchronise /usr/src by cvsup whith tag 'src-all'. Gave command`s: # make cleandepends # make cleanworld But error was not dissapear. What can be wrong?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23213573.20060607100312>