=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for cint-5.15.174nb2 cd /usr/pkgsrc/work/lang/cint/work; case NetBSD in NetBSD) /bin/sh ./setup platform/netbsd ;; SunOS) /bin/sh ./setup platform/solaris_gcc ;; *) echo 'not yet ported to NetBSD'; exit 1 ;; esac ####################################################################### # setup # C/C++ interpreter installation # Copyright(c) : 1995~2004 Masaharu Goto (cint@pcroot.cern.ch) ####################################################################### rm -f main/*.o cint done core include/mkincld include/stdio.h makecint include/iosenum.h ; (cd src; make clean) || exit 1 ; (cd readline; make clean) || exit 1 rm -f gcc3strm.o stdstrct.o Api.o Class.o BaseCls.o Type.o DataMbr.o Method.o MethodAr.o CallFunc.o Typedf.o Apiif.o Token.o bc_autoobj.o bc_cfunc.o bc_inst.o bc_parse.o bc_reader.o bc_type.o bc_exec.o bc_vtbl.o bc_eh.o bc_debug.o bc_assign.o auxu.o cast.o debug.o decl.o disp.o dump.o end.o error.o expr.o fread.o func.o gcoll.o global1.o global2.o g__cfunc.o ifunc.o inherit.o init.o input.o intrpt.o loadfile.o macro.o malloc.o memtest.o new.o newlink.o oldlink.o opr.o parse.o pause.o pcode.o pragma.o quote.o scrupto.o shl.o sizeof.o struct.o stub.o tmplt.o typedef.o val2a.o value.o var.o /Users/gotom/src/cint/src/G__ci.a core rm -f readline.o vi_mode.o history.o funmap.o keymaps.o xmalloc.o tilde.o alloca.o *.a core (cd doc; make clean) rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs *.fns *.kys *.tps *.vrs *.o core texindex # Get platform information file ####################################### platform/netbsd will be used as MAKEINFO Makefile.base will be used as Base of Makefile Continue after 5 sec # Copying Makefiles ################################################### # make clean ########################################################### rm -f main/*.o cint done core include/mkincld include/stdio.h makecint include/iosenum.h ; (cd src; make clean) ; (cd readline; make clean) rm -f gcc3strm.o stdstrct.o Api.o Class.o BaseCls.o Type.o DataMbr.o Method.o MethodAr.o CallFunc.o Typedf.o Apiif.o Token.o bc_autoobj.o bc_cfunc.o bc_inst.o bc_parse.o bc_reader.o bc_type.o bc_exec.o bc_vtbl.o bc_eh.o bc_debug.o bc_assign.o auxu.o cast.o debug.o decl.o disp.o dump.o end.o error.o expr.o fread.o func.o gcoll.o global1.o global2.o g__cfunc.o ifunc.o inherit.o init.o input.o intrpt.o loadfile.o macro.o malloc.o memtest.o new.o newlink.o oldlink.o opr.o parse.o pause.o pcode.o pragma.o quote.o scrupto.o shl.o sizeof.o struct.o stub.o tmplt.o typedef.o val2a.o value.o var.o /usr/pkgsrc/work/lang/cint/work/src/G__ci.a core rm -f readline.o vi_mode.o history.o funmap.o keymaps.o xmalloc.o tilde.o alloca.o *.a core (cd doc; make clean) rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs *.fns *.kys *.tps *.vrs *.o core texindex # make ################################################################# (cd readline ; make) cc -c -O -DUSGr3 -I. -I../ -DVI_MODE readline.c readline.c:217:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static update_line (); ~~~~~~ ^ readline.c:219:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static delete_chars (); ~~~~~~ ^ readline.c:220:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static insert_some_chars (); ~~~~~~ ^ readline.c:375:3: warning: implicit declaration of function 'rl_initialize' is invalid in C99 [-Wimplicit-function-declaration] rl_initialize (); ^ readline.c:379:3: warning: implicit declaration of function 'rl_set_signals' is invalid in C99 [-Wimplicit-function-declaration] rl_set_signals (); ^ readline.c:386:3: warning: implicit declaration of function 'rl_clear_signals' is invalid in C99 [-Wimplicit-function-declaration] rl_clear_signals (); ^ readline.c:419:7: warning: implicit declaration of function 'rl_on_new_line' is invalid in C99 [-Wimplicit-function-declaration] rl_on_new_line (); ^ readline.c:420:7: warning: implicit declaration of function 'rl_redisplay' is invalid in C99 [-Wimplicit-function-declaration] rl_redisplay (); ^ readline.c:438:4: warning: implicit declaration of function 'rl_init_argument' is invalid in C99 [-Wimplicit-function-declaration] rl_init_argument (); ^ readline.c:442:11: warning: implicit declaration of function 'rl_read_key' is invalid in C99 [-Wimplicit-function-declaration] c = rl_read_key (); ^ readline.c:457:7: warning: implicit declaration of function 'rl_dispatch' is invalid in C99 [-Wimplicit-function-declaration] rl_dispatch (c, keymap); ^ readline.c:472:2: warning: implicit declaration of function 'rl_vi_check' is invalid in C99 [-Wimplicit-function-declaration] rl_vi_check (); ^ readline.c:490:2: warning: implicit declaration of function 'free_history_entry' is invalid in C99 [-Wimplicit-function-declaration] free_history_entry (entry); ^ readline.c:500:5: warning: implicit declaration of function 'free_undo_list' is invalid in C99 [-Wimplicit-function-declaration] free_undo_list (); ^ readline.c:532:7: warning: implicit declaration of function 'rl_reset_terminal' is invalid in C99 [-Wimplicit-function-declaration] rl_reset_terminal (term); ^ readline.c:575:7: warning: implicit declaration of function 'rl_clear_message' is invalid in C99 [-Wimplicit-function-declaration] rl_clear_message (); ^ readline.c:584:7: warning: implicit declaration of function 'rl_clean_up_for_exit' is invalid in C99 [-Wimplicit-function-declaration] rl_clean_up_for_exit (); ^ readline.c:589:13: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] kill (getpid (), sig); ^ readline.c:613:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_set_signals () ^~~~~~~~~~~~~~ readline.c:615:43: warning: incompatible pointer types passing 'int ()' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] old_int = (SigHandler *)signal (SIGINT, rl_signal_handler); ^~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:619:45: warning: incompatible pointer types passing 'int ()' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] old_alrm = (SigHandler *)signal (SIGALRM, rl_signal_handler); ^~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:624:45: warning: incompatible pointer types passing 'int ()' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] old_tstp = (SigHandler *)signal (SIGTSTP, rl_signal_handler); ^~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:629:45: warning: incompatible pointer types passing 'int ()' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] old_ttou = (SigHandler *)signal (SIGTTOU, rl_signal_handler); ^~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:630:45: warning: incompatible pointer types passing 'int ()' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] old_ttin = (SigHandler *)signal (SIGTTIN, rl_signal_handler); ^~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:640:50: warning: incompatible pointer types passing 'int ()' to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] old_sigwinch = (SigHandler *)signal (SIGWINCH, rl_handle_sigwinch); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:642:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ readline.c:644:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_clear_signals () ^~~~~~~~~~~~~~~~ readline.c:646:19: warning: incompatible pointer types passing 'SigHandler *' (aka 'int (*)()') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal (SIGINT, old_int); ^~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:647:20: warning: incompatible pointer types passing 'SigHandler *' (aka 'int (*)()') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal (SIGALRM, old_alrm); ^~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:650:20: warning: incompatible pointer types passing 'SigHandler *' (aka 'int (*)()') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal (SIGTSTP, old_tstp); ^~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:654:20: warning: incompatible pointer types passing 'SigHandler *' (aka 'int (*)()') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal (SIGTTOU, old_ttou); ^~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:655:20: warning: incompatible pointer types passing 'SigHandler *' (aka 'int (*)()') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal (SIGTTIN, old_ttin); ^~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:659:25: warning: incompatible pointer types passing 'SigHandler *' (aka 'int (*)()') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal (SIGWINCH, old_sigwinch); ^~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ readline.c:661:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ readline.c:687:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_stuff_char (key) ^~~~~~~~~~~~~ readline.c:698:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ readline.c:749:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_gather_tyi () ^~~~~~~~~~~~~ readline.c:767:21: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] chars_avail = read (tty, &input, 1); ^ readline.c:771:2: error: non-void function 'rl_gather_tyi' should return a value [-Wreturn-type] return; ^ readline.c:777:5: error: non-void function 'rl_gather_tyi' should return a value [-Wreturn-type] return; ^ readline.c:794:17: warning: implicit declaration of function 'rl_getc' is invalid in C99 [-Wimplicit-function-declaration] rl_stuff_char (rl_getc (in_stream)); ^ readline.c:820:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (c = next_macro_key ()) ~~^~~~~~~~~~~~~~~~~~~ readline.c:820:13: note: place parentheses around the assignment to silence this warning if (c = next_macro_key ()) ^ ( ) readline.c:820:13: note: use '==' to turn this assignment into an equality comparison if (c = next_macro_key ()) ^ == readline.c:848:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_dispatch (key, map) ^~~~~~~~~~~ readline.c:866:7: error: non-void function 'rl_dispatch' should return a value [-Wreturn-type] return; ^ readline.c:881:3: error: non-void function 'rl_dispatch' should return a value [-Wreturn-type] return; ^ readline.c:895:6: error: non-void function 'rl_dispatch' should return a value [-Wreturn-type] return; ^ readline.c:912:4: error: non-void function 'rl_dispatch' should return a value [-Wreturn-type] return; ^ readline.c:923:4: error: non-void function 'rl_dispatch' should return a value [-Wreturn-type] return; ^ readline.c:1057:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_start_kbd_macro (ignore1, ignore2) ^~~~~~~~~~~~~~~~~~ readline.c:1077:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_end_kbd_macro (count, ignore) ^~~~~~~~~~~~~~~~ readline.c:1093:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_call_last_kbd_macro (count, ignore) ^~~~~~~~~~~~~~~~~~~~~~ readline.c:1111:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_initialize () ^~~~~~~~~~~~~ readline.c:1119:7: warning: implicit declaration of function 'readline_initialize_everything' is invalid in C99 [-Wimplicit-function-declaration] readline_initialize_everything (); ^ readline.c:1132:3: warning: implicit declaration of function 'start_using_history' is invalid in C99 [-Wimplicit-function-declaration] start_using_history (); ^ readline.c:1153:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] readline_initialize_everything () ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readline.c:1164:3: warning: implicit declaration of function 'init_terminal_io' is invalid in C99 [-Wimplicit-function-declaration] init_terminal_io ((char *)NULL); ^ readline.c:1167:3: warning: implicit declaration of function 'readline_default_bindings' is invalid in C99 [-Wimplicit-function-declaration] readline_default_bindings (); ^ readline.c:1170:3: warning: implicit declaration of function 'rl_initialize_funmap' is invalid in C99 [-Wimplicit-function-declaration] rl_initialize_funmap (); ^ readline.c:1173:3: warning: implicit declaration of function 'rl_read_init_file' is invalid in C99 [-Wimplicit-function-declaration] rl_read_init_file ((char *)NULL); ^ readline.c:1189:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] readline_default_bindings () ^~~~~~~~~~~~~~~~~~~~~~~~~ readline.c:1294:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_digit_argument (ignore, key) ^~~~~~~~~~~~~~~~~ readline.c:1298:3: warning: implicit declaration of function 'rl_digit_loop' is invalid in C99 [-Wimplicit-function-declaration] rl_digit_loop (); ^ readline.c:1302:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_discard_argument () ^~~~~~~~~~~~~~~~~~~ readline.c:1310:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_init_argument () ^~~~~~~~~~~~~~~~ readline.c:1319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_universal_argument () ^~~~~~~~~~~~~~~~~~~~~ readline.c:1325:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_digit_loop () ^~~~~~~~~~~~~ readline.c:1330:7: warning: implicit declaration of function 'rl_message' is invalid in C99 [-Wimplicit-function-declaration] rl_message ("(arg: %d) ", rl_arg_sign * rl_numeric_arg); ^ readline.c:1340:11: warning: implicit declaration of function 'numeric' is invalid in C99 [-Wimplicit-function-declaration] if (numeric (c)) ^ readline.c:1359:8: error: non-void function 'rl_digit_loop' should return a value [-Wreturn-type] return; ^ readline.c:1455:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_redisplay () ^~~~~~~~~~~~ readline.c:1466:5: error: non-void function 'rl_redisplay' should return a value [-Wreturn-type] return; ^ readline.c:1606:5: warning: implicit declaration of function 'move_vert' is invalid in C99 [-Wimplicit-function-declaration] move_vert (linenum); ^ readline.c:1608:5: warning: implicit declaration of function 'clear_to_eol' is invalid in C99 [-Wimplicit-function-declaration] clear_to_eol ((linenum == vis_botlin)? ^ readline.c:1683:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] update_line (old, new, current_line) ^ readline.c:1702:5: error: non-void function 'update_line' should return a value [-Wreturn-type] return; ^ readline.c:1803:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_on_new_line () ^~~~~~~~~~~~~~ readline.c:1813:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_forced_update_display () ^~~~~~~~~~~~~~~~~~~~~~~~ readline.c:1840:7: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration] tputs (term_cr, 1, output_character_function); ^ readline.c:1872:5: warning: implicit declaration of function 'backspace' is invalid in C99 [-Wimplicit-function-declaration] backspace (last_c_pos - new); ^ readline.c:1877:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] move_vert (to) ^~~~~~~~~ readline.c:1883:25: error: non-void function 'move_vert' should return a value [-Wreturn-type] if (last_v_pos == to) return; ^ readline.c:1886:5: error: non-void function 'move_vert' should return a value [-Wreturn-type] return; ^ readline.c:1906:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_show_char (c) ^~~~~~~~~~~~ readline.c:1961:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_message (string, arg1, arg2) ^~~~~~~~~~ readline.c:1970:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_clear_message () ^~~~~~~~~~~~~~~~ readline.c:2017:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_reset_terminal (terminal_name) ^~~~~~~~~~~~~~~~~ readline.c:2023:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] init_terminal_io (terminal_name) ^~~~~~~~~~~~~~~~ readline.c:2048:7: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration] if (tgetent (term_buffer, term) <= 0) ^ readline.c:2060:7: error: non-void function 'init_terminal_io' should return a value [-Wreturn-type] return; ^ readline.c:2087:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] if (ioctl (tty, TIOCGWINSZ, &window_size) == 0) ^ readline.c:2103:16: warning: implicit declaration of function 'tgetnum' is invalid in C99 [-Wimplicit-function-declaration] screenwidth = tgetnum ("co"); ^ readline.c:2164:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] delete_chars (count) ^ readline.c:2168:5: error: non-void function 'delete_chars' should return a value [-Wreturn-type] return; ^ readline.c:2186:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] insert_some_chars (string, count) ^ readline.c:2225:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] backspace (count) ^~~~~~~~~ readline.c:2239:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] crlf () ^~~~ readline.c:2249:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] clear_to_eol (count) ^~~~~~~~~~~~ readline.c:2667:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_abort () ^~~~~~~~ readline.c:2734:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_insert_text (string) ^~~~~~~~~~~~~~ readline.c:2758:2: warning: implicit declaration of function 'rl_add_undo' is invalid in C99 [-Wimplicit-function-declaration] rl_add_undo (UNDO_INSERT, rl_point, rl_point + l, (char *)NULL); ^ readline.c:2767:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_delete_text (from, to) ^~~~~~~~~~~~~~ readline.c:2829:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_forward (count) ^~~~~~~~~~ readline.c:2844:6: error: non-void function 'rl_forward' should return a value [-Wreturn-type] return; ^ readline.c:2853:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_backward (count) ^~~~~~~~~~~ readline.c:2864:6: error: non-void function 'rl_backward' should return a value [-Wreturn-type] return; ^ readline.c:2873:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_beg_of_line () ^~~~~~~~~~~~~~ readline.c:2879:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_end_of_line () ^~~~~~~~~~~~~~ readline.c:2885:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_forward_word (count) ^~~~~~~~~~~~~~~ readline.c:2893:7: error: non-void function 'rl_forward_word' should return a value [-Wreturn-type] return; ^ readline.c:2899:2: error: non-void function 'rl_forward_word' should return a value [-Wreturn-type] return; ^ readline.c:2912:31: error: non-void function 'rl_forward_word' should return a value [-Wreturn-type] if (rl_point == rl_end) return; ^ readline.c:2923:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rl_backward_word (count) ^~~~~~~~~~~~~~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] 93 warnings and 20 errors generated. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/lang/cint/work/readline *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/lang/cint/work # Building optional component. Not guaranteed ######################### # Failing following build is not fatal for cint ####################### makecint: not found make: cannot open Makefile. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/posix rm: G__*: No such file or directory rm: Makefile: No such file or directory rm: *.o: No such file or directory makecint: not found make: cannot open Makefile. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/longlong rm: G__*: No such file or directory rm: Makefile: No such file or directory gcc -DG__REGEXP -DG__SHAREDLIB -DG__OSFDLL -DG__NEWSTDHEADER -o mksockh mksockh.c rm: mksockh.exe: No such file or directory makecint: not found gcc -DG__REGEXP -DG__SHAREDLIB -DG__OSFDLL -DG__NEWSTDHEADER -o mksockh mksockh.c rm: G__*: No such file or directory rm: *.o: No such file or directory makecint: not found make: cannot open Makefile. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/ipc makecint: not found make: cannot open Makefile. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/ipc rm: G__*: No such file or directory rm: Makefile: No such file or directory makecint: not found make: don't know how to make /Users/gotom/src/cint/cint. Stop make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/pthread mv: rename pthread.dll to ../../include/pthread.dll: No such file or directory rm -f pthread.dll core G__cpp_pthread.o G__cpp_pthread.C G__cpp_pthread.h makecint: not found rm -f xlib.dll core G__c_xlib.o G__c_xlib.c G__c_xlib.h make: don't know how to make /Users/gotom/src/cint/cint. Stop make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/xlib mv: rename xlib.dll to /usr/pkgsrc/work/lang/cint/work/include/X11/xlib.dll: No such file or directory rm -f xlib.dll core G__c_xlib.o G__c_xlib.c G__c_xlib.h makecint: not found make: don't know how to make clean. Stop make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/gl make: no target to make. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/gl mv: rename gl.dll to /usr/pkgsrc/work/lang/cint/work/include/GL/gl.dll: No such file or directory make: don't know how to make clean. Stop make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/gl rm: Makefile: No such file or directory rm: ../../include/stdfunc.dll: No such file or directory makecint: not found make: cannot open Makestdfunc. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/stdstrct mv: rename stdfunc.dll to ../../include/stdfunc.dll: No such file or directory make: cannot open Makestdfunc. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/stdstrct rm: Makestdfunc: No such file or directory rm: ../../include/stdcxxfunc.dll: No such file or directory makecint: not found make: cannot open Makestdcxxfunc. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/stdstrct mv: rename stdcxxfunc.dll to ../../include/stdcxxfunc.dll: No such file or directory make: cannot open Makestdcxxfunc. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/stdstrct rm: Makestdcxxfunc: No such file or directory rm: ../../stl/string.dll: No such file or directory rm: ../../stl/vector.dll: No such file or directory rm: ../../stl/vectorbool.dll: No such file or directory rm: ../../stl/list.dll: No such file or directory rm: ../../stl/deque.dll: No such file or directory rm: ../../stl/pair.dll: No such file or directory rm: ../../stl/map.dll: No such file or directory rm: ../../stl/map2.dll: No such file or directory rm: ../../stl/set.dll: No such file or directory rm: ../../stl/multimap.dll: No such file or directory rm: ../../stl/multimap2.dll: No such file or directory rm: ../../stl/multiset.dll: No such file or directory rm: ../../stl/stack.dll: No such file or directory rm: ../../stl/queue.dll: No such file or directory rm: ../../stl/valarray.dll: No such file or directory rm: ../../stl/exception.dll: No such file or directory rm: ../../stl/stdexcept.dll: No such file or directory rm: ../../stl/climits.dll: No such file or directory rm: ../../stl/complex.dll: No such file or directory rm: G__*: No such file or directory makecint: not found make: cannot open Makestr. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename string.dll to ../../stl/string.dll: No such file or directory makecint: not found make: cannot open Makevec. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename vector.dll to ../../stl/vector.dll: No such file or directory makecint: not found make: cannot open Makevecbool. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename vectorbool.dll to ../../stl/vectorbool.dll: No such file or directory makecint: not found make: cannot open Makelist. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename list.dll to ../../stl/list.dll: No such file or directory makecint: not found make: cannot open Makedeque. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename deque.dll to ../../stl/deque.dll: No such file or directory makecint: not found make: cannot open Makemap. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename map.dll to ../../stl/map.dll: No such file or directory makecint: not found make: cannot open Makemap2. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename map2.dll to ../../stl/map2.dll: No such file or directory makecint: not found make: cannot open Makeset. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename set.dll to ../../stl/set.dll: No such file or directory makecint: not found make: cannot open Makemmap. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename multimap.dll to ../../stl/multimap.dll: No such file or directory makecint: not found make: cannot open Makemmap2. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename multimap2.dll to ../../stl/multimap2.dll: No such file or directory makecint: not found make: cannot open Makemset. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename multiset.dll to ../../stl/multiset.dll: No such file or directory makecint: not found make: cannot open Makestk. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename stack.dll to ../../stl/stack.dll: No such file or directory makecint: not found make: cannot open Makeque. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename queue.dll to ../../stl/queue.dll: No such file or directory makecint: not found make: cannot open Makevary. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename valarray.dll to ../../stl/valarray.dll: No such file or directory makecint: not found make: cannot open Makeeh. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename exception.dll to ../../stl/exception.dll: No such file or directory makecint: not found make: cannot open Makese. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename stdexcept.dll to ../../stl/stdexcept.dll: No such file or directory makecint: not found make: cannot open Makeclimits. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename climits.dll to ../../stl/climits.dll: No such file or directory makecint: not found make: cannot open Makecomplex. make: stopped in /usr/pkgsrc/work/lang/cint/work/lib/dll_stl mv: rename complex.dll to ../../stl/complex.dll: No such file or directory rm: G__*: No such file or directory rm: Make*: No such file or directory make: don't know how to make ../cint. Stop make: stopped in /usr/pkgsrc/work/lang/cint/work/include rm -f get.o ifdef.o ifdef g++ -O -DG__GET -c -o ifdef.o ifdef.cxx gcc -O -DG__IFDEF -c -o get.o get.c g++ -O -o ifdef ifdef.o get.o -lm rm -f get.o ifdef.o ifdef # Failing above build is not fatal for cint ########################### Create /root/.inputrc if you wish to use vi-mode with following content. set editing-mode vi ####################################################################### Cint installation failed. Contact cint@pcroot.cern.ch ####################################################################### => Unwrapping files-to-be-installed.