=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for gtksql-0.3nb11 gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c main.c -o ./main.o In file included from queries.h:36:0, from db_conn.h:26, from common.h:27, from main.c:21: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from db_conn.h:26:0, from common.h:27, from main.c:21: queries.h:62:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __QUERIES_H__ ^~~~~~~~~~~~~ In file included from common.h:27:0, from main.c:21: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from common.h:28:0, from main.c:21: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from main.c:21:0: common.h:48:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __COMMON_H__ ^~~~~~~~~~~~ In file included from main.c:24:0: dialogs.h:29:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DIALOGS_H__ ^~~~~~~~~~~~~ In file included from main.c:25:0: tables.h:30:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __TABLES_H__ ^~~~~~~~~~~~ In file included from main.c:26:0: export.h:26:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __EXPORT_H__ ^~~~~~~~~~~~ In file included from main.c:28:0: mytoolbar.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __MYTOOLBAR_C__ ^~~~~~~~~~~~~~~ In file included from main.c:31:0: postgres.h:30:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __POSTGRES_H__ ^~~~~~~~~~~~~~ main.c:64:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif USE_POSTGRESQL ^~~~~~~~~~~~~~ main.c:67:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif USE_MYSQL ^~~~~~~~~ main.c: In function 'about': main.c:379:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif USE_POSTGRESQL ^~~~~~~~~~~~~~ main.c:382:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif USE_MYSQL ^~~~~~~~~ gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c queries.c -o ./queries.o In file included from queries.h:36:0, from db_conn.h:26, from common.h:27, from queries.c:22: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from db_conn.h:26:0, from common.h:27, from queries.c:22: queries.h:62:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __QUERIES_H__ ^~~~~~~~~~~~~ In file included from common.h:27:0, from queries.c:22: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from common.h:28:0, from queries.c:22: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from queries.c:22:0: common.h:48:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __COMMON_H__ ^~~~~~~~~~~~ In file included from queries.c:25:0: dialogs.h:29:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DIALOGS_H__ ^~~~~~~~~~~~~ In file included from queries.c:26:0: tables.h:30:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __TABLES_H__ ^~~~~~~~~~~~ In file included from queries.c:27:0: export.h:26:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __EXPORT_H__ ^~~~~~~~~~~~ gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c dialogs.c -o ./dialogs.o gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c tables.c -o ./tables.o In file included from queries.h:36:0, from db_conn.h:26, from common.h:27, from tables.c:19: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from db_conn.h:26:0, from common.h:27, from tables.c:19: queries.h:62:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __QUERIES_H__ ^~~~~~~~~~~~~ In file included from common.h:27:0, from tables.c:19: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from common.h:28:0, from tables.c:19: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from tables.c:19:0: common.h:48:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __COMMON_H__ ^~~~~~~~~~~~ In file included from tables.c:21:0: dialogs.h:29:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DIALOGS_H__ ^~~~~~~~~~~~~ tables.c:30:8: warning: type defaults to 'int' in declaration of 'editor_displayed' [-Wimplicit-int] static editor_displayed = 0; ^~~~~~~~~~~~~~~~ tables.c: In function 'DisplayTableNamed': tables.c:122:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(name, tablename)) { ^~~~~~ gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c export.c -o ./export.o In file included from queries.h:36:0, from db_conn.h:26, from common.h:27, from export.c:22: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from db_conn.h:26:0, from common.h:27, from export.c:22: queries.h:62:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __QUERIES_H__ ^~~~~~~~~~~~~ In file included from common.h:27:0, from export.c:22: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from common.h:28:0, from export.c:22: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from export.c:22:0: common.h:48:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __COMMON_H__ ^~~~~~~~~~~~ gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c status.c -o ./status.o gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c config.c -o ./config.o In file included from config.c:19:0: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c mytoolbar.c -o ./mytoolbar.o In file included from queries.h:36:0, from db_conn.h:26, from common.h:27, from mytoolbar.c:21: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from db_conn.h:26:0, from common.h:27, from mytoolbar.c:21: queries.h:62:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __QUERIES_H__ ^~~~~~~~~~~~~ In file included from common.h:27:0, from mytoolbar.c:21: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from common.h:28:0, from mytoolbar.c:21: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from mytoolbar.c:21:0: common.h:48:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __COMMON_H__ ^~~~~~~~~~~~ In file included from mytoolbar.c:23:0: mytoolbar.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __MYTOOLBAR_C__ ^~~~~~~~~~~~~~~ gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include `gtk-config --cflags` -I/usr/pkg/include/postgresql/server -DUSE_POSTGRESQL -c postgres.c -o ./postgres.o In file included from queries.h:36:0, from db_conn.h:26, from common.h:27, from postgres.c:23: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from db_conn.h:26:0, from common.h:27, from postgres.c:23: queries.h:62:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __QUERIES_H__ ^~~~~~~~~~~~~ In file included from common.h:27:0, from postgres.c:23: db_conn.h:110:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from common.h:28:0, from postgres.c:23: config.h:36:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __DB_CONN_H__ ^~~~~~~~~~~~~ In file included from postgres.c:23:0: common.h:48:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __COMMON_H__ ^~~~~~~~~~~~ gcc -o gtksql main.o queries.o dialogs.o tables.o export.o status.o config.o mytoolbar.o postgres.o -L/usr/pkg/lib -lpq `gtk-config --libs` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lcrypt ld: postgres.o: in function `DBget_table_def': postgres.c:(.text+0xb4): undefined reference to `pg_sprintf' ld: postgres.c:(.text+0x19c): undefined reference to `pg_sprintf' ld: postgres.c:(.text+0x31c): undefined reference to `pg_sprintf' ld: postgres.c:(.text+0x488): undefined reference to `pg_sprintf' ld: postgres.c:(.text+0x510): undefined reference to `pg_sprintf' ld: postgres.o:postgres.c:(.text+0x5bc): more undefined references to `pg_sprintf' follow ld: postgres.o: in function `DBget_table_def': postgres.c:(.text+0x674): undefined reference to `pg_fprintf' ld: postgres.o: in function `connect_callback': postgres.c:(.text+0xa58): undefined reference to `pg_sprintf' ld: postgres.o: in function `DBget_table': postgres.c:(.text+0xb8c): undefined reference to `pg_fprintf' ld: postgres.c:(.text+0xbbc): undefined reference to `pg_fprintf' ld: postgres.o: in function `DBfree_table_def': postgres.c:(.text+0xce0): undefined reference to `pg_fprintf' *** Error code 1 Stop. make: stopped in /usr/pkgsrc/databases/gtksql/work/gtksql-0.3 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/databases/gtksql *** Error code 1 Stop. make: stopped in /usr/pkgsrc/databases/gtksql