buildworld breakage on latest master

看板DFBSD_kernel作者時間14年前 (2011/05/20 14:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/3 (看更多)
I can't get on irc atm so I don't know if anyone is already working on this: ===> usr.bin/make ===> usr.bin/mandoc cc -O -pipe -DVERSION=\"1.11.1\" -std=gnu99 -Wsystem-headers -Werror -Wall -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer -arith -Wold-style-definition -Wno-uninitialized -o mandoc arch.o att.o chars.o compat.o eqn.o html.o lib.o main.o man.o man_hash.o man_html.o man_macro ..o man_term.o man_validate.o mandoc.o mdoc.o mdoc_argv.o mdoc_hash.o mdoc_html.o mdoc_macro.o mdoc_term.o mdoc_validate.o msec.o out.o read.o roff.o st.o tbl.o tbl_data.o tbl_html.o tbl_layout.o tbl_opts.o tbl_term.o term.o term_ascii.o term_ps.o tree.o vol.o term_ascii.o: In function `ascii_alloc': term_ascii.c:(.text+0xbc): multiple definition of `ascii_alloc' term.o:term.c:(.text+0x5c2): first defined here man.o: In function `man_node_append': man.c:(.text+0x47e): undefined reference to `man_action_post' man_macro.o: In function `in_line_eoln': man_macro.c:(.text+0xdd): undefined reference to `man_args' man_macro.c:(.text+0x1d7): undefined reference to `man_action_post' man_macro.c:(.text+0x20f): undefined reference to `man_action_post' man_macro.o: In function `man_unscope': man_macro.c:(.text+0x2c6): undefined reference to `man_action_post' man_macro.c:(.text+0x326): undefined reference to `man_action_post' man_macro.o: In function `blk_exp': man_macro.c:(.text+0x69f): undefined reference to `man_args' man_macro.o: In function `blk_imp': man_macro.c:(.text+0x8a8): undefined reference to `man_args' mdoc.o: In function `node_append': mdoc.c:(.text+0x2bb): undefined reference to `mdoc_action_pre' mdoc.c:(.text+0x392): undefined reference to `mdoc_action_post' mdoc_argv.o: In function `args': mdoc_argv.c:(.text+0x8d): undefined reference to `mdoc_iscdelim' mdoc_argv.c:(.text+0xa5): undefined reference to `mdoc_iscdelim' mdoc_macro.o: In function `rew_last': mdoc_macro.c:(.text+0x15e): undefined reference to `mdoc_action_post' mdoc_macro.c:(.text+0x1ab): undefined reference to `mdoc_action_post' mdoc_macro.o: In function `append_delims': mdoc_macro.c:(.text+0x769): undefined reference to `mdoc_isdelim' mdoc_macro.o: In function `blk_part_exp': mdoc_macro.c:(.text+0x897): undefined reference to `mdoc_isdelim' mdoc_macro.o: In function `blk_part_imp': mdoc_macro.c:(.text+0xc23): undefined reference to `mdoc_isdelim' mdoc_macro.o: In function `blk_full': mdoc_macro.c:(.text+0xf7a): undefined reference to `mdoc_isdelim' mdoc_macro.o: In function `in_line': mdoc_macro.c:(.text+0x1440): undefined reference to `mdoc_isdelim' mdoc_macro.o:mdoc_macro.c:(.text+0x15e8): more undefined references to `mdoc_isdelim' follow mdoc_validate.o: In function `post_sh': mdoc_validate.c:(.text+0x19a8): undefined reference to `mdoc_atosec' read.o: In function `mparse_buf_r': read.c:(.text+0xb8e): undefined reference to `man_addspan' read.c:(.text+0xba1): undefined reference to `mdoc_addspan' read.c:(.text+0xbf4): undefined reference to `mdoc_addeqn' read.c:(.text+0xc18): undefined reference to `man_addeqn' roff.o: In function `roff_userdef': roff.c:(.text+0x538): undefined reference to `mandoc_getarg' roff.o: In function `roff_parseln': roff.c:(.text+0x14a3): undefined reference to `mandoc_getcontrol' tbl_html.o: In function `print_tbl': tbl_html.c:(.text+0x90): undefined reference to `tblcalc' tbl_term.o: In function `term_tbl_strlen': tbl_term.c:(.text+0x14): undefined reference to `term_strlen' tbl_term.o: In function `tbl_char': tbl_term.c:(.text+0x3e): undefined reference to `term_strlen' tbl_term.o: In function `term_tbl_len': tbl_term.c:(.text+0x173): undefined reference to `term_len' tbl_term.o: In function `term_tbl': tbl_term.c:(.text+0x1d3): undefined reference to `tblcalc' tbl_term.c:(.text+0x431): undefined reference to `term_len' tbl_term.c:(.text+0x461): undefined reference to `term_strlen' tbl_term.c:(.text+0x486): undefined reference to `term_strlen' tbl_term.c:(.text+0x4ba): undefined reference to `term_strlen' tbl_term.c:(.text+0x4dc): undefined reference to `term_strlen' tbl_term.c:(.text+0x55c): undefined reference to `term_strlen' tbl_term.o:tbl_term.c:(.text+0x57c): more undefined references to `term_strlen' follow tbl_term.o: In function `term_tbl': tbl_term.c:(.text+0x60b): undefined reference to `term_len' tbl_term.c:(.text+0x61e): undefined reference to `term_len' term_ascii.o: In function `ascii_free': term_ascii.c:(.text+0xb6): undefined reference to `term_free' term_ascii.o: In function `ascii_alloc': term_ascii.c:(.text+0xcd): undefined reference to `term_alloc' term_ps.o: In function `pspdf_free': term_ps.c:(.text+0x243): undefined reference to `term_free' term_ps.o: In function `pspdf_alloc': term_ps.c:(.text+0x261): undefined reference to `term_alloc' *** Error code 1 Stop in /home/lentferj/repo/src/usr.bin/mandoc. *** Error code 1 Stop in /home/lentferj/repo/src/usr.bin. *** Error code 1 Stop in /home/lentferj/repo/src. *** Error code 1 Stop in /home/lentferj/repo/src. *** Error code 1 Stop in /home/lentferj/repo/src.
文章代碼(AID): #1DrWEYdg (DFBSD_kernel)
文章代碼(AID): #1DrWEYdg (DFBSD_kernel)