=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for mpd-1.0.1nb7 echo "#" >paths.sh echo "# Created mechanically; DO NOT EDIT THIS FILE." >>paths.sh echo "#" >>paths.sh sed -n >>paths.sh <Configuration -e 's/#.*//' -e 's/[ ]*$//' -e 's/ *= */=/' -e 's/="*\(.* [^"]*\)"*$/="\1"/' -e '/^[A-Z0-9_]* *=/p' echo "" >>paths.sh echo >paths.tmp '/*' echo >>paths.tmp ' * Created mechanically; DO NOT EDIT THIS FILE.' echo >>paths.tmp ' */' sed >>paths.tmp <paths.sh -n -e 's/"//g' -e 's/.*/#define &"/' -e 's/= */ "/p' if cmp -s paths.tmp paths.h; then :; else cp paths.tmp paths.h; fi cc -O3 -Wall -I/usr/X11R7/include -c util.c In file included from util.c:11:0: gen.h:36:14: error: macro "strcat" requires 2 arguments, but only 1 given char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ gen.h:36:7: error: 'strcat' redeclared as different kind of symbol char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ In file included from util.c:9:0: /usr/include/string.h:54:7: note: previous declaration of 'strcat' was here char *strcat(char * __restrict, const char * __restrict); ^ In file included from util.c:11:0: gen.h:36:26: error: macro "strncat" requires 3 arguments, but only 1 given char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ gen.h:36:18: error: 'strncat' redeclared as different kind of symbol char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ In file included from util.c:9:0: /usr/include/string.h:62:7: note: previous declaration of 'strncat' was here char *strncat(char * __restrict, const char * __restrict, size_t); ^ In file included from util.c:11:0: gen.h:36:60: error: macro "strcpy" requires 2 arguments, but only 1 given char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ gen.h:36:53: error: 'strcpy' redeclared as different kind of symbol char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ In file included from util.c:9:0: /usr/include/string.h:58:7: note: previous declaration of 'strcpy' was here char *strcpy(char * __restrict, const char * __restrict); ^ In file included from util.c:11:0: gen.h:36:72: error: macro "strncpy" requires 3 arguments, but only 1 given char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ gen.h:36:64: error: 'strncpy' redeclared as different kind of symbol char *strcat(), *strncat(), *strchr(), *strrchr(), *strcpy(), *strncpy(); ^ In file included from util.c:9:0: /usr/include/string.h:64:7: note: previous declaration of 'strncpy' was here char *strncpy(char * __restrict, const char * __restrict, size_t); ^ In file included from util.c:11:0: gen.h:47:14: error: macro "memset" requires 3 arguments, but only 1 given void *memset(), *memcpy(); ^ gen.h:47:7: error: 'memset' redeclared as different kind of symbol void *memset(), *memcpy(); ^ In file included from util.c:9:0: /usr/include/string.h:53:7: note: previous declaration of 'memset' was here void *memset(void *, int, size_t); ^ In file included from util.c:11:0: gen.h:47:25: error: macro "memcpy" requires 3 arguments, but only 1 given void *memset(), *memcpy(); ^ gen.h:47:18: error: 'memcpy' redeclared as different kind of symbol void *memset(), *memcpy(); ^ In file included from util.c:9:0: /usr/include/string.h:51:7: note: previous declaration of 'memcpy' was here void *memcpy(void * __restrict, const void * __restrict, size_t); ^ *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/lang/mpd/work/mpd.1.0.1 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/lang/mpd *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/mpd