=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Installing for nocol-4.3.1nb13 => Generating pre-install file lists => Creating installation directories [ -d /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg [ -d /var/pkgsrc/work/net/nocol/work/.destdir/var/run/data ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/var/run/data [ -d /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/etc ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/etc [ -d /var/pkgsrc/work/net/nocol/work/.destdir/var/run ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/var/run [ -d /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/examples/nocol ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/examples/nocol [ -d /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin [ -d /var/pkgsrc/work/net/nocol/work/.destdir/var/run/msgs ] || mkdir /var/pkgsrc/work/net/nocol/work/.destdir/var/run/msgs [ -d /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/nocol/help ] || mkdir -p /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/nocol/help make install MAKING IN lib ---------- MAKING IN eventselect ---------- install -c -m 751 eventselect /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN etherload ---------- install -c -m 4750 etherload /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin ___Installed etherload needs to be root suid___ Do as root manually MAKING IN genmon ---------- install -c -m 751 genmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN netconsole ---------- cc -O -DNOCOL -DBSDI -I/var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include -DDATADIR=\"/var/pkgsrc/work/net/nocol/work/.destdir/var/run/data\" -DMSGSDIR=\"/var/pkgsrc/work/net/nocol/work/.destdir/var/run/msgs\" -DHELPFILE=\"/var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/etc/netconsole-help\" -c build_display.c In file included from build_display.c:59: In file included from /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:11: /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/nocol.h:10:1: warning: '/*' within block comment [-Wcomment] /***********************/ ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/nocol.h:111:29: warning: '/*' within block comment [-Wcomment] /* char tag[MAXTAGLEN]; /* For tagging sites. Optional */ ^ In file included from build_display.c:59: /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:94:19: warning: '/*' within block comment [-Wcomment] /* #define NETLOG /* */ ^ build_display.c:65:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] build_display () ^ build_display.c:69:2: warning: implicit declaration of function 'hdr_dpy' is invalid in C99 [-Wimplicit-function-declaration] hdr_dpy(aw.whdr); /* display header */ ^ build_display.c:70:2: warning: implicit declaration of function 'msgtitle_dpy' is invalid in C99 [-Wimplicit-function-declaration] msgtitle_dpy(aw.wmsgtitle); /* display msg title */ ^ build_display.c:71:6: warning: implicit declaration of function 'event_dpy' is invalid in C99 [-Wimplicit-function-declaration] if (event_dpy() == -1) /* resets page number */ ^ build_display.c:73:2: warning: implicit declaration of function 'title_dpy' is invalid in C99 [-Wimplicit-function-declaration] title_dpy (aw.wtitle, page); /* variable page number */ ^ build_display.c:77:10: warning: implicit declaration of function 'msg_dpy' is invalid in C99 [-Wimplicit-function-declaration] if (msg_dpy() == -1) ^ build_display.c:83:6: warning: implicit declaration of function 'display_screenful' is invalid in C99 [-Wimplicit-function-declaration] if (display_screenful() == -1) /* display */ ^ build_display.c:86:2: warning: implicit declaration of function 'parse_input' is invalid in C99 [-Wimplicit-function-declaration] parse_input(poll_input()); /* process user input */ ^ build_display.c:86:14: warning: implicit declaration of function 'poll_input' is invalid in C99 [-Wimplicit-function-declaration] parse_input(poll_input()); /* process user input */ ^ build_display.c:98:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] title_dpy(wtitle,screen) /* Main title */ ^ build_display.c:115:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] hdr_dpy(whdr) /* field headers */ ^ build_display.c:125:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] msgtitle_dpy(wmsgtitle) /* Messages title */ ^ build_display.c:151:5: warning: implicit declaration of function 'show_display_level' is invalid in C99 [-Wimplicit-function-declaration] show_display_level(wmsgtitle, level); /* on first line of win */ ^ build_display.c:162:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] show_display_level(wmsgtitle,level) /* on first line of win */ ^ build_display.c:184:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] aprompt_dpy (wprompt) /* Prompt at end of a full screen */ ^ build_display.c:192:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bprompt_dpy (wprompt) /* Prompt after displaying all files */ ^ build_display.c:218:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] display_screenful () ^ build_display.c:222:9: error: no member named 'cury' in 'struct _win_st'; did you mean '_cury'? if (WFULL(aw.wevent)) ^ build_display.c:63:21: note: expanded from macro 'WFULL' #define WFULL(w) (getcury(w) == (getmaxy(w) - 1)) ? 1:0 ^ /usr/include/curses.h:1134:39: note: expanded from macro 'getcury' #define getcury(win) ((win) ? (win)->_cury : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:49:16: note: expanded from macro '_cury' # define _cury cury ^ /usr/include/curses.h:418:17: note: '_cury' declared here NCURSES_SIZE_T _cury, _curx; /* current cursor position */ ^ build_display.c:222:9: error: no member named 'maxy' in 'struct _win_st'; did you mean '_maxy'? if (WFULL(aw.wevent)) ^ build_display.c:63:36: note: expanded from macro 'WFULL' #define WFULL(w) (getcury(w) == (getmaxy(w) - 1)) ? 1:0 ^ /usr/include/curses.h:1138:40: note: expanded from macro 'getmaxy' #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:48:16: note: expanded from macro '_maxy' # define _maxy maxy ^ /usr/include/curses.h:421:17: note: '_maxy' declared here NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */ ^ build_display.c:241:5: error: no member named 'maxy' in 'struct _win_st'; did you mean '_maxy'? touchwin (aw.wmain); ^ /usr/include/curses.h:1166:43: note: expanded from macro 'touchwin' #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) ^ /usr/include/curses.h:1138:40: note: expanded from macro 'getmaxy' #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:48:16: note: expanded from macro '_maxy' # define _maxy maxy ^ /usr/include/curses.h:421:17: note: '_maxy' declared here NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */ ^ build_display.c:242:9: error: no member named 'cury' in 'struct _win_st'; did you mean '_cury'? y = getcury(aw.wprompt) + getbegy(aw.wprompt); /* force cursor loc.. */ ^ /usr/include/curses.h:1134:39: note: expanded from macro 'getcury' #define getcury(win) ((win) ? (win)->_cury : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:49:16: note: expanded from macro '_cury' # define _cury cury ^ /usr/include/curses.h:418:17: note: '_cury' declared here NCURSES_SIZE_T _cury, _curx; /* current cursor position */ ^ build_display.c:242:31: error: no member named 'begy' in 'struct _win_st'; did you mean '_begy'? y = getcury(aw.wprompt) + getbegy(aw.wprompt); /* force cursor loc.. */ ^ /usr/include/curses.h:1136:39: note: expanded from macro 'getbegy' #define getbegy(win) ((win) ? (win)->_begy : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:51:16: note: expanded from macro '_begy' # define _begy begy ^ /usr/include/curses.h:422:17: note: '_begy' declared here NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */ ^ build_display.c:243:9: error: no member named 'curx' in 'struct _win_st'; did you mean '_curx'? x = getcurx(aw.wprompt) + getbegx(aw.wprompt); /* ..to prompt window */ ^ /usr/include/curses.h:1133:39: note: expanded from macro 'getcurx' #define getcurx(win) ((win) ? (win)->_curx : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:50:16: note: expanded from macro '_curx' # define _curx curx ^ /usr/include/curses.h:418:24: note: '_curx' declared here NCURSES_SIZE_T _cury, _curx; /* current cursor position */ ^ build_display.c:243:31: error: no member named 'begx' in 'struct _win_st'; did you mean '_begx'? x = getcurx(aw.wprompt) + getbegx(aw.wprompt); /* ..to prompt window */ ^ /usr/include/curses.h:1135:39: note: expanded from macro 'getbegx' #define getbegx(win) ((win) ? (win)->_begx : ERR) ^ /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/include/netconsole.h:52:16: note: expanded from macro '_begx' # define _begx begx ^ /usr/include/curses.h:422:24: note: '_begx' declared here NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */ ^ 20 warnings and 7 errors generated. *** Error code 1 Stop. make[1]: stopped in /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/netconsole MAKING IN noclog ---------- install -c -m 751 noclogd /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ ___Update config file for logging daemon in /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/etc ___ MAKING IN nsmon ---------- install -c -m 751 nsmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN ntpmon ---------- install -c -m 751 ntpmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN perlnocol ---------- See /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/perlnocol/README for further customizations MAKING IN pingmon ---------- for i in ippingmon osipingmon rpcpingmon; do [ -f $i ] && install -c -m 751 $i /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ ;done MAKING IN portmon ---------- install -c -m 751 portmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN radiusmon ---------- install -c -m 751 radiusmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN tknocol ---------- install -c -m 751 ndaemon tkNocol /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN tpmon ---------- install -c -m 751 tpmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN trapmon ---------- install -c -m 4750 trapmon /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ ___Installed trapmon needs to be root suid___ Do as root manually MAKING IN utility ---------- Doing substitutions for ROOTDIR, PIDDIR, OPSMAIL, MAIL, PSFLAGS on: keepalive_monitors log-maint crontab.nocol notifier logstats docrypt.pl notifier.pl install -c -m 751 display_nocol_datafile show_nocol_struct_sizes /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ MAKING IN webnocol ---------- COPY webnocol.cgi from /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin into your CGI directory. COPY chirp.au and gif/ into your base web directory for nocol Set values of baseurl, webdir, logfile. Create updatesfile. (see INSTALL instructions at top of files). MAKING IN doc ---------- Installing in 'doc' MAKING IN support/multiping ---------- install -c -m 4711 multiping /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ ___Installed multiping needs to be root suid___ Do as root manually MAKING IN support/rpcping ---------- install -c -m 751 rpcping /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/ Installing sample config files under /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/examples/nocol/... NOW su AND DO A make root PLEASE RUN make root AS root (currently pbulk) set -e; for f in critical.wav error.wav warning.wav ; do /usr/bin/install -c -o pbulk -g users -m 644 /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/webnocol/$f /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/nocol; done set -e; for f in bluesq.gif critical.jpg empty.gif error.jpg greensq.gif help.jpg info.jpg redsq.gif warning.jpg yellowsq.gif ; do /usr/bin/install -c -o pbulk -g users -m 644 /var/pkgsrc/work/net/nocol/work/nocol-4.3.1/webnocol/gifs/$f /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/share/nocol/gifs; done => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/netconsole' pkg_create: can't stat `/var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/etc/netconsole-help' => Checking file-check results for nocol-4.3.1nb13 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg: ERROR: /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/bin/netconsole ERROR: /var/pkgsrc/work/net/nocol/work/.destdir/usr/pkg/etc/netconsole-help *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/nocol *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/nocol