=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for bkedit-0.6.23nb17 cd src && make gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit.c -o bk_edit.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_menu.c -o bk_edit_menu.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_tree.c -o bk_edit_tree.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_edit.c -o bk_edit_edit.o In file included from /usr/include/stdio.h:595, from bk_edit_tree.h:4, from bk_edit_edit.c:39: bk_edit_edit.c: In function 'bk_edit_new_bookmark': bk_edit_edit.c:122:39: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 122 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_edit.c:122:42: note: format string is defined here 122 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld In file included from /usr/include/stdio.h:595, from bk_edit_tree.h:4, from bk_edit_edit.c:39: bk_edit_edit.c: In function 'bk_edit_new_folder': bk_edit_edit.c:187:39: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 187 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_edit.c:187:42: note: format string is defined here 187 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_file.c -o bk_edit_file.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_ccp.c -o bk_edit_ccp.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_data.c -o bk_edit_data.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_undo.c -o bk_edit_undo.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dnd.c -o bk_edit_dnd.o bk_edit_dnd.c: In function 'bk_edit_dnd_drag_data_received': bk_edit_dnd.c:109:38: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 109 | if ((name = strstr (selection_data->data, ""))) | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:68:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 68 | char *strstr(const char *, const char *); | ^~~~~~~~~~~~ bk_edit_dnd.c:115:37: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 115 | if ((url = strstr (selection_data->data, "href=\""))) | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:68:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 68 | char *strstr(const char *, const char *); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:595, from bk_edit_dnd.c:25: bk_edit_dnd.c:160:41: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 160 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_dnd.c:160:44: note: format string is defined here 160 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld bk_edit_dnd.c:181:38: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 181 | if ((name = strstr (selection_data->data, "NAME="))) | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:68:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 68 | char *strstr(const char *, const char *); | ^~~~~~~~~~~~ bk_edit_dnd.c:187:37: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 187 | if ((url = strstr (selection_data->data, "URL="))) | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:68:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 68 | char *strstr(const char *, const char *); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:595, from bk_edit_dnd.c:25: bk_edit_dnd.c:232:41: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 232 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_dnd.c:232:44: note: format string is defined here 232 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld bk_edit_dnd.c:271:8: warning: pointer targets in assignment from 'guchar *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 271 | url = selection_data->data; | ^ bk_edit_dnd.c:273:38: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] 273 | if ((name = strchr (selection_data->data, '\n')) != NULL) | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:55:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 55 | char *strchr(const char *, int); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:595, from bk_edit_dnd.c:25: bk_edit_dnd.c:288:41: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 288 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_dnd.c:288:44: note: format string is defined here 288 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld bk_edit_dnd.c:321:54: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 321 | node_data->elements[NAME] = strdup (selection_data->data); | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 80 | char *strdup(const char *); | ^~~~~~~~~~~~ bk_edit_dnd.c:324:57: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 324 | node_data->elements[COMMENT] = strdup (selection_data->data); | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from bk_edit_dnd.c:28: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 80 | char *strdup(const char *); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:595, from bk_edit_dnd.c:25: bk_edit_dnd.c:326:41: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 326 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_dnd.c:326:44: note: format string is defined here 326 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld bk_edit_dnd.c:343:55: warning: pointer targets in passing argument 1 of 'uri_list_extract_uris' differ in signedness [-Wpointer-sign] 343 | GList *uris = uri_list_extract_uris (selection_data->data); | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} bk_edit_dnd.c:58:51: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'guchar *' {aka 'unsigned char *'} 58 | static GList *uri_list_extract_uris (const gchar* uri_list); | ~~~~~~~~~~~~~^~~~~~~~ In file included from /usr/include/stdio.h:595, from bk_edit_dnd.c:25: bk_edit_dnd.c: In function 'uri_list_add': bk_edit_dnd.c:521:40: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 521 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ^~~~~ ~~~~~~~~~~~ | | | time_t {aka long long int} bk_edit_dnd.c:521:43: note: format string is defined here 521 | snprintf (timestr, sizeof (timestr), "%ld", time (NULL)); | ~~^ | | | long int | %lld In file included from /usr/include/ctype.h:100, from bk_edit_dnd.c:26: bk_edit_dnd.c: In function 'uri_list_extract_uris': bk_edit_dnd.c:573:19: warning: array subscript has type 'char' [-Wchar-subscripts] 573 | while (isspace(*p)) | ^ bk_edit_dnd.c:582:29: warning: array subscript has type 'char' [-Wchar-subscripts] 582 | while (q > p && isspace(*q)) | ^ bk_edit_dnd.c: In function 'uri_list_add': bk_edit_dnd.c:551:2: warning: 'node_data' may be used uninitialized in this function [-Wmaybe-uninitialized] 551 | gtk_clist_select_row (GTK_CLIST (tree.tree), gtk_clist_find_row_from_data (GTK_CLIST (tree.tree), node_data), 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtk.h:52, from bk_edit.h:4, from bk_edit_dnd.c:30: /pbulk/work/www/bkedit/work/.buildlink/include/gtk-1.2/gtk/gtkctree.h:46:67: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] 46 | #define GTK_CTREE_ROW(_node_) ((GtkCTreeRow *)(((GList *)(_node_))->data)) | ^~ bk_edit_dnd.c:496:16: note: 'node' was declared here 496 | GtkCTreeNode *node; | ^~~~ gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_misc.c -o bk_edit_misc.o bk_edit_misc.c: In function 'bk_edit_misc_mixed_utf8_to_latin1': bk_edit_misc.c:196:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 196 | in_size = strlen (in_index); | ^~~~~~~~ | | | unsigned char * In file included from bk_edit_misc.c:47: /usr/include/string.h:61:16: note: expected 'const char *' but argument is of type 'unsigned char *' 61 | size_t strlen(const char *); | ^~~~~~~~~~~~ bk_edit_misc.c: In function 'bk_edit_misc_utf8_to_latin1_in_place': bk_edit_misc.c:221:22: warning: pointer targets in passing argument 1 of 'xmlUTF8ToIsolat1' differ in signedness [-Wpointer-sign] 221 | if (UTF8Toisolat1 (out, &out_len, in, &in_len) < 0) | ^~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:25, from bk_edit_misc.c:57: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:293:36: note: expected 'unsigned char *' but argument is of type 'char *' 293 | xmlUTF8ToIsolat1 (unsigned char *out, | ~~~~~~~~~~~~~~~^~~ bk_edit_misc.c:221:37: warning: pointer targets in passing argument 3 of 'xmlUTF8ToIsolat1' differ in signedness [-Wpointer-sign] 221 | if (UTF8Toisolat1 (out, &out_len, in, &in_len) < 0) | ^~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:25, from bk_edit_misc.c:57: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:295:28: note: expected 'const unsigned char *' but argument is of type 'char *' 295 | const unsigned char *in, | ~~~~~~~~~~~~~~~~~~~~~^~ bk_edit_misc.c: In function 'bk_edit_misc_utf8_to_latin1': bk_edit_misc.c:250:57: warning: pointer targets in passing argument 3 of 'bk_edit_misc_mixed_utf8_to_latin1' differ in signedness [-Wpointer-sign] 250 | if (bk_edit_misc_mixed_utf8_to_latin1 (out, &out_len, in, &in_len) != OK) | ^~ | | | char * bk_edit_misc.c:174:89: note: expected 'unsigned char *' but argument is of type 'char *' 174 | int bk_edit_misc_mixed_utf8_to_latin1 (unsigned char *out, int *out_len, unsigned char *in, int *in_len) | ~~~~~~~~~~~~~~~^~ bk_edit_misc.c:258:10: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign] 258 | return out; | ^~~ bk_edit_misc.c: In function 'bk_edit_misc_latin1_to_utf8': bk_edit_misc.c:279:37: warning: pointer targets in passing argument 3 of 'xmlIsolat1ToUTF8' differ in signedness [-Wpointer-sign] 279 | if (isolat1ToUTF8 (out, &out_len, in, &in_len) < 0) | ^~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:25, from bk_edit_misc.c:57: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/encoding.h:301:28: note: expected 'const unsigned char *' but argument is of type 'char *' 301 | const unsigned char *in, | ~~~~~~~~~~~~~~~~~~~~~^~ bk_edit_misc.c:285:10: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign] 285 | return out; | ^~~ In file included from /usr/include/ctype.h:100, from bk_edit_misc.c:46: bk_edit_misc.c: In function 'bk_edit_misc_html_entities_encode_without_utf8': bk_edit_misc.c:310:18: warning: array subscript has type 'char' [-Wchar-subscripts] 310 | if (!isalnum (*in) && !isspace (*in)) | ^ bk_edit_misc.c:310:36: warning: array subscript has type 'char' [-Wchar-subscripts] 310 | if (!isalnum (*in) && !isspace (*in)) | ^ bk_edit_misc.c: In function 'bk_edit_misc_html_entities_encode': bk_edit_misc.c:358:18: warning: array subscript has type 'char' [-Wchar-subscripts] 358 | if (!isalnum (*in) && !isspace (*in)) | ^ bk_edit_misc.c:358:36: warning: array subscript has type 'char' [-Wchar-subscripts] 358 | if (!isalnum (*in) && !isspace (*in)) | ^ bk_edit_misc.c: In function 'bk_edit_misc_xml_entities_encode': bk_edit_misc.c:463:48: warning: pointer targets in passing argument 2 of 'xmlEncodeEntitiesReentrant' differ in signedness [-Wpointer-sign] 463 | char *out = xmlEncodeEntitiesReentrant (NULL, inn); | ^~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:21, from bk_edit_misc.c:57: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/entities.h:124:23: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 124 | const xmlChar *input); | ~~~~~~~~~~~~~~~^~~~~ bk_edit_misc.c:463:14: warning: pointer targets in initialization of 'char *' from 'xmlChar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 463 | char *out = xmlEncodeEntitiesReentrant (NULL, inn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ bk_edit_misc.c: In function 'bk_edit_misc_xml_entities_decode': bk_edit_misc.c:475:2: warning: 'xmlStringDecodeEntities' is deprecated [-Wdeprecated-declarations] 475 | char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0); | ^~~~ In file included from bk_edit_misc.c:58: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parserInternals.h:540:3: note: declared here 540 | xmlStringDecodeEntities (xmlParserCtxtPtr ctxt, | ^~~~~~~~~~~~~~~~~~~~~~~ bk_edit_misc.c:475:44: warning: pointer targets in passing argument 2 of 'xmlStringDecodeEntities' differ in signedness [-Wpointer-sign] 475 | char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0); | ^~ | | | char * In file included from bk_edit_misc.c:58: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parserInternals.h:541:23: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 541 | const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ bk_edit_misc.c:475:14: warning: pointer targets in initialization of 'char *' from 'xmlChar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 475 | char *out = xmlStringDecodeEntities (ctx, in, XML_SUBSTITUTE_REF, 0, 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ctype.h:100, from bk_edit_misc.c:46: bk_edit_misc.c: In function 'bk_edit_misc_strcasestr': bk_edit_misc.c:617:38: warning: array subscript has type 'char' [-Wchar-subscripts] 617 | for (p1 = s; *p1 && *p2 && tolower(*p1) == tolower(*p2); | ^ bk_edit_misc.c:617:54: warning: array subscript has type 'char' [-Wchar-subscripts] 617 | for (p1 = s; *p1 && *p2 && tolower(*p1) == tolower(*p2); | ^ gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_date.c -o bk_edit_date.o In file included from /usr/include/stdio.h:595, from bk_edit_date.c:24: bk_edit_date.c: In function 'bk_edit_date_get_timestamp': bk_edit_date.c:142:39: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 142 | snprintf (timestr, sizeof (timestr), "%ld", timestamp); | ^~~~~ ~~~~~~~~~ | | | time_t {aka long long int} bk_edit_date.c:142:42: note: format string is defined here 142 | snprintf (timestr, sizeof (timestr), "%ld", timestamp); | ~~^ | | | long int | %lld gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_icon.c -o bk_edit_icon.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_gtkrc.c -o bk_edit_gtkrc.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_url_handler.c -o bk_edit_url_handler.o In file included from /usr/include/ctype.h:100, from bk_edit_url_handler.c:23: bk_edit_url_handler.c: In function 'popt_parse_argv_string': bk_edit_url_handler.c:284:21: warning: array subscript has type 'char' [-Wchar-subscripts] 284 | } else if (isspace(*src)) { | ^ gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_main.c -o bk_edit_dialog_main.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_info.c -o bk_edit_dialog_info.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_about.c -o bk_edit_dialog_about.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_edit.c -o bk_edit_dialog_edit.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_undo.c -o bk_edit_dialog_undo.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_clipboard.c -o bk_edit_dialog_clipboard.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_plugin.c -o bk_edit_dialog_plugin.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_box.c -o bk_edit_dialog_box.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_dnd.c -o bk_edit_dialog_dnd.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_find.c -o bk_edit_dialog_find.o bk_edit_dialog_find.c: In function 'row_selected': bk_edit_dialog_find.c:299:23: warning: variable 'node_data' set but not used [-Wunused-but-set-variable] 299 | bk_edit_tree_data *node_data; | ^~~~~~~~~ gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_dialog_config.c -o bk_edit_dialog_config.o bk_edit_dialog_config.c: In function 'ok': bk_edit_dialog_config.c:693:60: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 693 | config_url_handler *url_handler = (config_url_handler *) malloc (sizeof (url_handler)); | ^~~~~~ bk_edit_dialog_config.c:693:60: warning: incompatible implicit declaration of built-in function 'malloc' bk_edit_dialog_config.c:44:1: note: include '<stdlib.h>' or provide a declaration of 'malloc' 43 | #include "bk_edit_dialog_config.h" +++ |+#include <stdlib.h> 44 | gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_recent_document.c -o bk_edit_recent_document.o bk_edit_recent_document.c: In function 'bk_edit_recent_document_add': bk_edit_recent_document.c:71:59: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 71 | config_recent_document *doc = (config_recent_document *) malloc (sizeof (config_recent_document)); | ^~~~~~ bk_edit_recent_document.c:71:59: warning: incompatible implicit declaration of built-in function 'malloc' bk_edit_recent_document.c:38:1: note: include '<stdlib.h>' or provide a declaration of 'malloc' 37 | #include "bk_edit_dialog_main.h" +++ |+#include <stdlib.h> 38 | gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_sort.c -o bk_edit_sort.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c bk_edit_modify_indicator.c -o bk_edit_modify_indicator.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c dialog_options.c -o dialog_options.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c command_line.c -o command_line.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c config.c -o config.o config.c: In function 'config_new': config.c:78:2: warning: 'xmlXPathInit' is deprecated [-Wdeprecated-declarations] 78 | xmlXPathInit (); | ^~~~~~~~~~~~ In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:558:7: note: declared here 558 | xmlXPathInit (void); | ^~~~~~~~~~~~ config.c: In function 'config_recent_documents_list_get': config.c:134:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 134 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents/child::document", path_ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:161:22: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 161 | if (!strcmp (node->name, "filename")) | ~~~~^~~~~~ | | | const xmlChar * {aka const unsigned char *} In file included from config.c:32: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'} 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ config.c:165:45: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 165 | doc->filename = strdup (node->children->content); | ~~~~~~~~~~~~~~^~~~~~~~~ | | | xmlChar * {aka unsigned char *} In file included from config.c:32: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 80 | char *strdup(const char *); | ^~~~~~~~~~~~ config.c:172:27: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 172 | else if (!strcmp (node->name, "plugin")) | ~~~~^~~~~~ | | | const xmlChar * {aka const unsigned char *} In file included from config.c:32: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'} 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ config.c:176:43: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 176 | doc->plugin = strdup (node->children->content); | ~~~~~~~~~~~~~~^~~~~~~~~ | | | xmlChar * {aka unsigned char *} In file included from config.c:32: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 80 | char *strdup(const char *); | ^~~~~~~~~~~~ config.c: In function 'config_recent_documents_list_set': config.c:205:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 205 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents/child::*", path_ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:228:33: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 228 | path = xmlXPathEvalExpression ("/child::bk_edit/child::recently_opened_documents", path_ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:232:59: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 232 | node = xmlNewChild (path->nodesetval->nodeTab[0], NULL, "document", NULL); | ^~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:233:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 233 | xmlNewChild (node, NULL, "filename", ((config_recent_document *) l->data)->filename); | ^~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:233:76: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 233 | xmlNewChild (node, NULL, "filename", ((config_recent_document *) l->data)->filename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:234:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 234 | xmlNewChild (node, NULL, "plugin", ((config_recent_document *) l->data)->plugin); | ^~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:234:74: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 234 | xmlNewChild (node, NULL, "plugin", ((config_recent_document *) l->data)->plugin); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c: In function 'config_url_handlers_get': config.c:266:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 266 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers/child::*", path_ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:295:22: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 295 | if (!strcmp (attr->name, "default")) | ~~~~^~~~~~ | | | const xmlChar * {aka const unsigned char *} In file included from config.c:32: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'} 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ config.c:308:22: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 308 | if (!strcmp (node->name, "name")) | ~~~~^~~~~~ | | | const xmlChar * {aka const unsigned char *} In file included from config.c:32: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'} 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ config.c:312:70: warning: pointer targets in passing argument 1 of 'bk_edit_misc_utf8_to_latin1' differ in signedness [-Wpointer-sign] 312 | url_handler->name = bk_edit_misc_utf8_to_latin1 (node->children->content); | ~~~~~~~~~~~~~~^~~~~~~~~ | | | xmlChar * {aka unsigned char *} In file included from config.c:43: bk_edit_misc.h:33:42: note: expected 'char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 33 | char *bk_edit_misc_utf8_to_latin1 (char *in); | ~~~~~~^~ config.c:319:27: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 319 | else if (!strcmp (node->name, "command")) | ~~~~^~~~~~ | | | const xmlChar * {aka const unsigned char *} In file included from config.c:32: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const xmlChar *' {aka 'const unsigned char *'} 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ config.c:323:73: warning: pointer targets in passing argument 1 of 'bk_edit_misc_utf8_to_latin1' differ in signedness [-Wpointer-sign] 323 | url_handler->command = bk_edit_misc_utf8_to_latin1 (node->children->content); | ~~~~~~~~~~~~~~^~~~~~~~~ | | | xmlChar * {aka unsigned char *} In file included from config.c:43: bk_edit_misc.h:33:42: note: expected 'char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 33 | char *bk_edit_misc_utf8_to_latin1 (char *in); | ~~~~~~^~ config.c: In function 'config_url_handlers_set': config.c:353:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 353 | xmlXPathObjectPtr path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers/child::*", path_ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:376:33: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 376 | path = xmlXPathEvalExpression ("/child::bk_edit/child::url_handlers", path_ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:383:59: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 383 | node = xmlNewChild (path->nodesetval->nodeTab[0], NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:385:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 385 | xmlNewChild (node, NULL, "name", name); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:385:36: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 385 | xmlNewChild (node, NULL, "name", name); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:386:28: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 386 | xmlNewChild (node, NULL, "command", command); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:386:39: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 386 | xmlNewChild (node, NULL, "command", command); | ^~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:393:22: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 393 | xmlNewProp (node, "default", "yes"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:393:33: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 393 | xmlNewProp (node, "default", "yes"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c: In function 'use_default_values': config.c:549:22: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness [-Wpointer-sign] 549 | c->doc = xmlNewDoc ("1.0"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:810:30: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 810 | xmlNewDoc (const xmlChar *version); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:551:27: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness [-Wpointer-sign] 551 | root = xmlNewNode (NULL, "bk_edit"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:861:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 861 | const xmlChar *name); | ~~~~~~~~~~~~~~~^~~~ config.c:555:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 555 | url_handlers = xmlNewChild (root, NULL, "url_handlers", NULL); | ^~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:557:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 557 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:558:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 558 | xmlNewChild (node, NULL, "name", "Mozilla (New Window)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:558:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 558 | xmlNewChild (node, NULL, "name", "Mozilla (New Window)"); | ^~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:559:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 559 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u,new-window)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:559:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 559 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u,new-window)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:561:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 561 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:562:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 562 | xmlNewChild (node, NULL, "name", "Mozilla (Existing)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:562:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 562 | xmlNewChild (node, NULL, "name", "Mozilla (Existing)"); | ^~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:563:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 563 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:563:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 563 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(%u)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:565:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 565 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:566:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 566 | xmlNewChild (node, NULL, "name", "Mozilla (New Tab)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:566:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 566 | xmlNewChild (node, NULL, "name", "Mozilla (New Tab)"); | ^~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:567:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 567 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL (%u,new-tab)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:567:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 567 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL (%u,new-tab)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:568:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 568 | xmlNewProp (node, "default", "yes"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:568:31: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 568 | xmlNewProp (node, "default", "yes"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:570:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 570 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:571:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 571 | xmlNewChild (node, NULL, "name", "www.archive.org (Mozilla)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:571:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 571 | xmlNewChild (node, NULL, "name", "www.archive.org (Mozilla)"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:572:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 572 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(http://web.archive.org/web/*/%u,new-tab)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:572:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 572 | xmlNewChild (node, NULL, "command", "mozilla -remote 'openURL(http://web.archive.org/web/*/%u,new-tab)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:574:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 574 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:575:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 575 | xmlNewChild (node, NULL, "name", "Phoenix (New Tab)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:575:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 575 | xmlNewChild (node, NULL, "name", "Phoenix (New Tab)"); | ^~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:576:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 576 | xmlNewChild (node, NULL, "command", "phoenix -remote 'openURL (%u,new-tab)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:576:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 576 | xmlNewChild (node, NULL, "command", "phoenix -remote 'openURL (%u,new-tab)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:578:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 578 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:579:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 579 | xmlNewChild (node, NULL, "name", "Opera (New Window)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:579:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 579 | xmlNewChild (node, NULL, "name", "Opera (New Window)"); | ^~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:580:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 580 | xmlNewChild (node, NULL, "command", "opera -remote 'openURL(%u,new-window)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:580:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 580 | xmlNewChild (node, NULL, "command", "opera -remote 'openURL(%u,new-window)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:582:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 582 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:583:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 583 | xmlNewChild (node, NULL, "name", "Galeon (New Tab)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:583:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 583 | xmlNewChild (node, NULL, "name", "Galeon (New Tab)"); | ^~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:584:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 584 | xmlNewChild (node, NULL, "command", "galeon --new-tab %u"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:584:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 584 | xmlNewChild (node, NULL, "command", "galeon --new-tab %u"); | ^~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:586:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 586 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:587:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 587 | xmlNewChild (node, NULL, "name", "Netscape (Existing)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:587:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 587 | xmlNewChild (node, NULL, "name", "Netscape (Existing)"); | ^~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:588:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 588 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:588:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 588 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:590:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 590 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:591:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 591 | xmlNewChild (node, NULL, "name", "Netscape (New Window)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:591:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 591 | xmlNewChild (node, NULL, "name", "Netscape (New Window)"); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:592:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 592 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u,new-window)'"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:592:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 592 | xmlNewChild (node, NULL, "command", "netscape -remote 'openURL(%u,new-window)'"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:594:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 594 | node = xmlNewChild (url_handlers, NULL, "url_handler", NULL); | ^~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:595:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 595 | xmlNewChild (node, NULL, "name", "Lynx (xterm)"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:595:35: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 595 | xmlNewChild (node, NULL, "name", "Lynx (xterm)"); | ^~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:596:27: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 596 | xmlNewChild (node, NULL, "command", "xterm -e lynx %u"); | ^~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:596:38: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 596 | xmlNewChild (node, NULL, "command", "xterm -e lynx %u"); | ^~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:869:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 869 | const xmlChar *content); | ~~~~~~~~~~~~~~~^~~~~~~ config.c:599:55: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 599 | recently_opened_documents = xmlNewChild (root, NULL, "recently_opened_documents", NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:600:41: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 600 | xmlNewProp (recently_opened_documents, "size", "5"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:600:49: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 600 | xmlNewProp (recently_opened_documents, "size", "5"); | ^~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:603:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 603 | browser_type = xmlNewChild (root, NULL, "browser_type", NULL); | ^~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:604:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 604 | xmlNewProp (browser_type, "type", "Mozilla v1.0, v1.1, v1.2, v1.3 and Netscape 6+"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:604:36: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 604 | xmlNewProp (browser_type, "type", "Mozilla v1.0, v1.1, v1.2, v1.3 and Netscape 6+"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:607:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 607 | middle_mouse = xmlNewChild (root, NULL, "middle_mouse", NULL); | ^~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:608:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 608 | xmlNewProp (middle_mouse, "use", "yes"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:608:35: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 608 | xmlNewProp (middle_mouse, "use", "yes"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:611:44: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 611 | dialog_options = xmlNewChild (root, NULL, "dialog_options", NULL); | ^~~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:613:52: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 613 | url_dropzone = xmlNewChild (dialog_options, NULL, "url_dropzone", NULL); | ^~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:614:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 614 | xmlNewProp (url_dropzone, "sticky", "no"); | ^~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:614:38: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 614 | xmlNewProp (url_dropzone, "sticky", "no"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:615:28: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 615 | xmlNewProp (url_dropzone, "always_on_top", "no"); | ^~~~~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:615:45: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 615 | xmlNewProp (url_dropzone, "always_on_top", "no"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:617:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 617 | node = xmlNewChild (url_dropzone, NULL, "size", NULL); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:618:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 618 | xmlNewProp (node, "use", "no"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:618:27: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 618 | xmlNewProp (node, "use", "no"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:619:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 619 | xmlNewProp (node, "width", "230"); | ^~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:619:29: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 619 | xmlNewProp (node, "width", "230"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:620:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 620 | xmlNewProp (node, "height", "29"); | ^~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:620:30: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 620 | xmlNewProp (node, "height", "29"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:622:42: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 622 | node = xmlNewChild (url_dropzone, NULL, "position", NULL); | ^~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:623:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 623 | xmlNewProp (node, "use", "no"); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:623:27: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 623 | xmlNewProp (node, "use", "no"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:624:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 624 | xmlNewProp (node, "x", "10"); | ^~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:624:25: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 624 | xmlNewProp (node, "x", "10"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:625:20: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 625 | xmlNewProp (node, "y", "10"); | ^~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:625:25: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 625 | xmlNewProp (node, "y", "10"); | ^~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:628:40: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 628 | sort_order = xmlNewChild (root, NULL, "sort_order", NULL); | ^~~~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:629:26: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 629 | xmlNewProp (sort_order, "type", "Unsorted"); | ^~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:629:34: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 629 | xmlNewProp (sort_order, "type", "Unsorted"); | ^~~~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c: In function 'set_property': config.c:636:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 636 | xmlXPathObjectPtr path = xmlXPathEvalExpression (xpath, path_ctx); | ^~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:653:75: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] 653 | xmlNodePtr browser_type = xmlNewChild (root, NULL, strrchr (xpath, ':') + 1, NULL); | ~~~~~~~~~~~~~~~~~~~~~^~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:868:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 868 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:654:29: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 654 | xmlNewProp (browser_type, property, value); | ^~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:819:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 819 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:654:39: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign] 654 | xmlNewProp (browser_type, property, value); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:820:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 820 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c:665:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] 665 | xmlSetProp (node, property, value); | ^~~~~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1023:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 1023 | const xmlChar *name, | ~~~~~~~~~~~~~~~^~~~ config.c:665:30: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] 665 | xmlSetProp (node, property, value); | ^~~~~ | | | char * In file included from /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/parser.h:16, from config.c:38: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/tree.h:1024:22: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 1024 | const xmlChar *value); | ~~~~~~~~~~~~~~~^~~~~ config.c: In function 'get_property': config.c:675:51: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] 675 | xmlXPathObjectPtr path = xmlXPathEvalExpression (xpath, path_ctx); | ^~~~~ | | | char * In file included from config.c:39: /pbulk/work/www/bkedit/work/.buildlink/include/libxml2/libxml/xpath.h:534:46: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' 534 | xmlXPathEvalExpression (const xmlChar *str, | ~~~~~~~~~~~~~~~^~~ config.c:689:22: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 689 | value = strdup (path->stringval); | ~~~~^~~~~~~~~~~ | | | xmlChar * {aka unsigned char *} In file included from config.c:32: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 80 | char *strdup(const char *); | ^~~~~~~~~~~~ gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c convert.c -o convert.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c plugin.c -o plugin.o plugin.c: In function 'plugin_new': plugin.c:61:18: warning: 'plug' may be used uninitialized in this function [-Wmaybe-uninitialized] 61 | plugin *plug = plugin_load (plug, so.gl_pathv[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c char_vector.c -o char_vector.o gcc -O2 -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -Wall `/usr/pkg/bin/gtk-config --cflags` `/pbulk/work/www/bkedit/work/.buildlink/bin/xml2-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c g_stack.c -o g_stack.o cd plugins && make cd all_edit && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c all_edit.c -o all_edit.o gcc -shared all_edit.o -o all_edit.so /bin/cp all_edit.so ../ cd nn4 && make gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c nn4.c -o nn4.o gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c nn4_ui.c -o nn4_ui.o gcc -Wall -I../.. -fPIC `/usr/pkg/bin/gtk-config --cflags` -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/include -I/usr/X11R7/include -c nn4_parse.c -o nn4_parse.o /pbulk/work/www/bkedit/work/.tools/bin/bison -d -o nn4_parse.yacc.c nn4_parse.yacc /pbulk/work/www/bkedit/work/.tools/bin/bison: text relocations /pbulk/work/www/bkedit/work/.tools/bin/bison: Cannot write-enable text segment: Permission denied *** Error code 1 Stop. make[3]: stopped in /pbulk/work/www/bkedit/work/bk_edit-0.6.23/src/plugins/nn4 *** Error code 1 Stop. make[2]: stopped in /pbulk/work/www/bkedit/work/bk_edit-0.6.23/src/plugins *** Error code 1 Stop. make[1]: stopped in /pbulk/work/www/bkedit/work/bk_edit-0.6.23/src *** Error code 1 Stop. make: stopped in /pbulk/work/www/bkedit/work/bk_edit-0.6.23 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/www/bkedit *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/bkedit