=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for toshutils-991217nb5 cd doc; /usr/bin/make cd src; /usr/bin/make all gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c fan.c fan.c: In function 'main': fan.c:458:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(argv[1], "-n") || !strcmp(argv[1], "--on")) { ^~~~~~ At top level: fan.c:68:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static char const rcsid[]="$Id: fan.c,v 3.4 1999/12/01 19:59:23 jab Exp jab $"; ^~~~~ gcc -Wall -c sci.c sci.c:70:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[]="$Id: sci.c,v 1.12 1999/11/17 16:00:42 jab Exp jab $"; ^~~~~ gcc -Wall -c hci.c hci.c:41:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[]="$Id: hci.c,v 1.3 1999/12/12 11:33:39 jab Exp jab $"; ^~~~~ gcc -s -o fan fan.o sci.o hci.o -li386 gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c alarm.c alarm.c: In function 'main': alarm.c:143:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if ((!strcmp(argv[i], "-h")) || (!strcmp(argv[i], "--help"))) { ^~~~~~ At top level: alarm.c:26:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static char const rcsid[]="$Id: alarm.c,v 1.1 1999/12/04 13:40:07 jab Exp jab $"; ^~~~~ /usr/bin/yacc -d parsetime.y /usr/bin/yacc: 1 reduce/reduce conflict. gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c y.tab.c /usr/bin/lex -i parsetime.l gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c lex.yy.c lex.yy.c:1492:16: warning: 'input' defined but not used [-Wunused-function] #else ^ lex.yy.c:1449:17: warning: 'yyunput' defined but not used [-Wunused-function] ^ gcc -s -o alarm alarm.o sci.o y.tab.o lex.yy.o -ll -li386 gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c dispswitch.c dispswitch.c:33:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[]="$Id: dispswitch.c,v 1.3 1999/12/04 13:45:49 jab Exp jab $"; ^~~~~ gcc -s -o dispswitch dispswitch.o hci.o sci.o -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm -li386 gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c tdocked.c tdocked.c:26:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static char const rcsid[]="$Id: tdocked.c,v 1.1 1999/12/17 12:15:17 jab Exp jab $"; ^~~~~ gcc -s -o tdocked tdocked.o hci.o sci.o -li386 gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c thotswap.c thotswap.c: In function 'NoZombie': thotswap.c:110:9: warning: operation on 'phead' may be undefined [-Wsequence-point] phead = (phead==PMAX-1) ? 0 : ++phead; ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ thotswap.c: In function 'ShovelDeadChildren': thotswap.c:262:9: warning: operation on 'ptail' may be undefined [-Wsequence-point] ptail = (ptail==PMAX-1) ? 0 : ++ptail; ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ thotswap.c: In function 'Daemon': thotswap.c:276:8: warning: unused variable 'str' [-Wunused-variable] FILE *str; ^~~ thotswap.c:275:6: warning: unused variable 'pid' [-Wunused-variable] int pid; ^~~ At top level: thotswap.c:62:12: warning: 'issued' defined but not used [-Wunused-variable] static int issued = 0; ^~~~~~ thotswap.c:27:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static char const rcsid[]="$Id:$"; ^~~~~ gcc -s -o thotswap thotswap.o hci.o sci.o -li386 gcc -O2 -Wall -I../pixmaps -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -DVERSION=\"991217\" -DBINDIR=\"/usr/pkg/bin\" -DXMESSAGE=\"@XMESSAGE@\" -c hotkey.c hotkey.c:56:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static char const rcsid[]="$Id: hotkey.c,v 2.1 1999/08/09 20:25:24 jab Exp jab $"; ^~~~~ gcc -s -o hotkey hotkey.o hci.o sci.o -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -lX11 -li386 ld: cannot find -lX11 *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/sysutils/toshutils/work.i386/toshutils-991217/src *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/sysutils/toshutils/work.i386/toshutils-991217 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/toshutils *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/toshutils