=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xml-coreutils-0.8a Making all in doc Making all in src /usr/pkg/bin/bmake all-recursive Making all in . cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xml-cat.o -MD -MP -MF .deps/xml-cat.Tpo -c -o xml-cat.o xml-cat.c mv -f .deps/xml-cat.Tpo .deps/xml-cat.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT myerror.o -MD -MP -MF .deps/myerror.Tpo -c -o myerror.o myerror.c mv -f .deps/myerror.Tpo .deps/myerror.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT mysignal.o -MD -MP -MF .deps/mysignal.Tpo -c -o mysignal.o mysignal.c mv -f .deps/mysignal.Tpo .deps/mysignal.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c In file included from common.c:2: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from common.c:2: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from common.c:2: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from common.c:2: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from common.c:2: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/common.Tpo .deps/common.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT parser.o -MD -MP -MF .deps/parser.Tpo -c -o parser.o parser.c parser.c:277:17: warning: implicit conversion from enumeration type 'enum XML_Parsing' to different enumeration type 'enum XML_Status' [-Wenum-conversion] return status.parsing; ~~~~~~ ~~~~~~~^~~~~~~ parser.c:305:27: warning: implicit conversion from enumeration type 'enum XML_Status' to different enumeration type 'enum XML_Parsing' [-Wenum-conversion] parser->cur.pstatus = get_pstatus(parser); ~ ^~~~~~~~~~~~~~~~~~~ parser.c:318:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] n = (nbytes < 0) ? 0 : nbytes; ~~~~~~ ^ ~ parser.c:319:19: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] fin = (nbytes < 0); ~~~~~~ ^ ~ parser.c:327:32: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if( parser && buf && (nbytes >= 0)) { ~~~~~~ ^ ~ 5 warnings generated. mv -f .deps/parser.Tpo .deps/parser.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT filelist.o -MD -MP -MF .deps/filelist.Tpo -c -o filelist.o filelist.c mv -f .deps/filelist.Tpo .deps/filelist.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c In file included from io.c:25: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from io.c:25: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from io.c:25: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from io.c:25: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from io.c:25: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/io.Tpo .deps/io.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT stdout.o -MD -MP -MF .deps/stdout.Tpo -c -o stdout.o stdout.c In file included from stdout.c:25: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from stdout.c:25: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from stdout.c:25: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from stdout.c:25: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from stdout.c:25: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/stdout.Tpo .deps/stdout.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.c mv -f .deps/mem.Tpo .deps/mem.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT entities.o -MD -MP -MF .deps/entities.Tpo -c -o entities.o entities.c In file included from entities.c:22: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from entities.c:22: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from entities.c:22: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from entities.c:22: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from entities.c:22: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ entities.c:98:45: warning: array subscript is of type 'char' [-Wchar-subscripts] for(v = 0, r = begin; r && (r < end) && xml_isdigit(*r); r++) { ^~~~~~~~~~~~~~~ ./entities.h:65:25: note: expanded from macro 'xml_isdigit' #define xml_isdigit(x) (isdigit(x)) ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 6 warnings generated. mv -f .deps/entities.Tpo .deps/entities.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT cstring.o -MD -MP -MF .deps/cstring.Tpo -c -o cstring.o cstring.c In file included from cstring.c:24: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from cstring.c:24: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from cstring.c:24: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from cstring.c:24: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from cstring.c:24: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ cstring.c:149:16: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare] if( cs && (0 <= n) && (n < cs->cb.size) ) { ~ ^ ~ 6 warnings generated. mv -f .deps/cstring.Tpo .deps/cstring.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT wrap.o -MD -MP -MF .deps/wrap.Tpo -c -o wrap.o wrap.c mv -f .deps/wrap.Tpo .deps/wrap.Po cc -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o xml-cat xml-cat.o myerror.o mysignal.o common.o parser.o filelist.o io.o stdout.o mem.o entities.o cstring.o wrap.o -lslang -lncurses -lexpat -lm cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xml-printf.o -MD -MP -MF .deps/xml-printf.Tpo -c -o xml-printf.o xml-printf.c mv -f .deps/xml-printf.Tpo .deps/xml-printf.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT stdparse.o -MD -MP -MF .deps/stdparse.Tpo -c -o stdparse.o stdparse.c mv -f .deps/stdparse.Tpo .deps/stdparse.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT stdselect.o -MD -MP -MF .deps/stdselect.Tpo -c -o stdselect.o stdselect.c mv -f .deps/stdselect.Tpo .deps/stdselect.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xpath.o -MD -MP -MF .deps/xpath.Tpo -c -o xpath.o xpath.c In file included from xpath.c:24: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from xpath.c:24: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from xpath.c:24: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from xpath.c:24: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from xpath.c:24: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ xpath.c:596:41: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if( (*patbegin == '*') && !xml_isdigit(*xpath) ) { ^~~~~~~~~~~~~~~~~~~ ./entities.h:65:25: note: expanded from macro 'xml_isdigit' #define xml_isdigit(x) (isdigit(x)) ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 6 warnings generated. mv -f .deps/xpath.Tpo .deps/xpath.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xmatch.o -MD -MP -MF .deps/xmatch.Tpo -c -o xmatch.o xmatch.c In file included from xmatch.c:25: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from xmatch.c:25: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from xmatch.c:25: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from xmatch.c:25: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from xmatch.c:25: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/xmatch.Tpo .deps/xmatch.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xpredicate.o -MD -MP -MF .deps/xpredicate.Tpo -c -o xpredicate.o xpredicate.c mv -f .deps/xpredicate.Tpo .deps/xpredicate.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xattribute.o -MD -MP -MF .deps/xattribute.Tpo -c -o xattribute.o xattribute.c mv -f .deps/xattribute.Tpo .deps/xattribute.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT jenkins.o -MD -MP -MF .deps/jenkins.Tpo -c -o jenkins.o jenkins.c mv -f .deps/jenkins.Tpo .deps/jenkins.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT objstack.o -MD -MP -MF .deps/objstack.Tpo -c -o objstack.o objstack.c mv -f .deps/objstack.Tpo .deps/objstack.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT nhistory.o -MD -MP -MF .deps/nhistory.Tpo -c -o nhistory.o nhistory.c mv -f .deps/nhistory.Tpo .deps/nhistory.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT tempcollect.o -MD -MP -MF .deps/tempcollect.Tpo -c -o tempcollect.o tempcollect.c In file included from tempcollect.c:26: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from tempcollect.c:26: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from tempcollect.c:26: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from tempcollect.c:26: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from tempcollect.c:26: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ tempcollect.c:337:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if( r < 0 ) { ~ ^ ~ tempcollect.c:368:10: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare] (0 <= start) && (start <= end) ) { ~ ^ ~~~~~ 7 warnings generated. mv -f .deps/tempcollect.Tpo .deps/tempcollect.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT stringlist.o -MD -MP -MF .deps/stringlist.Tpo -c -o stringlist.o stringlist.c mv -f .deps/stringlist.Tpo .deps/stringlist.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT format.o -MD -MP -MF .deps/format.Tpo -c -o format.o format.c mv -f .deps/format.Tpo .deps/format.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT tempvar.o -MD -MP -MF .deps/tempvar.Tpo -c -o tempvar.o tempvar.c In file included from tempvar.c:24: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from tempvar.c:24: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from tempvar.c:24: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from tempvar.c:24: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from tempvar.c:24: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/tempvar.Tpo .deps/tempvar.Po cc -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o xml-printf xml-printf.o myerror.o mysignal.o common.o parser.o filelist.o io.o stdout.o mem.o entities.o cstring.o stdparse.o stdselect.o xpath.o xmatch.o xpredicate.o xattribute.o jenkins.o objstack.o nhistory.o tempcollect.o stringlist.o format.o tempvar.o -lslang -lncurses -lexpat -lm cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xml-echo.o -MD -MP -MF .deps/xml-echo.Tpo -c -o xml-echo.o xml-echo.c In file included from xml-echo.c:27: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from xml-echo.c:27: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from xml-echo.c:27: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from xml-echo.c:27: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from xml-echo.c:27: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/xml-echo.Tpo .deps/xml-echo.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT echo.o -MD -MP -MF .deps/echo.Tpo -c -o echo.o echo.c In file included from echo.c:25: ./entities.h:37:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalpha(c) || (c == 0x5F) || (c == 0x3A)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ In file included from echo.c:25: ./entities.h:40:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (c == 0x2E) || (c == 0x2D) || (c == 0x5F) || (c == 0x3A) || (c & 0x80)); /* simplified extended ascii, to be fixed */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from echo.c:25: ./entities.h:44:11: warning: array subscript is of type 'char' [-Wchar-subscripts] return (isalnum(c) || (strchr(" \n\r-'()+,./:=?;!*#@$_%", c) != NULL)); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from echo.c:25: ./entities.h:48:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isdigit(c); ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ In file included from echo.c:25: ./entities.h:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] return isxdigit(c); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ 5 warnings generated. mv -f .deps/echo.Tpo .deps/echo.Po cc -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o xml-echo xml-echo.o myerror.o mysignal.o common.o wrap.o io.o stdout.o format.o xpath.o mem.o parser.o echo.o entities.o jenkins.o tempcollect.o tempvar.o cstring.o -lslang -lncurses -lexpat -lm cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -funsigned-char -Wall -pedantic -O2 -march=i586 -I/usr/pkg/include -MT xml-less.o -MD -MP -MF .deps/xml-less.Tpo -c -o xml-less.o xml-less.c In file included from xml-less.c:22: In file included from ./fbparser.h:30: In file included from ./fbreader.h:25: ./blockmgr.h:34:3: error: typedef redefinition with different types ('struct block' vs '__uint32_t' (aka 'unsigned int')) } block_t; ^ /usr/include/sys/types.h:120:18: note: previous definition is here typedef uint32_t block_t; /* block number */ ^ 1 error generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/xml-coreutils/work/xml-coreutils-0.8a/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/xml-coreutils/work/xml-coreutils-0.8a/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/xml-coreutils/work/xml-coreutils-0.8a/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/textproc/xml-coreutils/work/xml-coreutils-0.8a *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/textproc/xml-coreutils *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/textproc/xml-coreutils