=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xmms-1.2.11nb5 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11' Making all in intl gmake[2]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/intl' Making all in libxmms gmake[2]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/libxmms' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/libxmms' if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT configfile.lo -MD -MP -MF ".deps/configfile.Tpo" -c -o configfile.lo configfile.c; \ then mv -f ".deps/configfile.Tpo" ".deps/configfile.Plo"; else rm -f ".deps/configfile.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT configfile.lo -MD -MP -MF .deps/configfile.Tpo -c configfile.c -fPIC -DPIC -o .libs/configfile.o if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT xmmsctrl.lo -MD -MP -MF ".deps/xmmsctrl.Tpo" -c -o xmmsctrl.lo xmmsctrl.c; \ then mv -f ".deps/xmmsctrl.Tpo" ".deps/xmmsctrl.Plo"; else rm -f ".deps/xmmsctrl.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT xmmsctrl.lo -MD -MP -MF .deps/xmmsctrl.Tpo -c xmmsctrl.c -fPIC -DPIC -o .libs/xmmsctrl.o xmmsctrl.c:96:7: warning: implicitly declaring library function 'strerror' with type 'char *(int)' strerror(errno)); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:1314:11: note: expanded from macro 'g_warning' __VA_ARGS__) ^ xmmsctrl.c:96:7: note: include the header or explicitly provide a declaration for 'strerror' /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:1314:11: note: expanded from macro 'g_warning' __VA_ARGS__) ^ xmmsctrl.c:157:47: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' remote_send_packet(fd, cmd, string, string ? strlen(string) + 1 : 0); ^ xmmsctrl.c:157:47: note: include the header or explicitly provide a declaration for 'strlen' xmmsctrl.c:301:3: warning: implicit declaration of function 'setreuid' is invalid in C99 [-Wimplicit-function-declaration] setreuid(stored_uid, euid); ^ xmmsctrl.c:336:4: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned int)' memcpy(ptr, list[i], len); ^ xmmsctrl.c:336:4: note: include the header or explicitly provide a declaration for 'memcpy' xmmsctrl.c:726:2: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy(packet + sizeof(int), string); ^ xmmsctrl.c:726:2: note: include the header or explicitly provide a declaration for 'strcpy' 5 warnings generated. if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT dirbrowser.lo -MD -MP -MF ".deps/dirbrowser.Tpo" -c -o dirbrowser.lo dirbrowser.c; \ then mv -f ".deps/dirbrowser.Tpo" ".deps/dirbrowser.Plo"; else rm -f ".deps/dirbrowser.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT dirbrowser.lo -MD -MP -MF .deps/dirbrowser.Tpo -c dirbrowser.c -fPIC -DPIC -o .libs/dirbrowser.o if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT util.lo -MD -MP -MF ".deps/util.Tpo" -c -o util.lo util.c; \ then mv -f ".deps/util.Tpo" ".deps/util.Plo"; else rm -f ".deps/util.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT formatter.lo -MD -MP -MF ".deps/formatter.Tpo" -c -o formatter.lo formatter.c; \ then mv -f ".deps/formatter.Tpo" ".deps/formatter.Plo"; else rm -f ".deps/formatter.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT formatter.lo -MD -MP -MF .deps/formatter.Tpo -c formatter.c -fPIC -DPIC -o .libs/formatter.o if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT titlestring.lo -MD -MP -MF ".deps/titlestring.Tpo" -c -o titlestring.lo titlestring.c; \ then mv -f ".deps/titlestring.Tpo" ".deps/titlestring.Plo"; else rm -f ".deps/titlestring.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT titlestring.lo -MD -MP -MF .deps/titlestring.Tpo -c titlestring.c -fPIC -DPIC -o .libs/titlestring.o titlestring.c:146:6: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ titlestring.c:154:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ titlestring.c:166:7: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ titlestring.c:169:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 4 warnings generated. if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT xentry.lo -MD -MP -MF ".deps/xentry.Tpo" -c -o xentry.lo xentry.c; \ then mv -f ".deps/xentry.Tpo" ".deps/xentry.Plo"; else rm -f ".deps/xentry.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT xentry.lo -MD -MP -MF .deps/xentry.Tpo -c xentry.c -fPIC -DPIC -o .libs/xentry.o if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT xconvert.lo -MD -MP -MF ".deps/xconvert.Tpo" -c -o xconvert.lo xconvert.c; \ then mv -f ".deps/xconvert.Tpo" ".deps/xconvert.Plo"; else rm -f ".deps/xconvert.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT xconvert.lo -MD -MP -MF .deps/xconvert.Tpo -c xconvert.c -fPIC -DPIC -o .libs/xconvert.o xconvert.c:62:10: warning: ignored const qualifier on asm *ptr = GUINT16_SWAP_LE_BE(*ptr); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:72:10: warning: ignored const qualifier on asm *ptr = GUINT16_SWAP_LE_BE(*ptr) ^ 1 << 15; ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:82:10: warning: ignored const qualifier on asm *ptr = GUINT16_SWAP_LE_BE(*ptr ^ 1 << 15); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:425:9: warning: ignored const qualifier on asm tmp = GUINT16_FROM_BE(*input); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:638:31: note: expanded from macro 'GUINT16_FROM_BE' #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:96:29: note: expanded from macro 'GUINT16_TO_BE' #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:427:10: warning: ignored const qualifier on asm tmp += GUINT16_FROM_BE(*input); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:638:31: note: expanded from macro 'GUINT16_FROM_BE' #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:96:29: note: expanded from macro 'GUINT16_TO_BE' #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:430:15: warning: ignored const qualifier on asm *output++ = GUINT16_TO_BE(stmp); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:96:29: note: expanded from macro 'GUINT16_TO_BE' #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:461:9: warning: ignored const qualifier on asm tmp = GINT16_FROM_BE(*input); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:637:30: note: expanded from macro 'GINT16_FROM_BE' #define GINT16_FROM_BE(val) (GINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:95:37: note: expanded from macro 'GINT16_TO_BE' #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:463:10: warning: ignored const qualifier on asm tmp += GINT16_FROM_BE(*input); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:637:30: note: expanded from macro 'GINT16_FROM_BE' #define GINT16_FROM_BE(val) (GINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:95:37: note: expanded from macro 'GINT16_TO_BE' #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ xconvert.c:466:15: warning: ignored const qualifier on asm *output++ = GINT16_TO_BE(stmp); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:95:37: note: expanded from macro 'GINT16_TO_BE' #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ 9 warnings generated. if /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -MT charset.lo -MD -MP -MF ".deps/charset.Tpo" -c -o charset.lo charset.c; \ then mv -f ".deps/charset.Tpo" ".deps/charset.Plo"; else rm -f ".deps/charset.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/gtk-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include -D_REENTRANT -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -O2 -march=i586 -Wall -Wpointer-arith -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c charset.c -fPIC -DPIC -o .libs/charset.o /bin/sh ./libtool --tag=CC --mode=link cc -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o libxmms.la -rpath /usr/pkg/lib -export-dynamic -version-info 4:1:3 configfile.lo xmmsctrl.lo dirbrowser.lo util.lo formatter.lo titlestring.lo xentry.lo xconvert.lo charset.lo -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 -lgthread -lglib -lpthread -lintl -lXi -lXext -lX11 -lm libtool: link: cc -shared -fPIC -DPIC .libs/configfile.o .libs/xmmsctrl.o .libs/dirbrowser.o .libs/util.o .libs/formatter.o .libs/titlestring.o .libs/xentry.o .libs/xconvert.o .libs/charset.o -Wl,-rpath,/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib -Wl,-rpath,/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib -L/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib -L/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/lib -lgtk -lgdk -lgmodule -lgthread -lglib -lpthread -lintl -lXi -lXext -lX11 -lm -O2 -march=i586 -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -Wl,-soname -Wl,libxmms.so.1 -o .libs/libxmms.so.1.3.1 libtool: link: (cd ".libs" && rm -f "libxmms.so.1" && ln -s "libxmms.so.1.3.1" "libxmms.so.1") libtool: link: (cd ".libs" && rm -f "libxmms.so" && ln -s "libxmms.so.1.3.1" "libxmms.so") libtool: link: ( cd ".libs" && rm -f "libxmms.la" && ln -s "../libxmms.la" "libxmms.la" ) gmake[3]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/libxmms' gmake[2]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/libxmms' Making all in xmms gmake[2]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms' /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms' Making all in defskin gmake[4]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms/defskin' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms/defskin' gmake[4]: Entering directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT bmp.o -MD -MP -MF ".deps/bmp.Tpo" -c -o bmp.o bmp.c; \ then mv -f ".deps/bmp.Tpo" ".deps/bmp.Po"; else rm -f ".deps/bmp.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT skin.o -MD -MP -MF ".deps/skin.Tpo" -c -o skin.o skin.c; \ then mv -f ".deps/skin.Tpo" ".deps/skin.Po"; else rm -f ".deps/skin.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \ then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported util.c:394:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isdigit(*ptr) && (*ptr) != '\0') ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o output.c; \ then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT fft.o -MD -MP -MF ".deps/fft.Tpo" -c -o fft.o fft.c; \ then mv -f ".deps/fft.Tpo" ".deps/fft.Po"; else rm -f ".deps/fft.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT input.o -MD -MP -MF ".deps/input.Tpo" -c -o input.o input.c; \ then mv -f ".deps/input.Tpo" ".deps/input.Po"; else rm -f ".deps/input.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported input.c:130:16: warning: ignored const qualifier on asm left[i] = GUINT16_FROM_BE(*ptru16) ^ 32768; ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:638:31: note: expanded from macro 'GUINT16_FROM_BE' #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:96:29: note: expanded from macro 'GUINT16_TO_BE' #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ input.c:134:16: warning: ignored const qualifier on asm left[i] = GUINT16_FROM_BE(*ptru16) ^ 32768; ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:638:31: note: expanded from macro 'GUINT16_FROM_BE' #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:96:29: note: expanded from macro 'GUINT16_TO_BE' #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ input.c:136:17: warning: ignored const qualifier on asm right[i] = GUINT16_FROM_BE(*ptru16) ^ 32768; ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:638:31: note: expanded from macro 'GUINT16_FROM_BE' #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:96:29: note: expanded from macro 'GUINT16_TO_BE' #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ input.c:170:16: warning: ignored const qualifier on asm left[i] = GINT16_FROM_BE(*ptr16); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:637:30: note: expanded from macro 'GINT16_FROM_BE' #define GINT16_FROM_BE(val) (GINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:95:37: note: expanded from macro 'GINT16_TO_BE' #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ input.c:174:16: warning: ignored const qualifier on asm left[i] = GINT16_FROM_BE(*ptr16); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:637:30: note: expanded from macro 'GINT16_FROM_BE' #define GINT16_FROM_BE(val) (GINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:95:37: note: expanded from macro 'GINT16_TO_BE' #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ input.c:176:17: warning: ignored const qualifier on asm right[i] = GINT16_FROM_BE(*ptr16); ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:637:30: note: expanded from macro 'GINT16_FROM_BE' #define GINT16_FROM_BE(val) (GINT16_TO_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/lib/glib/include/glibconfig.h:95:37: note: expanded from macro 'GINT16_TO_BE' #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:550:36: note: expanded from macro 'GUINT16_SWAP_LE_BE' # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_X86 (val)) ^ /usr/pkgsrc/work/audio/xmms/work/.buildlink/include/glib/glib-1.2/glib.h:546:13: note: expanded from macro 'GUINT16_SWAP_LE_BE_X86' __asm__ __const__ ("rorw $8, %w0" \ ^ 6 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT effect.o -MD -MP -MF ".deps/effect.Tpo" -c -o effect.o effect.c; \ then mv -f ".deps/effect.Tpo" ".deps/effect.Po"; else rm -f ".deps/effect.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT general.o -MD -MP -MF ".deps/general.Tpo" -c -o general.o general.c; \ then mv -f ".deps/general.Tpo" ".deps/general.Po"; else rm -f ".deps/general.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT visualization.o -MD -MP -MF ".deps/visualization.Tpo" -c -o visualization.o visualization.c; \ then mv -f ".deps/visualization.Tpo" ".deps/visualization.Po"; else rm -f ".deps/visualization.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported visualization.c:436:35: warning: passing 'gint8 [512]' to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] svis_timeout_func(mainwin_svis, intern_vis_data); ^~~~~~~~~~~~~~~ ./svis.h:31:46: note: passing argument to parameter 'data' here void svis_timeout_func(SVis * svis, guchar * data); ^ visualization.c:438:32: warning: passing 'gint8 [512]' to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] vis_timeout_func(active_vis, intern_vis_data); ^~~~~~~~~~~~~~~ ./vis.h:76:43: note: passing argument to parameter 'data' here void vis_timeout_func(Vis * vis, guchar * data); ^ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT fullscreen.o -MD -MP -MF ".deps/fullscreen.Tpo" -c -o fullscreen.o fullscreen.c; \ then mv -f ".deps/fullscreen.Tpo" ".deps/fullscreen.Po"; else rm -f ".deps/fullscreen.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported In file included from fullscreen.c:74: /usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/X11/extensions/xf86vmstr.h:1:2: warning: "xf86vmstr.h is obsolete and may be removed in the future." [-W#warnings] #warning "xf86vmstr.h is obsolete and may be removed in the future." ^ /usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/X11/extensions/xf86vmstr.h:2:2: warning: "include for the protocol defines." [-W#warnings] #warning "include for the protocol defines." ^ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT pluginenum.o -MD -MP -MF ".deps/pluginenum.Tpo" -c -o pluginenum.o pluginenum.c; \ then mv -f ".deps/pluginenum.Tpo" ".deps/pluginenum.Po"; else rm -f ".deps/pluginenum.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT playlist.o -MD -MP -MF ".deps/playlist.Tpo" -c -o playlist.o playlist.c; \ then mv -f ".deps/playlist.Tpo" ".deps/playlist.Po"; else rm -f ".deps/playlist.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported playlist.c:567:60: warning: overflow in expression; result is -2147483648 with type 'int' [-Winteger-overflow] int randval = (gint)((double)rand() / (double)(RAND_MAX + 1) * (g_list_length(skinlist) + 1)); ^ playlist.c:1963:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT controlsocket.o -MD -MP -MF ".deps/controlsocket.Tpo" -c -o controlsocket.o controlsocket.c; \ then mv -f ".deps/controlsocket.Tpo" ".deps/controlsocket.Po"; else rm -f ".deps/controlsocket.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported controlsocket.c:241:58: warning: passing 'gint *' (aka 'int *') to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ((fd = accept(ctrl_fd, (struct sockaddr *) &saddr, &len)) == -1)) ^~~~ /usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/pthread.h:502:79: note: passing argument to parameter here extern int __pthread_accept(int, struct sockaddr *, socklen_t *); ^ controlsocket.c:292:22: warning: passing 'guint32 *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] input_get_volume(&v[0], &v[1]); ^~~~~ ./input.h:56:28: note: passing argument to parameter 'l' here void input_get_volume(int *l, int *r); ^ controlsocket.c:292:29: warning: passing 'guint32 *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] input_get_volume(&v[0], &v[1]); ^~~~~ ./input.h:56:36: note: passing argument to parameter 'r' here void input_get_volume(int *l, int *r); ^ controlsocket.c:297:22: warning: passing 'guint32 *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] input_get_volume(&v[0], &v[1]); ^~~~~ ./input.h:56:28: note: passing argument to parameter 'l' here void input_get_volume(int *l, int *r); ^ controlsocket.c:297:29: warning: passing 'guint32 *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] input_get_volume(&v[0], &v[1]); ^~~~~ ./input.h:56:36: note: passing argument to parameter 'r' here void input_get_volume(int *l, int *r); ^ controlsocket.c:472:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 6 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT dock.o -MD -MP -MF ".deps/dock.Tpo" -c -o dock.o dock.c; \ then mv -f ".deps/dock.Tpo" ".deps/dock.Po"; else rm -f ".deps/dock.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT widget.o -MD -MP -MF ".deps/widget.Tpo" -c -o widget.o widget.c; \ then mv -f ".deps/widget.Tpo" ".deps/widget.Po"; else rm -f ".deps/widget.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT sbutton.o -MD -MP -MF ".deps/sbutton.Tpo" -c -o sbutton.o sbutton.c; \ then mv -f ".deps/sbutton.Tpo" ".deps/sbutton.Po"; else rm -f ".deps/sbutton.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT pbutton.o -MD -MP -MF ".deps/pbutton.Tpo" -c -o pbutton.o pbutton.c; \ then mv -f ".deps/pbutton.Tpo" ".deps/pbutton.Po"; else rm -f ".deps/pbutton.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT tbutton.o -MD -MP -MF ".deps/tbutton.Tpo" -c -o tbutton.o tbutton.c; \ then mv -f ".deps/tbutton.Tpo" ".deps/tbutton.Po"; else rm -f ".deps/tbutton.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT textbox.o -MD -MP -MF ".deps/textbox.Tpo" -c -o textbox.o textbox.c; \ then mv -f ".deps/textbox.Tpo" ".deps/textbox.Po"; else rm -f ".deps/textbox.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported textbox.c:296:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:297:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:301:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:302:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:306:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:307:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:311:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:312:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '': ^ textbox.c:427:7: warning: array subscript is of type 'char' [-Wchar-subscripts] c = toupper(pixmaptext[i]); ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 9 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT menurow.o -MD -MP -MF ".deps/menurow.Tpo" -c -o menurow.o menurow.c; \ then mv -f ".deps/menurow.Tpo" ".deps/menurow.Po"; else rm -f ".deps/menurow.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported menurow.c:124:23: warning: comparison of constant -1 with expression of type 'MenuRowItem' is always true [-Wtautological-constant-out-of-range-compare] if (mr->mr_selected != -1 && mr->mr_release_callback) ~~~~~~~~~~~~~~~ ^ ~~ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT hslider.o -MD -MP -MF ".deps/hslider.Tpo" -c -o hslider.o hslider.c; \ then mv -f ".deps/hslider.Tpo" ".deps/hslider.Po"; else rm -f ".deps/hslider.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT monostereo.o -MD -MP -MF ".deps/monostereo.Tpo" -c -o monostereo.o monostereo.c; \ then mv -f ".deps/monostereo.Tpo" ".deps/monostereo.Po"; else rm -f ".deps/monostereo.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT vis.o -MD -MP -MF ".deps/vis.Tpo" -c -o vis.o vis.c; \ then mv -f ".deps/vis.Tpo" ".deps/vis.Po"; else rm -f ".deps/vis.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT svis.o -MD -MP -MF ".deps/svis.Tpo" -c -o svis.o svis.c; \ then mv -f ".deps/svis.Tpo" ".deps/svis.Po"; else rm -f ".deps/svis.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT number.o -MD -MP -MF ".deps/number.Tpo" -c -o number.o number.c; \ then mv -f ".deps/number.Tpo" ".deps/number.Po"; else rm -f ".deps/number.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT playstatus.o -MD -MP -MF ".deps/playstatus.Tpo" -c -o playstatus.o playstatus.c; \ then mv -f ".deps/playstatus.Tpo" ".deps/playstatus.Po"; else rm -f ".deps/playstatus.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT playlist_list.o -MD -MP -MF ".deps/playlist_list.Tpo" -c -o playlist_list.o playlist_list.c; \ then mv -f ".deps/playlist_list.Tpo" ".deps/playlist_list.Po"; else rm -f ".deps/playlist_list.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT playlist_slider.o -MD -MP -MF ".deps/playlist_slider.Tpo" -c -o playlist_slider.o playlist_slider.c; \ then mv -f ".deps/playlist_slider.Tpo" ".deps/playlist_slider.Po"; else rm -f ".deps/playlist_slider.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT playlist_popup.o -MD -MP -MF ".deps/playlist_popup.Tpo" -c -o playlist_popup.o playlist_popup.c; \ then mv -f ".deps/playlist_popup.Tpo" ".deps/playlist_popup.Po"; else rm -f ".deps/playlist_popup.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT eq_graph.o -MD -MP -MF ".deps/eq_graph.Tpo" -c -o eq_graph.o eq_graph.c; \ then mv -f ".deps/eq_graph.Tpo" ".deps/eq_graph.Po"; else rm -f ".deps/eq_graph.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT eq_slider.o -MD -MP -MF ".deps/eq_slider.Tpo" -c -o eq_slider.o eq_slider.c; \ then mv -f ".deps/eq_slider.Tpo" ".deps/eq_slider.Po"; else rm -f ".deps/eq_slider.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported main.c:438:55: warning: passing 'guint *' (aka 'unsigned int *') to parameter of type 'gint *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign] xmms_cfg_read_int(cfgfile, "xmms", "snap_distance", &cfg.snap_distance); ^~~~~~~~~~~~~~~~~~ ../libxmms/configfile.h:57:83: note: passing argument to parameter 'value' here gboolean xmms_cfg_read_int(ConfigFile * cfg, gchar * section, gchar * key, gint * value); ^ main.c:1727:34: warning: array subscript is of type 'char' [-Wchar-subscripts] ((title && (strchr(title, tolower(words[0][0])) || ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ main.c:1728:23: warning: array subscript is of type 'char' [-Wchar-subscripts] strchr(title, toupper(words[0][0])))) || ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ main.c:1729:26: warning: array subscript is of type 'char' [-Wchar-subscripts] strchr(filename, tolower(words[0][0])) || ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ main.c:1730:26: warning: array subscript is of type 'char' [-Wchar-subscripts] strchr(filename, toupper(words[0][0]))))) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ main.c:1742:15: warning: array subscript is of type 'char' [-Wchar-subscripts] song[i] = tolower(*ptr); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ main.c:1744:15: warning: array subscript is of type 'char' [-Wchar-subscripts] song[i] = tolower(*ptr); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 7 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT skinwin.o -MD -MP -MF ".deps/skinwin.Tpo" -c -o skinwin.o skinwin.c; \ then mv -f ".deps/skinwin.Tpo" ".deps/skinwin.Po"; else rm -f ".deps/skinwin.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT prefswin.o -MD -MP -MF ".deps/prefswin.Tpo" -c -o prefswin.o prefswin.c; \ then mv -f ".deps/prefswin.Tpo" ".deps/prefswin.Po"; else rm -f ".deps/prefswin.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT playlistwin.o -MD -MP -MF ".deps/playlistwin.Tpo" -c -o playlistwin.o playlistwin.c; \ then mv -f ".deps/playlistwin.Tpo" ".deps/playlistwin.Po"; else rm -f ".deps/playlistwin.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported playlistwin.c:1870:28: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign] playlist_ins_url_string(selection_data->data, pos); ^~~~~~~~~~~~~~~~~~~~ ./playlist.h:42:39: note: passing argument to parameter 'string' here guint playlist_ins_url_string(gchar * string, glong pos); ^ playlistwin.c:1873:28: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign] playlist_add_url_string(selection_data->data); ^~~~~~~~~~~~~~~~~~~~ ./playlist.h:41:65: note: expanded from macro 'playlist_add_url_string' #define playlist_add_url_string(string) playlist_ins_url_string(string, -1) ^ ./playlist.h:42:39: note: passing argument to parameter 'string' here guint playlist_ins_url_string(gchar * string, glong pos); ^ playlistwin.c:1918:27: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign] playlist_add_url_string(selection_data->data); ^~~~~~~~~~~~~~~~~~~~ ./playlist.h:41:65: note: expanded from macro 'playlist_add_url_string' #define playlist_add_url_string(string) playlist_ins_url_string(string, -1) ^ ./playlist.h:42:39: note: passing argument to parameter 'string' here guint playlist_ins_url_string(gchar * string, glong pos); ^ 3 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT equalizer.o -MD -MP -MF ".deps/equalizer.Tpo" -c -o equalizer.o equalizer.c; \ then mv -f ".deps/equalizer.Tpo" ".deps/equalizer.Po"; else rm -f ".deps/equalizer.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT hints.o -MD -MP -MF ".deps/hints.Tpo" -c -o hints.o hints.c; \ then mv -f ".deps/hints.Tpo" ".deps/hints.Po"; else rm -f ".deps/hints.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT about.o -MD -MP -MF ".deps/about.Tpo" -c -o about.o about.c; \ then mv -f ".deps/about.Tpo" ".deps/about.Po"; else rm -f ".deps/about.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT sm.o -MD -MP -MF ".deps/sm.Tpo" -c -o sm.o sm.c; \ then mv -f ".deps/sm.Tpo" ".deps/sm.Po"; else rm -f ".deps/sm.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \ then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported getopt.c:531:26: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if (optind != argc && !strcmp(argv[optind], "--")) ^ getopt.c:531:26: note: include the header or explicitly provide a declaration for 'strcmp' getopt.c:607:9: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned int)' if (!strncmp(p->name, nextchar, nameend - nextchar)) ^ getopt.c:607:9: note: include the header or explicitly provide a declaration for 'strncmp' getopt.c:610:27: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' == (unsigned int) strlen(p->name)) ^ getopt.c:610:27: note: include the header or explicitly provide a declaration for 'strlen' getopt.c:658:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 4 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \ then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT urldecode.o -MD -MP -MF ".deps/urldecode.Tpo" -c -o urldecode.o urldecode.c; \ then mv -f ".deps/urldecode.Tpo" ".deps/urldecode.Po"; else rm -f ".deps/urldecode.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -D_REENTRANT -I/usr/X11R7/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/pkg/share/xmms\" -DPLUGIN_DIR=\"/usr/pkg/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DI386_ASSEM -I../intl -I.. -DHAVE_ICONV_OPEN=1 -DHAVE_NANOSLEEP=1 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -MT mkdtemp.o -MD -MP -MF ".deps/mkdtemp.Tpo" -c -o mkdtemp.o mkdtemp.c; \ then mv -f ".deps/mkdtemp.Tpo" ".deps/mkdtemp.Po"; else rm -f ".deps/mkdtemp.Tpo"; exit 1; fi clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported clang: warning: optimization flag '-finline-functions' is not supported clang: warning: optimization flag '-funroll-all-loops' is not supported mkdtemp.c:117:17: warning: passing 'const unsigned char [63]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] pad = strchr(padchar, *trv); ^~~~~~~ /usr/include/string.h:55:26: note: passing argument to parameter here char *strchr(const char *, int); ^ 1 warning generated. /bin/sh ../libtool --tag=CC --mode=link cc -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o xmms -export-dynamic bmp.o skin.o util.o output.o fft.o input.o effect.o general.o visualization.o fullscreen.o pluginenum.o playlist.o controlsocket.o dock.o widget.o sbutton.o pbutton.o tbutton.o textbox.o menurow.o hslider.o monostereo.o vis.o svis.o number.o playstatus.o playlist_list.o playlist_slider.o playlist_popup.o eq_graph.o eq_slider.o main.o skinwin.o prefswin.o playlistwin.o equalizer.o hints.o about.o sm.o getopt.o getopt1.o urldecode.o mkdtemp.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 -lgthread -lglib -lpthread -lintl -lXi -lXext -lX11 -lm -lpthread -lSM -lICE -lXxf86vm ../libxmms/libxmms.la -L/usr/pkg/lib -lintl -L/usr/lib -lc -R/usr/pkg/lib libtool: link: cc -O2 -march=i586 -I/usr/pkgsrc/work/audio/xmms/work/.buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include -I/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/include/libdrm -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -funroll-all-loops -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -o .libs/xmms bmp.o skin.o util.o output.o fft.o input.o effect.o general.o visualization.o fullscreen.o pluginenum.o playlist.o controlsocket.o dock.o widget.o sbutton.o pbutton.o tbutton.o textbox.o menurow.o hslider.o monostereo.o vis.o svis.o number.o playstatus.o playlist_list.o playlist_slider.o playlist_popup.o eq_graph.o eq_slider.o main.o skinwin.o prefswin.o playlistwin.o equalizer.o hints.o about.o sm.o getopt.o getopt1.o urldecode.o mkdtemp.o -Wl,--export-dynamic -L/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib -L/usr/pkgsrc/work/audio/xmms/work/.x11-buildlink/lib -lSM -lICE -lXxf86vm -L../libxmms/.libs -lxmms -lgtk -lgdk -lgmodule -lgthread -lglib -lpthread -lXi -lXext -lX11 -lm -lintl -lc -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/pkgsrc/work/audio/xmms/work/.buildlink/lib ../libxmms/.libs/libxmms.so: undefined reference to `setreuid' clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:443: recipe for target 'xmms' failed gmake[4]: *** [xmms] Error 1 gmake[4]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms' Makefile:551: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms' Makefile:364: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11/xmms' Makefile:469: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/work/audio/xmms/work/xmms-1.2.11' Makefile:307: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/audio/xmms *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/audio/xmms