>> >> Hello >> >> If you read on after the error message in my mail you will see that a buildworld cycle without the -j3 option works so I get no error message that way ;-) >Johan, >Sorry, missed that bit. >> At least at the amd64 host, the i386 is still building, it takes some time on a PIII ;-) >> >> So I have no idea where the error message kicks in. >> >> Is there a way to get the error message? >From memory: >If you have the build output in a log file, look for '**' at the start >of the line. If you look around where you find the '**' you should >hopefully find the error messages. >Regards, >Gary Ok i did the build again with the following option buildworld -j3 >> /var/log/buildlog Then i searched for ** and the following came up , i do not now how many line i need to capture! If you need more let me know! the parts with the double ** came up twice. --- curses.head --- sed </usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/curses.h.in >curses.head -e "/_at_BROKEN_LINKER_at_/s%%0%" -e "/_at_HAVE_VSSCANF_at_/s%%1%" -e "/_at_N CURSES_CH_T_at_/s%%chtype%" -e "/_at_NCURSES_CONST_at_/s%%const%" -e "/_at_NCURSES_EXT_COLORS_at_/s%%0%" -e "/_at_NCURSES_EXT_FUNCS_at_/s%%1%" -e "/_at_NCURSES_INLINE_at_/s%%inline %" -e "/_at_NCURSES_LIBUTF8_at_/s%%0%" -e "/_at_NCURSES_MAJOR_at_/s%%5%" -e "/_at_NCURSES_MBSTATE_T_at_/s%%0%" -e "/_at_NCURSES_MINOR_at_/s%%7%" -e "/_at_NCURSES_MOUSE_VERSION_at_/s% %1%" -e "/_at_NCURSES_OK_WCHAR_T_at_/s%%%" -e "/_at_NCURSES_OPAQUE_at_/s%%0%" -e "/_at_NCURSES_PATCH_at_/s%%20081102%" -e "/_at_NCURSES_SIZE_T_at_/s%%short%" -e "/_at_NCURSES_TPAR M_VARARGS_at_/s%%1%" -e "/_at_NCURSES_WCHAR_T_at_/s%%0%" -e "/_at_NCURSES_WCHAR_T_at_/s%%0%" -e "/_at_NCURSES_WINT_T_at_/s%%0%" -e "/_at_NEED_WCHAR_H_at_/s%%0%" -e "/_at_USE_CXX_BOOL _at_/s%%defined(__cplusplus)%" -e "s%_at_cf_cv_1UL_at_%1UL%g" -e "s%_at_cf_cv_builtin_bool_at_%1%g" -e "s%_at_cf_cv_enable_lp64_at_%0%g" -e "s%_at_cf_cv_enable_opaque_at_%NCURSES_O PAQUE%g" -e "s%_at_cf_cv_enable_reentrant_at_%0%g" -e "s%_at_cf_cv_header_stdbool_h_at_%1%g" -e "s%_at_cf_cv_type_of_bool_at_%unsigned char%g" -e "s%_at_cf_cv_typeof_chtype_at_% long%g" -e "s%_at_cf_cv_typeof_mmask_t_at_%long%g" -e "s/ _WCHAR_T/ __wchar_t/g" -e "s/ _WINT_T/ __wint_t/g" --- MKterm.h.awk --- sed </usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/MKterm.h.awk.in >MKterm.h.awk -e "/_at_BROKEN_LINKER_at_/s%%0%" -e "/_at_NCURSES_MAJOR_at_/s%%5%" - e "/_at_NCURSES_MINOR_at_/s%%7%" -e "/_at_NCURSES_CONST_at_/s%%const%" -e "/_at_NCURSES_TPARM_VARARGS_at_/s%%1%" -e "/_at_NCURSES_SBOOL_at_/s%%char%" -e "/_at_NCURSES_XNAMES_at_/s%%1% " -e "/_at_HAVE_TERMIOS_H_at_/s%%1%" -e "/_at_HAVE_TERMIO_H_at_/s%%0%" -e "/_at_HAVE_TCGETATTR_at_/s%%1%" -e "s%_at_cf_cv_enable_reentrant_at_%0%g" --- term.h --- awk -f MKterm.h.awk /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/Caps > term.h.new sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/edit_cfg.sh /usr/src/lib/ncurses/ncurses/ncurses_cfg.h term.h.new --- curses.h --- cat curses.head > curses.h.new AWK=awk _POSIX2_VERSION=199209 sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/MKkey_defs.sh /usr/src/lib/ncurses/ncurses/../../../contrib/ ncurses/include/Caps >> curses.h.new --- term.h --- ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 ** edit: HAVE_TERMIO_H 0 ** edit: BROKEN_LINKER 0 --- curses.head --- sed </usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/curses.h.in >curses.head -e "/_at_BROKEN_LINKER_at_/s%%0%" -e "/_at_HAVE_VSSCANF_at_/s%%1%" -e "/_at_ NCURSES_CH_T_at_/s%%cchar_t%" -e "/_at_NCURSES_CONST_at_/s%%const%" -e "/_at_NCURSES_EXT_COLORS_at_/s%%0%" -e "/_at_NCURSES_EXT_FUNCS_at_/s%%1%" -e "/_at_NCURSES_INLINE_at_/s%%inli ne%" -e "/_at_NCURSES_LIBUTF8_at_/s%%0%" -e "/_at_NCURSES_MAJOR_at_/s%%5%" -e "/_at_NCURSES_MBSTATE_T_at_/s%%0%" -e "/_at_NCURSES_MINOR_at_/s%%7%" -e "/_at_NCURSES_MOUSE_VERSION_at_/ s%%1%" -e "/_at_NCURSES_OK_WCHAR_T_at_/s%%1%" -e "/_at_NCURSES_OPAQUE_at_/s%%0%" -e "/_at_NCURSES_PATCH_at_/s%%20081102%" -e "/_at_NCURSES_SIZE_T_at_/s%%short%" -e "/_at_NCURSES_T PARM_VARARGS_at_/s%%1%" -e "/_at_NCURSES_WCHAR_T_at_/s%%0%" -e "/_at_NCURSES_WCHAR_T_at_/s%%0%" -e "/_at_NCURSES_WINT_T_at_/s%%0%" -e "/_at_NEED_WCHAR_H_at_/s%%1%" -e "/_at_USE_CXX_B OOL_at_/s%%defined(__cplusplus)%" -e "s%_at_cf_cv_1UL_at_%1UL%g" -e "s%_at_cf_cv_builtin_bool_at_%1%g" -e "s%_at_cf_cv_enable_lp64_at_%0%g" -e "s%_at_cf_cv_enable_opaque_at_%NCURSE S_OPAQUE%g" -e "s%_at_cf_cv_enable_reentrant_at_%0%g" -e "s%_at_cf_cv_header_stdbool_h_at_%1%g" -e "s%_at_cf_cv_type_of_bool_at_%unsigned char%g" -e "s%_at_cf_cv_typeof_chtyp e_at_%long%g" -e "s%_at_cf_cv_typeof_mmask_t_at_%long%g" -e "s/ _WCHAR_T/ __wchar_t/g" -e "s/ _WINT_T/ __wint_t/g" --- curses.h --- cat curses.head > curses.h.new AWK=awk _POSIX2_VERSION=199209 sh /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/MKkey_defs.sh /usr/src/lib/ncurses/ncursesw/../../../contri b/ncurses/include/Caps >> curses.h.new cat /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/curses.wide >> curses.h.new --- MKterm.h.awk --- sed </usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/MKterm.h.awk.in >MKterm.h.awk -e "/_at_BROKEN_LINKER_at_/s%%0%" -e "/_at_NCURSES_MAJOR_at_/s%%5%" -e "/_at_NCURSES_MINOR_at_/s%%7%" -e "/_at_NCURSES_CONST_at_/s%%const%" -e "/_at_NCURSES_TPARM_VARARGS_at_/s%%1%" -e "/_at_NCURSES_SBOOL_at_/s%%char%" -e "/_at_NCURSES_XNAMES_at_/s%%1 %" -e "/_at_HAVE_TERMIOS_H_at_/s%%1%" -e "/_at_HAVE_TERMIO_H_at_/s%%0%" -e "/_at_HAVE_TCGETATTR_at_/s%%1%" -e "s%_at_cf_cv_enable_reentrant_at_%0%g" --- term.h --- awk -f MKterm.h.awk /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/Caps > term.h.new sh /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/edit_cfg.sh /usr/src/lib/ncurses/ncursesw/../ncurses/ncurses_cfg.h term.h.new --- curses.h --- cat /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include/curses.tail >> curses.h.new mv -f curses.h.new curses.h --- term.h --- ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 ** edit: HAVE_TERMIO_H 0 ** edit: BROKEN_LINKER 0 regards, Johan HendriksReceived on Fri Jan 02 2009 - 12:17:00 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:39 UTC