Марков Дмитрий Владимирович
2006-Jun-06 18:29 UTC
Error while 'make buildworld' in terminal.o
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?
> When I was starting build world (make buildworld), building > process was broken with output:[snip]> # make cleandepends > # make cleanworldRemove the contents of /usr/obj completely and try again? -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy
Ìàðêîâ Äìèòðèé Âëàäèìèðîâè÷
2006-Jun-06 20:36 UTC
Error while 'make buildworld' in terminal.o
>> When I was starting build world (make buildworld), building >> process was broken with output:Joseph> [snip]>> # make cleandepends >> # make cleanworldJoseph> Remove the contents of /usr/obj completely and try again? Yes. I did it every time, before making.
On Wed, 2006-Jun-07 10:03:12 +0900, ?????? ??????? ???????????? wrote:>After that, I was re-synchronise /usr/src by cvsup whith tag 'src-all'. >Gave command`s: ># make cleandepends ># make cleanworldPossibly there's some buildworld output inside your /usr/src tree. Try deleting /usr/obj and then running "make clean". -- Peter Jeremy
?????? ??????? ???????????? <markov@sigasis.ru> writes:> A was synchronise my source to RELENG_5_3 by cvsup.That branch is no longer active. The release engineers are not necessarily paying attention to it.> 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'I do not seem to have the file at all on RELENG_6, so I have to guess. Where did you get your sources from before running cvsup? Is it possible that you have gotten some stale files in there? [See the cvsup FAQ.] You could remove the whole directory (or even all of /usr/src/contrib/texinfo) and cvsup again. That would get rid of stale files in that part of the tree.