=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xmradio-1.2nb5 --- radio.o --- --- remote.o --- --- analyzer.o --- --- sample.o --- --- remote.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c remote.c --- sample.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c sample.c --- radio.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c radio.c --- analyzer.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c analyzer.c --- remote.o --- remote.c: In function 'findWindow': remote.c:91:15: warning: variable 'status' set but not used [-Wunused-but-set-variable] int format, status; ^~~~~~ remote.c: In function 'obtainLock': remote.c:146:20: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] lock_data, strlen(lock_data)); ^~~~~~~~~ In file included from remote.c:34:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ remote.c: In function 'sendCommand': remote.c:233:35: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] PropModeReplace, command, strlen(command)); ^~~~~~~ In file included from remote.c:34:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ --- analyzer.o --- analyzer.c: In function 'visCB': analyzer.c:226:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] vis_mode = (int)clientData; ^ analyzer.c: In function 'ana1CB': analyzer.c:233:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ana_mode1 = (int)clientData; ^ analyzer.c: In function 'ana2CB': analyzer.c:240:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ana_mode2 = (int)clientData; ^ analyzer.c: In function 'scopeCB': analyzer.c:247:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] scope_mode = (int)clientData; ^ analyzer.c: In function 'refreshCB': analyzer.c:254:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refresh_mode = (int)clientData; ^ analyzer.c: In function 'CreateConfigPopup': analyzer.c:263:9: warning: variable 'ana_sep1W' set but not used [-Wunused-but-set-variable] Widget ana_sep1W; ^~~~~~~~~ analyzer.c:261:44: warning: variable 'refresh_modeW' set but not used [-Wunused-but-set-variable] Widget vis_modeW, ana_modeW, scope_modeW, refresh_modeW; ^~~~~~~~~~~~~ analyzer.c:261:31: warning: variable 'scope_modeW' set but not used [-Wunused-but-set-variable] Widget vis_modeW, ana_modeW, scope_modeW, refresh_modeW; ^~~~~~~~~~~ analyzer.c:261:20: warning: variable 'ana_modeW' set but not used [-Wunused-but-set-variable] Widget vis_modeW, ana_modeW, scope_modeW, refresh_modeW; ^~~~~~~~~ analyzer.c:261:9: warning: variable 'vis_modeW' set but not used [-Wunused-but-set-variable] Widget vis_modeW, ana_modeW, scope_modeW, refresh_modeW; ^~~~~~~~~ analyzer.c: In function 'analyzer_config_popup': analyzer.c:473:27: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &i1, &i2, &i3); ^ In file included from analyzer.c:32:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ --- sample.o --- sample.c: In function 'sampleCB': sample.c:222:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("bufsize1: %d\n", bufsize); ~^ %ld sample.c:225:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("bufsize2: %d\n", bufsize); ~^ %ld sample.c:351:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("read bytes: %d\n", len); ~^ %ld sample.c: In function 'MakeInterface': sample.c:857:46: warning: variable 'buttonSepW' set but not used [-Wunused-but-set-variable] Widget sampleMainRowColumnW, formW, frameW, buttonSepW; ^~~~~~~~~~ sample.c:856:41: warning: variable 'capture_labelW' set but not used [-Wunused-but-set-variable] Widget filename_labelW, format_labelW, capture_labelW; ^~~~~~~~~~~~~~ sample.c:856:26: warning: variable 'format_labelW' set but not used [-Wunused-but-set-variable] Widget filename_labelW, format_labelW, capture_labelW; ^~~~~~~~~~~~~ sample.c:856:9: warning: variable 'filename_labelW' set but not used [-Wunused-but-set-variable] Widget filename_labelW, format_labelW, capture_labelW; ^~~~~~~~~~~~~~~ --- radio.o --- radio.c: In function 'UpdateTitle': radio.c:1426:35: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] PropModeReplace, st, strlen(st)); ^~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ radio.c: In function 'aboutCB': radio.c:1509:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(XpmCreatePixmapFromData(dpy, DefaultRootWindow(dpy), tom_xpm, ^~ radio.c:1517:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' XtVaSetValues(dialog, XmNautoUnmanage, True, ^~~~~~~~~~~~~ radio.c: In function 'sliderCB': radio.c:1533:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sliderTable[(int)clientData].func(value); ^ radio.c: In function 'lcdConnectCB': radio.c:1612:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int what = (int)clientData; ^ radio.c: In function 'switchCB': radio.c:1864:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if((int)clientData == DOWN) ^ radio.c:1871:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if((int)clientData == DOWN) ^ radio.c: In function 'seekCB': radio.c:1883:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] SeekChannel((int)clientData); ^ radio.c: In function 'propertyCB': radio.c:1972:36: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] PropModeReplace, "1", 1); ^~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ radio.c:1976:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if(!strcmp(prop, "StationUp") || ^~~~ In file included from /tmp/audio/xmradio/work/.buildlink/include/X11/Intrinsic.h:61:0, from radio.c:81: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strcmp(const char *, const char *); ^~~~~~ radio.c:1977:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] !strcmp(prop, "StationDown") || ^~~~ In file included from /tmp/audio/xmradio/work/.buildlink/include/X11/Intrinsic.h:61:0, from radio.c:81: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strcmp(const char *, const char *); ^~~~~~ radio.c:1978:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] !strcmp(prop, "StationSeekUp") || ^~~~ In file included from /tmp/audio/xmradio/work/.buildlink/include/X11/Intrinsic.h:61:0, from radio.c:81: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strcmp(const char *, const char *); ^~~~~~ radio.c:1979:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] !strcmp(prop, "StationSeekDown")) ^~~~ In file included from /tmp/audio/xmradio/work/.buildlink/include/X11/Intrinsic.h:61:0, from radio.c:81: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strcmp(const char *, const char *); ^~~~~~ radio.c:1981:31: warning: pointer targets in passing argument 2 of 'XtCallActionProc' differ in signedness [-Wpointer-sign] XtCallActionProc(toplevel, prop, NULL, NULL, 0); ^~~~ In file included from radio.c:81:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Intrinsic.h:754:13: note: expected 'const char *' but argument is of type 'unsigned char *' extern void XtCallActionProc( ^~~~~~~~~~~~~~~~ radio.c:1985:16: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness [-Wpointer-sign] cmd = strtok(prop, "="); ^~~~ In file included from /tmp/audio/xmradio/work/.buildlink/include/X11/Intrinsic.h:61:0, from radio.c:81: /usr/include/string.h:69:7: note: expected 'char * restrict' but argument is of type 'unsigned char *' char *strtok(char * __restrict, const char * __restrict); ^~~~~~ radio.c:2187:36: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] PropModeReplace, "4", 1); ^~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ radio.c:2193:37: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] PropModeReplace, "5", 1); ^~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ radio.c:2196:37: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] PropModeReplace, "2", 1); ^~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ radio.c: In function 'station_buttonCB': radio.c:2214:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] SetFrequency((int)clientData); ^ radio.c: In function 'MakeStationButtonWidgets': radio.c:3050:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)j); ^ radio.c: In function 'station_popupCB': radio.c:3505:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] SetFrequency((int)clientData); ^ radio.c: In function 'more_popup': radio.c:3575:27: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &i1, &i2, &i3); ^ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ radio.c: In function 'station_popup': radio.c:3598:27: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] &i1, &i2, &i3); ^ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2983:13: note: expected 'unsigned int *' but argument is of type 'int *' extern Bool XQueryPointer( ^~~~~~~~~~~~~ radio.c: In function 'GeneratePopupMenu': radio.c:3628:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)station.freq[i]); ^ radio.c: In function 'main': radio.c:3833:27: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] icon_bits, icon_width, icon_height); ^~~~~~~~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:1604:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern Pixmap XCreateBitmapFromData( ^~~~~~~~~~~~~~~~~~~~~ radio.c:3836:27: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] icon_mask_bits, icon_mask_width, icon_mask_height); ^~~~~~~~~~~~~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:1604:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern Pixmap XCreateBitmapFromData( ^~~~~~~~~~~~~~~~~~~~~ In file included from radio.c:95:0: radio.h:7:20: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] #define APPVERSION "1.2" ^ radio.c:4042:35: note: in expansion of macro 'APPVERSION' PropModeReplace, APPVERSION, strlen(APPVERSION)); ^~~~~~~~~~ In file included from radio.c:80:0: /tmp/audio/xmradio/work/.buildlink/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ --- misc.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c misc.c --- config.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c config.c --- misc.o --- misc.c: In function 'yesnoCB': misc.c:62:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] yesno = (int) clientData; ^ --- config.o --- config.c: In function 'MakeStationRow': config.c:396:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] XmNuserData, (XtPointer) n, ^ config.c: In function 'MakeInterface': config.c:420:33: warning: variable 'defLabelW' set but not used [-Wunused-but-set-variable] Widget statLabelW, freqLabelW, defLabelW; ^~~~~~~~~ config.c:420:21: warning: variable 'freqLabelW' set but not used [-Wunused-but-set-variable] Widget statLabelW, freqLabelW, defLabelW; ^~~~~~~~~~ config.c:420:9: warning: variable 'statLabelW' set but not used [-Wunused-but-set-variable] Widget statLabelW, freqLabelW, defLabelW; ^~~~~~~~~~ --- version_check.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c version_check.c --- LiteClue.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c LiteClue.c --- version_check.o --- version_check.c: In function 'CheckNewVersion': version_check.c:99:6: warning: missing sentinel in function call [-Wformat=] "-V", HOMEURL CHECKVERSION) == -1) ^~~~ version_check.c: In function 'checkReturnedValue': version_check.c:126:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(debug) ^~ version_check.c:129:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' XtRemoveTimeOut(fetchtimerId); ^~~~~~~~~~~~~~~ version_check.c:151:2: warning: 'ret_string' may be used uninitialized in this function [-Wmaybe-uninitialized] version_check(ret, ret_string); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- LiteClue.o --- LiteClue.c: In function 'Enter_event': LiteClue.c:589:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] current_waitPeriod = cw->liteClue.waitPeriod,timeout_event; ^ --- lcd_net.o --- gcc -O2 -g -Wall -DHAS_XPM -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c lcd_net.c --- xmradio --- rm -f xmradio gcc -o xmradio -O2 -g -Wall -DHAS_XPM -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-zrelro -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R6/lib radio.o remote.o analyzer.o sample.o misc.o config.o version_check.o LiteClue.o lcd_net.o -lXm -lXt -lSM -lICE -lXp -lXext -lX11 -lXmu -lXpm -lossaudio -lm -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath,/lib