=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for yorick-1.6.02nb2 LD_STATIC= ./configure =============== begin top level configuration =============== clang is an ANSI C compiler. Good. make[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play' make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/unix' CC="clang" CFLAGS="-I/usr/pkg/include" LDFLAGS="-L/usr/pkg/lib -Wl,-R/usr/pkg/lib" MATHLIB="-lm" ./config.sh ============= begin play/unix configuration ============= using getrusage() (CPU timer) using gettimeofday() (wall timer) using POSIX getlogin(), getpwuid(), getuid() functions using POSIX tcgetpgrp() function using POSIX getcwd() function using POSIX dirent.h header for directory ops using poll(), poll.h header using FPU_SOLARIS (SIGFPE delivery) SIGFPE handling works properly configured plugins for FreeBSD wrote config.h, ../../Make.cfg ============== end play/unix configuration ============== make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/unix' make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/x11' CC="clang" CFLAGS="-I/usr/pkg/include" LDFLAGS="-L/usr/pkg/lib -Wl,-R/usr/pkg/lib" ./xconfig.sh ============= begin play/x11 configuration ============== found X Window System, X11 headers and libraries - using X11 header switch [none] - using X11 loader switch [none] appended to ../../Make.cfg ============== end play/x11 configuration =============== make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/x11' make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/yorick' ./yconfig.sh ============ begin yorick configuration ============= using hypot found in libm libm does not contain exp10, will emulate appended to ../Make.cfg ============= end yorick configuration ============== make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/yorick' make[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6' ================ all configuration completed ================ gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/hacks' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/hacks' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/unix' clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -c dir.c clang -O2 -I/usr/pkg/include -I. -I.. -I/usr/pkg/include -c -o files.o files.c files.c:50:14: warning: implicit declaration of function 'popen' is invalid in C99 [-Wimplicit-function-declaration] FILE *fp = popen(command, mode[0]=='w'? "w" : "r"); ^ files.c:50:9: warning: incompatible integer to pointer conversion initializing 'FILE *' (aka 'struct __sFILE *') with an expression of type 'int' [-Wint-conversion] FILE *fp = popen(command, mode[0]=='w'? "w" : "r"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:63:32: warning: implicit declaration of function 'pclose' is invalid in C99 [-Wimplicit-function-declaration] int flag = (file->binary&2)? pclose(file->fp) : fclose(file->fp); ^ 3 warnings generated. clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -DFPU_SOLARIS -c fpuset.c clang -O2 -I/usr/pkg/include -I. -I.. -I/usr/pkg/include -c -o handler.o handler.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -c pathnm.c clang -O2 -I/usr/pkg/include -I. -I.. -I/usr/pkg/include -c -o slinks.o slinks.c clang -O2 -I/usr/pkg/include -I. -I.. -I/usr/pkg/include -c -o stdinit.o stdinit.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -DUSE_GETRUSAGE -c timeu.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -DUSE_GETTIMEOFDAY -c timew.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -DPLUG_LIBDL -c udl.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -c uevent.c clang -O2 -I/usr/pkg/include -I. -I.. -I/usr/pkg/include -c -o ugetc.o ugetc.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -c uinbg.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I.. -c usernm.c clang -O2 -I/usr/pkg/include -I. -I.. -I/usr/pkg/include -c -o umain.o umain.c ar rc ../libplay.a dir.o files.o fpuset.o handler.o pathnm.o slinks.o stdinit.o timeu.o timew.o udl.o uevent.o ugetc.o uinbg.o usernm.o umain.o ranlib ../libplay.a touch libplay make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/unix' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/x11' clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o colors.o colors.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o connect.o connect.c connect.c:133:18: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] keysym = XKeycodeToKeysym(dpy, keys[k][i], 0); ^ /var/pkgsrc/work/math/yorick/work/.buildlink/include/X11/Xlib.h:1686:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /var/pkgsrc/work/math/yorick/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o cursors.o cursors.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o errors.o errors.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o events.o events.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o feep.o feep.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o fills.o fills.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o fonts.o fonts.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o images.o images.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o lines.o lines.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o pals.o pals.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o pwin.o pwin.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o resource.o resource.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o rgbread.o rgbread.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o textout.o textout.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o rect.o rect.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o ellipse.o ellipse.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o clips.o clips.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I/usr/pkg/include -c -o points.o points.c rm -f ../playwin.h cp playwin.h .. ar rc ../libplay.a colors.o connect.o cursors.o errors.o events.o feep.o fills.o fonts.o images.o lines.o pals.o pwin.o resource.o rgbread.o textout.o rect.o ellipse.o clips.o points.o ranlib ../libplay.a touch libplay make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/x11' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/any' clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o hash.o hash.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o hash0.o hash0.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o hashctx.o hashctx.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o hashid.o hashid.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o mm.o mm.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o mminit.o mminit.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o alarms.o alarms.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o pmemcpy.o pmemcpy.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o pstrcpy.o pstrcpy.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o pstrncat.o pstrncat.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o p595.o p595.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o bitrev.o bitrev.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o bitlrot.o bitlrot.c clang -O2 -I/usr/pkg/include -I. -I.. -I../unix -I../x11 -I/usr/pkg/include -c -o bitmrot.o bitmrot.c ar rc ../libplay.a hash.o hash0.o hashctx.o hashid.o mm.o mminit.o alarms.o pmemcpy.o pstrcpy.o pstrncat.o p595.o bitrev.o bitlrot.o bitmrot.o ranlib ../libplay.a touch libplay make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/any' gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/gist' clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o gist.o gist.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I../play -DNO_EXP10 -c tick.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o tick60.o tick60.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o engine.o engine.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o gtext.o gtext.c gtext.c:14:13: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration] extern long strcspn(const char *, const char *); ^ gtext.c:14:13: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)' 1 warning generated. clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I../play -DNO_EXP10 -c draw.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o draw0.o draw0.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o clip.o clip.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I../play '-DGISTPATH="~/gist:~/Gist:/usr/pkg/share/yorick/1.6/g"' -c gread.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o gcntr.o gcntr.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o hlevel.o hlevel.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o ps.o ps.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o cgm.o cgm.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I../play -DNO_EXP10 -c xfancy.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o xbasic.o xbasic.c cp ../play/libplay.a libgist.a ar r libgist.a gist.o tick.o tick60.o engine.o gtext.o draw.o draw0.o clip.o gread.o gcntr.o hlevel.o ps.o cgm.o xfancy.o xbasic.o ranlib libgist.a gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/gist' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/regexp' clang -O2 -I/usr/pkg/include -I../play -I../yorick -I/usr/pkg/include -c -o yfnmatch.o yfnmatch.c clang -O2 -I/usr/pkg/include -I../play -I../yorick -I/usr/pkg/include -c -o yregexp.o yregexp.c touch libyor gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/regexp' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/matrix' clang -I/usr/pkg/include -g -I. -I../play -c dlamc3.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgyor.o dgyor.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgtsv.o dgtsv.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgesv.o dgesv.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgecon.o dgecon.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgels.o dgels.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgelss.o dgelss.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dbdsqr.o dbdsqr.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dlasr.o dlasr.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgesvd.o dgesvd.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o dgesv2.o dgesv2.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o cblasy.o cblasy.c touch libyor gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/matrix' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/fft' clang -O2 -I/usr/pkg/include -I../play -I/usr/pkg/include -c -o cfft2.o cfft2.c clang -O2 -I/usr/pkg/include -I../play -I/usr/pkg/include -c -o cfftb.o cfftb.c clang -O2 -I/usr/pkg/include -I../play -I/usr/pkg/include -c -o cfftf.o cfftf.c clang -O2 -I/usr/pkg/include -I../play -I/usr/pkg/include -c -o cffti.o cffti.c clang -O2 -I/usr/pkg/include -I../play -I/usr/pkg/include -c -o roll2.o roll2.c touch libyor gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/fft' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/yorick' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play' make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/hacks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/hacks' make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/unix' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/unix' make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/x11' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/x11' make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/any' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/any' cd any; make numfmt make[3]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/any' clang -g -o numfmt numfmt.c make[3]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play/any' make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/play' ../play/any/numfmt prmtyp.h clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o opsv.o opsv.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o task.o task.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -o yorick.o -c yorick.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o yinput.o yinput.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o parse.o parse.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ydata.o ydata.c ydata.c:872:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[1]= yStackSize; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:873:3: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[2]= p_nallocs-p_nfrees; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:874:3: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[3]= p_asmall; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:875:3: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[4]= ExtraNilRefs(); ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:876:3: warning: array index 5 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[5]= charStruct.references; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:877:3: warning: array index 6 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[6]= shortStruct.references; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:878:3: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[7]= intStruct.references; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:879:3: warning: array index 8 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[8]= longStruct.references; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:880:3: warning: array index 9 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[9]= floatStruct.references; ^ ~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:881:3: warning: array index 10 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[10]= doubleStruct.references; ^ ~~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:882:3: warning: array index 11 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[11]= complexStruct.references; ^ ~~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:883:3: warning: array index 12 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[12]= stringStruct.references; ^ ~~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ ydata.c:884:3: warning: array index 13 is past the end of the array (which contains 1 element) [-Warray-bounds] result->value.l[13]= pointerStruct.references; ^ ~~ ./binio.h:326:5: note: array 'l' declared here long l[1]; ^ 13 warnings generated. clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o yio.o yio.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o fnctn.o fnctn.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o array.o array.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o range.o range.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ops.o ops.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ops0.o ops0.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ops1.o ops1.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ops2.o ops2.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ops3.o ops3.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -o nonc.o -c nonc.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o debug.o debug.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -o std0.o -c std0.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o std1.o std1.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o std2.o std2.c std2.c:482:5: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] array->value.p[1]= cNames= NewArray(&stringStruct, tmpDims)->value.q; ^ ~ ./binio.h:330:5: note: array 'p' declared here void *p[1]; ^ std2.c:605:5: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] array->value.p[1]= cAddrs= NewArray(&longStruct, tmpDims)->value.l; ^ ~ ./binio.h:330:5: note: array 'p' declared here void *p[1]; ^ std2.c:612:5: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] array->value.p[2]= rAddrs= NewArray(&longStruct, tmpDims)->value.l; ^ ~ ./binio.h:330:5: note: array 'p' declared here void *p[1]; ^ std2.c:613:5: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds] array->value.p[3]= rFiles= NewArray(&intStruct, tmpDims)->value.i; ^ ~ ./binio.h:330:5: note: array 'p' declared here void *p[1]; ^ std2.c:620:5: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds] array->value.p[4]= rNames= NewArray(&stringStruct, tmpDims)->value.q; ^ ~ ./binio.h:330:5: note: array 'p' declared here void *p[1]; ^ 5 warnings generated. clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ascio.o ascio.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o defmem.o defmem.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o yhash.o yhash.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o yrdwr.o yrdwr.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o bcast.o bcast.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o binio.o binio.c binio.c:989:9: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] if (!file->permissions&1) stream= 0; ^ ~ binio.c:989:9: note: add parentheses after the '!' to evaluate the bitwise operator first if (!file->permissions&1) stream= 0; ^ ( ) binio.c:989:9: note: add parentheses around left hand side expression to silence this warning if (!file->permissions&1) stream= 0; ^ ( ) 1 warning generated. clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o binobj.o binobj.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o binstd.o binstd.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o cache.o cache.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o convrt.o convrt.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o binpdb.o binpdb.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o clog.o clog.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I../regexp -o ystr.o -c ystr.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o graph.o graph.c graph.c:3846:5: warning: array index 8 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[8]= (double)system; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3847:5: warning: array index 9 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[9]= (double)butmod; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3850:5: warning: array index 4 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[4]= xn; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3851:5: warning: array index 5 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[5]= yn; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3853:5: warning: array index 10 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[10]= (double)butmod; ^ ~~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3854:5: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[2]= x; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3855:5: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[3]= y; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3856:5: warning: array index 6 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[6]= xn; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ graph.c:3857:5: warning: array index 7 is past the end of the array (which contains 2 elements) [-Warray-bounds] mouse_array->value.d[7]= yn; ^ ~ ./binio.h:328:5: note: array 'd' declared here double d[2]; /* also complex */ ^ 9 warnings generated. clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o graph0.o graph0.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o style.o style.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o list.o list.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o pathfun.o pathfun.c clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o autold.o autold.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -Df_linkage_ -o fortrn.o -c fortrn.c clang -I/usr/pkg/include -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -Df_linkage_ -o codger codger.c ./codger w yor -I../i0 std.i matrix.i fft.i graph.i found std.i in ../i0 found matrix.i in ../i0 found fft.i in ../i0 found graph.i in ../i0 clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o ywrap.o ywrap.c cp ../gist/libgist.a libyor.a cd ../regexp; make "COPT=-O2" oinsert make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/regexp' ar r ../yorick/libyor.a yfnmatch.o yregexp.o make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/regexp' cd ../matrix; make "COPT=-O2" oinsert make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/matrix' ar r ../yorick/libyor.a dlamc3.o dgyor.o dgtsv.o dgesv.o dgecon.o dgels.o dgelss.o dbdsqr.o dlasr.o dgesvd.o dgesv2.o cblasy.o make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/matrix' cd ../fft; make "COPT=-O2" oinsert make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/fft' ar r ../yorick/libyor.a cfft2.o cfftb.o cfftf.o cffti.o roll2.o make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/fft' touch libyor ar r libyor.a opsv.o task.o yorick.o yinput.o parse.o ydata.o yio.o fnctn.o array.o range.o ops.o ops0.o ops1.o ops2.o ops3.o nonc.o debug.o std0.o std1.o std2.o ascio.o defmem.o yhash.o yrdwr.o bcast.o binio.o binobj.o binstd.o cache.o convrt.o binpdb.o clog.o ystr.o graph.o graph0.o style.o list.o pathfun.o autold.o fortrn.o ywrap.o ranlib libyor.a if test -n "";then echo >libyor.a.dep;fi gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/yorick' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/yorick' ./codger i "/usr/pkg/lib/yorick/1.6" "/usr/pkg/share/yorick/1.6" yor clang -O2 -I/usr/pkg/include -I. -I. -I../play -I../gist -I/usr/pkg/include -c -o yinit.o yinit.c cp ../play/unix/pmain.c main.c clang -I/usr/pkg/include -g -I../play -o main.o -c main.c clang -O2 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-E -o yorick main.o yinit.o -L. -L../drat -L../hex -lyor -lX11 -lm -ldl make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/drat' clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o bound.o bound.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o track.o track.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o trans.o trans.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o drat.o drat.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o ydrat.o ydrat.c ../yorick/codger w drat drat.i found drat.i in current directory clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o ywrap.o ywrap.c clang -O2 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -fPIC -shared -o drat.so bound.o track.o trans.o drat.o ydrat.o ywrap.o -lm cp -f drat.i ../i0/drat.i make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/drat' make[2]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/hex' clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o yhex.o yhex.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o hex5.o hex5.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o hex24.o hex24.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o hex.o hex.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o regul.o regul.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o tools.o tools.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o store.o store.c clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o hydram.o hydram.c ../yorick/codger w hex hex.i found hex.i in current directory clang -O2 -I/usr/pkg/include -fPIC -DPLUG_IN -I. -I. -I../play -I../yorick -I/usr/pkg/include -c -o ywrap.o ywrap.c clang -O2 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -fPIC -shared -o hex.so yhex.o hex5.o hex24.o hex.o regul.o tools.o store.o hydram.o ywrap.o -lm cp -f hex.i ../i0/hex.i cp ylmdec.i ../i/ylmdec.i make[2]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/hex' gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/yorick' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/gist' clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o browser.o browser.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o cgmin.o cgmin.c clang -O2 -I/usr/pkg/include -I. -I../play -I/usr/pkg/include -c -o eps.o eps.c cp ../play/unix/pmain.c main.c clang -I/usr/pkg/include -I../play -g -c main.c clang -O2 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o gist main.o browser.o cgmin.o eps.o -L. -lgist -lX11 -lm gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/gist' gmake[1]: Entering directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/doc' ../yorick/yorick -batch maked.i gmake[1]: Leaving directory '/var/pkgsrc/work/math/yorick/work/yorick-1.6/doc' makeinfo yorick.tex ../yorick/yorick -batch maked.i