build -j3 not working anymore on Current
Johan Hendriks
Johan at double-l.nl
Fri Jan 2 13:17:01 UTC 2009
>>
>> 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 "/@BROKEN_LINKER@/s%%0%" -e "/@HAVE_VSSCANF@/s%%1%" -e "/@N
CURSES_CH_T@/s%%chtype%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_EXT_COLORS@/s%%0%" -e "/@NCURSES_EXT_FUNCS@/s%%1%" -e "/@NCURSES_INLINE@/s%%inline
%" -e "/@NCURSES_LIBUTF8@/s%%0%" -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MBSTATE_T@/s%%0%" -e "/@NCURSES_MINOR@/s%%7%" -e "/@NCURSES_MOUSE_VERSION@/s%
%1%" -e "/@NCURSES_OK_WCHAR_T@/s%%%" -e "/@NCURSES_OPAQUE@/s%%0%" -e "/@NCURSES_PATCH@/s%%20081102%" -e "/@NCURSES_SIZE_T@/s%%short%" -e "/@NCURSES_TPAR
M_VARARGS@/s%%1%" -e "/@NCURSES_WCHAR_T@/s%%0%" -e "/@NCURSES_WCHAR_T@/s%%0%" -e "/@NCURSES_WINT_T@/s%%0%" -e "/@NEED_WCHAR_H@/s%%0%" -e "/@USE_CXX_BOOL
@/s%%defined(__cplusplus)%" -e "s%@cf_cv_1UL@%1UL%g" -e "s%@cf_cv_builtin_bool@%1%g" -e "s%@cf_cv_enable_lp64@%0%g" -e "s%@cf_cv_enable_opaque@%NCURSES_O
PAQUE%g" -e "s%@cf_cv_enable_reentrant@%0%g" -e "s%@cf_cv_header_stdbool_h@%1%g" -e "s%@cf_cv_type_of_bool@%unsigned char%g" -e "s%@cf_cv_typeof_chtype@%
long%g" -e "s%@cf_cv_typeof_mmask_t@%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 "/@BROKEN_LINKER@/s%%0%" -e "/@NCURSES_MAJOR@/s%%5%" -
e "/@NCURSES_MINOR@/s%%7%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_TPARM_VARARGS@/s%%1%" -e "/@NCURSES_SBOOL@/s%%char%" -e "/@NCURSES_XNAMES@/s%%1%
" -e "/@HAVE_TERMIOS_H@/s%%1%" -e "/@HAVE_TERMIO_H@/s%%0%" -e "/@HAVE_TCGETATTR@/s%%1%" -e "s%@cf_cv_enable_reentrant@%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 "/@BROKEN_LINKER@/s%%0%" -e "/@HAVE_VSSCANF@/s%%1%" -e "/@
NCURSES_CH_T@/s%%cchar_t%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_EXT_COLORS@/s%%0%" -e "/@NCURSES_EXT_FUNCS@/s%%1%" -e "/@NCURSES_INLINE@/s%%inli
ne%" -e "/@NCURSES_LIBUTF8@/s%%0%" -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MBSTATE_T@/s%%0%" -e "/@NCURSES_MINOR@/s%%7%" -e "/@NCURSES_MOUSE_VERSION@/
s%%1%" -e "/@NCURSES_OK_WCHAR_T@/s%%1%" -e "/@NCURSES_OPAQUE@/s%%0%" -e "/@NCURSES_PATCH@/s%%20081102%" -e "/@NCURSES_SIZE_T@/s%%short%" -e "/@NCURSES_T
PARM_VARARGS@/s%%1%" -e "/@NCURSES_WCHAR_T@/s%%0%" -e "/@NCURSES_WCHAR_T@/s%%0%" -e "/@NCURSES_WINT_T@/s%%0%" -e "/@NEED_WCHAR_H@/s%%1%" -e "/@USE_CXX_B
OOL@/s%%defined(__cplusplus)%" -e "s%@cf_cv_1UL@%1UL%g" -e "s%@cf_cv_builtin_bool@%1%g" -e "s%@cf_cv_enable_lp64@%0%g" -e "s%@cf_cv_enable_opaque@%NCURSE
S_OPAQUE%g" -e "s%@cf_cv_enable_reentrant@%0%g" -e "s%@cf_cv_header_stdbool_h@%1%g" -e "s%@cf_cv_type_of_bool@%unsigned char%g" -e "s%@cf_cv_typeof_chtyp
e@%long%g" -e "s%@cf_cv_typeof_mmask_t@%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 "/@BROKEN_LINKER@/s%%0%" -e "/@NCURSES_MAJOR@/s%%5%"
-e "/@NCURSES_MINOR@/s%%7%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_TPARM_VARARGS@/s%%1%" -e "/@NCURSES_SBOOL@/s%%char%" -e "/@NCURSES_XNAMES@/s%%1
%" -e "/@HAVE_TERMIOS_H@/s%%1%" -e "/@HAVE_TERMIO_H@/s%%0%" -e "/@HAVE_TCGETATTR@/s%%1%" -e "s%@cf_cv_enable_reentrant@%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 Hendriks
More information about the freebsd-current
mailing list