=> Bootstrap dependency digest>=20010302: found digest-20160304 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 libgda-5.2.2nb3 Making all in po gmake[1]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/po' MSGFMT ar.gmo MSGFMT az.gmo MSGFMT el.gmo MSGFMT ca@valencia.gmo MSGFMT dz.gmo MSGFMT da.gmo MSGFMT cs.gmo MSGFMT en_GB.gmo MSGFMT fi.gmo MSGFMT en_CA.gmo MSGFMT ca.gmo MSGFMT es.gmo MSGFMT eu.gmo MSGFMT de.gmo MSGFMT eo.gmo MSGFMT fa.gmo MSGFMT fr.gmo MSGFMT ga.gmo MSGFMT gl.gmo MSGFMT hr.gmo MSGFMT hu.gmo MSGFMT id.gmo MSGFMT it.gmo MSGFMT ja.gmo MSGFMT lt.gmo MSGFMT ko.gmo MSGFMT ms.gmo MSGFMT mk.gmo MSGFMT ml.gmo MSGFMT lv.gmo MSGFMT nl.gmo MSGFMT ne.gmo MSGFMT nb.gmo MSGFMT oc.gmo MSGFMT pa.gmo MSGFMT pl.gmo MSGFMT pt.gmo MSGFMT pt_BR.gmo MSGFMT ru.gmo MSGFMT sk.gmo MSGFMT rw.gmo MSGFMT sl.gmo MSGFMT sq.gmo MSGFMT sr.gmo MSGFMT sv.gmo MSGFMT sr@Latn.gmo MSGFMT sr@latin.gmo MSGFMT tg.gmo MSGFMT uk.gmo MSGFMT tr.gmo MSGFMT vi.gmo MSGFMT zh_CN.gmo MSGFMT zh_HK.gmo MSGFMT zh_TW.gmo gmake[1]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/po' Making all in libgda gmake[1]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda' Making all in sqlite gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite' clang -o gen_emb_string gen_emb_string.c clang -o mkkeywordhash mkkeywordhash.c ./gen_emb_string ../../providers/sqlite/*.xml.in > xml_embedded.h Embedding ../../providers/sqlite/sqlite_specs_add_column.xml.in Embedding ../../providers/sqlite/sqlite_specs_create_db.xml.in Embedding ../../providers/sqlite/sqlite_specs_create_index.xml.in Embedding ../../providers/sqlite/sqlite_specs_create_table.xml.in Embedding ../../providers/sqlite/sqlite_specs_create_view.xml.in Embedding ../../providers/sqlite/sqlite_specs_drop_db.xml.in Embedding ../../providers/sqlite/sqlite_specs_drop_index.xml.in Embedding ../../providers/sqlite/sqlite_specs_drop_table.xml.in Embedding ../../providers/sqlite/sqlite_specs_drop_view.xml.in Embedding ../../providers/sqlite/sqlite_specs_dsn.xml.in Embedding ../../providers/sqlite/sqlite_specs_rename_table.xml.in ./mkkeywordhash ../../libgda/sqlite/keywords.list > keywords_hash.c /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite' Making all in sqlite-src gmake[4]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite/sqlite-src' CC sqlite3.lo CCLD libsqlite.la gmake[4]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite/sqlite-src' Making all in virtual gmake[4]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite/virtual' CC gda-vconnection-data-model.lo CC gda-vconnection-hub.lo CC gda-virtual-provider.lo CC gda-virtual-connection.lo CC gda-vprovider-data-model.lo CC gda-vprovider-hub.lo CCLD libgda-virtual-5.0.la gmake[4]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite/virtual' gmake[4]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite' CC libgda_sqlite_la-gda-sqlite-blob-op.lo CC libgda_sqlite_la-gda-sqlite-ddl.lo CC libgda_sqlite_la-gda-sqlite-handler-boolean.lo CC libgda_sqlite_la-gda-sqlite-handler-bin.lo CC libgda_sqlite_la-gda-sqlite-meta.lo CC libgda_sqlcipher_la-gda-sqlite-meta.lo CC libgda_sqlcipher_la-gda-sqlite-handler-bin.lo CC libgda_sqlite_la-gda-sqlite-recordset.lo CC libgda_sqlite_la-gda-sqlite-provider.lo CC libgda_sqlcipher_la-gda-sqlite-provider.lo CC libgda_sqlcipher_la-gda-sqlite-blob-op.lo CC libgda_sqlite_la-gda-sqlite-util.lo CC libgda_sqlcipher_la-gda-sqlite-handler-boolean.lo CC libgda_sqlite_la-gda-symbols-util.lo CC libgda_sqlcipher_la-gda-sqlite-ddl.lo CC libgda_sqlite_la-gda-sqlite-pstmt.lo gda-sqlite-provider.c:878:49: warning: address of function 'sqlite3_key' will always evaluate to 'true' [-Wpointer-bool-conversion] if (passphrase && *passphrase && SQLITE3_CALL (sqlite3_key)) { ~~ ^~~~~~~~~~~ ./gda-sqlite.h:38:30: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:878:49: note: prefix with the address-of operator to silence this warning if (passphrase && *passphrase && SQLITE3_CALL (sqlite3_key)) { ^ & ./gda-sqlite.h:38:30: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:899:21: warning: address of function 'sqlite3_enable_load_extension' will always evaluate to 'true' [-Wpointer-bool-conversion] if (SQLITE3_CALL (sqlite3_enable_load_extension)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gda-sqlite.h:38:30: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:899:21: note: prefix with the address-of operator to silence this warning if (SQLITE3_CALL (sqlite3_enable_load_extension)) ^ & ./gda-sqlite.h:38:30: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:1364:21: warning: address of function 'sqlite3_key' will always evaluate to 'true' [-Wpointer-bool-conversion] SQLITE3_CALL (sqlite3_key)) { ^~~~~~~~~~~ ./gda-sqlite.h:38:30: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:1364:21: note: prefix with the address-of operator to silence this warning SQLITE3_CALL (sqlite3_key)) { ^ & ./gda-sqlite.h:38:30: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:899:21: warning: address of function 'sqlite3_enable_load_extension' will always evaluate to 'true' [-Wpointer-bool-conversion] if (SQLITE3_CALL (sqlite3_enable_load_extension)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gda-sqlite.h:49:32: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ gda-sqlite-provider.c:899:21: note: prefix with the address-of operator to silence this warning if (SQLITE3_CALL (sqlite3_enable_load_extension)) ^ & ./gda-sqlite.h:49:32: note: expanded from macro 'SQLITE3_CALL' #define SQLITE3_CALL(x) (x) ^ CC libgda_sqlcipher_la-gda-sqlite-pstmt.lo CC libgda_sqlcipher_la-gda-sqlite-recordset.lo CC libgda_sqlcipher_la-gda-sqlite-util.lo CC libgda_sqlcipher_la-gda-symbols-util.lo 3 warnings generated. 1 warning generated. CCLD libgda-sqlite.la CCLD libgda-sqlcipher.la gmake[4]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite' gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite' gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sqlite' Making all in handlers gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/handlers' CC gda-handler-boolean.lo CC gda-handler-bin.lo CC gda-handler-numerical.lo CC gda-handler-string.lo CC gda-handler-type.lo CC gda-handler-time.lo CCLD libgda_handlers-5.0.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/handlers' Making all in binreloc gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/binreloc' CC gda-binreloc.lo CCLD libgda_binreloc-5.0.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/binreloc' Making all in sql-parser gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sql-parser' ( cd . && glib-mkenums \ --fhead "#include \n" \ --fhead "#include \n" \ --fhead "#include " \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.c \ && (cmp -s tmp-gda-enum-types.c gda-sql-parser-enum-types.c || cp tmp-gda-enum-types.c gda-sql-parser-enum-types.c ) \ && rm -f tmp-gda-enum-types.c \ && echo timestamp > s-enum-types-c clang -o gen_def -DSRCDIR=\".\" ./gen_def.c clang -o lemon ./lemon.c ( cd . && glib-mkenums \ --fhead "#ifndef __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n#define __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --vhead "GType @enum_name@_get_type (void);\n#define GDA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \ gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.h \ && (cmp -s tmp-gda-enum-types.h gda-sql-parser-enum-types.h || cp tmp-gda-enum-types.h gda-sql-parser-enum-types.h ) \ && rm -f tmp-gda-enum-types.h \ && echo timestamp > s-enum-types-h WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid start byte at 147 WARNING: UnicodeWarning: invalid continuation byte at 156 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid start byte at 147 WARNING: UnicodeWarning: invalid continuation byte at 156 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid start byte at 147 WARNING: UnicodeWarning: invalid continuation byte at 156 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid start byte at 147 WARNING: UnicodeWarning: invalid continuation byte at 156 ./lemon -q -d -T./lempar.c ./delimiter.y ./lemon -d -T./lempar.c ./parser.y ./lemon -d -T./lempar.c ./parser.y ./lemon -q -d -T./lempar.c ./delimiter.y 3 parsing conflicts. gmake[2]: [Makefile:905: parser.h] Error 1 (ignored) ./gen_def > token_types.h CC gda-sql-parser-enum-types.lo CC delimiter.lo CC gda-statement-struct.lo 3 parsing conflicts. CC gda-sql-parser.lo CC gda-statement-struct-update.lo CC gda-statement-struct-compound.lo gmake[2]: [Makefile:905: parser.c] Error 1 (ignored) CC gda-statement-struct-pspec.lo CC gda-statement-struct-delete.lo CC gda-statement-struct-insert.lo CC gda-statement-struct-parts.lo CC gda-statement-struct-util.lo CC gda-statement-struct-select.lo CC gda-statement-struct-unknown.lo CC parser.lo CC gda-statement-struct-trans.lo gda-statement-struct.c:113:45: warning: implicit conversion from enumeration type 'GdaSqlStatementType' to different enumeration type 'GdaSqlAnyPartType' [-Wenum-conversion] GDA_SQL_ANY_PART (stmt->contents)->type = type; ~ ^~~~ gda-statement-struct.c:150:51: warning: implicit conversion from enumeration type 'GdaSqlStatementType' to different enumeration type 'GdaSqlAnyPartType' [-Wenum-conversion] GDA_SQL_ANY_PART (copy->contents)->type = stmt->stmt_type; ~ ~~~~~~^~~~~~~~~ gda-statement-struct.c:433:55: warning: implicit conversion from enumeration type 'GdaSqlAnyPartType' to different enumeration type 'GdaSqlStatementType' [-Wenum-conversion] cinfo = gda_sql_statement_get_contents_infos (node->type); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~^~~~ gda-statement-struct.c:989:55: warning: implicit conversion from enumeration type 'GdaSqlAnyPartType' to different enumeration type 'GdaSqlStatementType' [-Wenum-conversion] cinfo = gda_sql_statement_get_contents_infos (node->type); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~^~~~ 4 warnings generated. CCLD libgda_sql_parser-5.0.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/sql-parser' Making all in providers-support gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/providers-support' CC gda-pstmt.lo CCLD libgda-psupport.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/providers-support' Making all in thread-wrapper gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/thread-wrapper' CC gda-thread-blob-op.lo CC gda-thread-meta.lo CC gda-thread-provider.lo CC gda-thread-recordset.lo CC gda-thread-wrapper.lo CCLD libgda_threadwrapper-5.0.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda/thread-wrapper' gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda' ( cd . && glib-mkenums \ --fhead "#include \n" \ --fhead "#include " \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-decl.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-repetitive-statement.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h gda-statement.h gda-statement-extra.h gda-sql-builder.h gda-transaction-status.h gda-transaction-status-private.h gda-tree.h gda-tree-mgr-columns.h gda-tree-mgr-schemas.h gda-tree-mgr-tables.h gda-tree-node.h gda-tree-manager.h gda-tree-mgr-label.h gda-tree-mgr-select.h gda-util.h gda-value.h gda-xa-transaction.h libgda-global-variables.h gda-data-pivot.h) > tmp-gda-enum-types.c \ && (cmp -s tmp-gda-enum-types.c gda-enum-types.c || cp tmp-gda-enum-types.c gda-enum-types.c ) \ && rm -f tmp-gda-enum-types.c \ && echo timestamp > s-enum-types-c /usr/pkg/bin/glib-genmarshal gda-marshal.list --body --prefix=_gda_marshal > gda-marshal.c /usr/pkg/bin/glib-genmarshal gda-marshal.list --header --prefix=_gda_marshal > gda-marshal.h ( cd . && glib-mkenums \ --fhead "#ifndef __LIBGDA_ENUM_TYPES_H__\n#define __LIBGDA_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --vhead "GType @enum_name@_get_type (void);\n#define GDA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \ gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-decl.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-repetitive-statement.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h gda-statement.h gda-statement-extra.h gda-sql-builder.h gda-transaction-status.h gda-transaction-status-private.h gda-tree.h gda-tree-mgr-columns.h gda-tree-mgr-schemas.h gda-tree-mgr-tables.h gda-tree-node.h gda-tree-manager.h gda-tree-mgr-label.h gda-tree-mgr-select.h gda-util.h gda-value.h gda-xa-transaction.h libgda-global-variables.h gda-data-pivot.h) > tmp-gda-enum-types.h \ && (cmp -s tmp-gda-enum-types.h gda-enum-types.h || cp tmp-gda-enum-types.h gda-enum-types.h ) \ && rm -f tmp-gda-enum-types.h \ && echo timestamp > s-enum-types-h clang -g -o mkkeywordhash ../libgda/sqlite/mkkeywordhash.c INFO: Reading gda-marshal.list... INFO: Reading gda-marshal.list... WARNING: UnicodeWarning: invalid start byte at 92 WARNING: UnicodeWarning: invalid continuation byte at 101 WARNING: UnicodeWarning: invalid continuation byte at 489 WARNING: UnicodeWarning: invalid continuation byte at 494 WARNING: UnicodeWarning: invalid start byte at 92 WARNING: UnicodeWarning: invalid continuation byte at 101 WARNING: UnicodeWarning: invalid continuation byte at 489 WARNING: UnicodeWarning: invalid continuation byte at 494 WARNING: UnicodeWarning: invalid continuation byte at 38 WARNING: UnicodeWarning: invalid continuation byte at 43 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 ./mkkeywordhash ../libgda/keywords.list > keywords_hash.c WARNING: UnicodeWarning: invalid start byte at 338 WARNING: UnicodeWarning: invalid continuation byte at 347 WARNING: UnicodeWarning: invalid continuation byte at 38 WARNING: UnicodeWarning: invalid continuation byte at 43 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid start byte at 338 WARNING: UnicodeWarning: invalid continuation byte at 347 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid continuation byte at 302 WARNING: UnicodeWarning: invalid start byte at 483 WARNING: UnicodeWarning: invalid continuation byte at 492 WARNING: UnicodeWarning: invalid start byte at 147 WARNING: UnicodeWarning: invalid continuation byte at 156 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid continuation byte at 302 WARNING: UnicodeWarning: invalid start byte at 483 WARNING: UnicodeWarning: invalid continuation byte at 492 WARNING: UnicodeWarning: invalid start byte at 147 WARNING: UnicodeWarning: invalid continuation byte at 156 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid continuation byte at 38 WARNING: UnicodeWarning: invalid continuation byte at 43 WARNING: UnicodeWarning: invalid continuation byte at 167 WARNING: UnicodeWarning: invalid continuation byte at 172 WARNING: UnicodeWarning: invalid continuation byte at 38 WARNING: UnicodeWarning: invalid continuation byte at 43 CC gda-enum-types.lo CC gda-custom-marshal.lo CC gda-data-meta-wrapper.lo CC gda-data-model-dsn-list.lo CC gda-mutex.lo CC gda-marshal.lo CC gda-types.lo CC dir-blob-op.lo CC gda-attributes-manager.lo CC libcsv.lo CC md5c.lo CC gda-batch.lo CC gda-blob-op.lo CC gda-column.lo CC gda-connection.lo CC gda-config.lo gda-data-meta-wrapper.c:214:22: warning: implicit conversion from enumeration type 'GdaDataMetaWrapperMode' to different enumeration type 'GdaSqlIdentifierStyle' [-Wenum-conversion] model->priv->mode = GDA_DATA_META_WRAPPER_MODE_LC; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC gda-connection-event.lo CC gda-data-comparator.lo CC gda-data-handler.lo CC gda-data-model-array.lo CC gda-data-model.lo CC gda-data-model-dir.lo CC gda-data-model-import.lo CC gda-data-model-iter.lo CC gda-data-access-wrapper.lo CC gda-data-proxy.lo CC gda-data-select.lo CC gda-holder.lo CC gda-init.lo CC gda-lockable.lo CC gda-log.lo CC gda-meta-store.lo CC gda-meta-struct.lo CC gda-meta-struct-io.lo gda-data-model.c:1702:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((G_VALUE_TYPE (value) == G_TYPE_DATE)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ gda-data-model.c:1702:31: note: remove extraneous parentheses around the comparison to silence this warning if ((G_VALUE_TYPE (value) == G_TYPE_DATE)) { ~ ^ ~ gda-data-model.c:1702:31: note: use '=' to turn this equality comparison into an assignment if ((G_VALUE_TYPE (value) == G_TYPE_DATE)) { ^~ = gda-data-model.c:1707:36: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] else if ((G_VALUE_TYPE (value) == GDA_TYPE_TIME)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ gda-data-model.c:1707:36: note: remove extraneous parentheses around the comparison to silence this warning else if ((G_VALUE_TYPE (value) == GDA_TYPE_TIME)) { ~ ^ ~ gda-data-model.c:1707:36: note: use '=' to turn this equality comparison into an assignment else if ((G_VALUE_TYPE (value) == GDA_TYPE_TIME)) { ^~ = gda-data-model.c:1712:36: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] else if ((G_VALUE_TYPE (value) == GDA_TYPE_TIMESTAMP)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ gda-data-model.c:1712:36: note: remove extraneous parentheses around the comparison to silence this warning else if ((G_VALUE_TYPE (value) == GDA_TYPE_TIMESTAMP)) { ~ ^ ~ gda-data-model.c:1712:36: note: use '=' to turn this equality comparison into an assignment else if ((G_VALUE_TYPE (value) == GDA_TYPE_TIMESTAMP)) { ^~ = CC gda-quark-list.lo gda-data-model-import.c:750:15: warning: unused variable 'string' [-Wunused-variable] const gchar *string; ^ 3 warnings generated. gda-data-select.c:780:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] if (!model->priv->sh->usage_flags & GDA_DATA_MODEL_ACCESS_RANDOM) ^ ~ gda-data-select.c:780:8: note: add parentheses after the '!' to evaluate the bitwise operator first if (!model->priv->sh->usage_flags & GDA_DATA_MODEL_ACCESS_RANDOM) ^ ( ) gda-data-select.c:780:8: note: add parentheses around left hand side expression to silence this warning if (!model->priv->sh->usage_flags & GDA_DATA_MODEL_ACCESS_RANDOM) ^ ( ) 1 warning generated. CC gda-repetitive-statement.lo CC gda-row.lo CC gda-set.lo CC gda-server-operation.lo 1 warning generated. CC gda-server-provider.lo CC gda-server-provider-extra.lo CC gda-statement.lo CC gda-sql-builder.lo CC gda-transaction-status.lo CC gda-tree.lo CC gda-tree-mgr-columns.lo CC gda-tree-mgr-schemas.lo CC gda-tree-mgr-tables.lo CC gda-tree-node.lo CC gda-tree-manager.lo CC gda-tree-mgr-label.lo CC gda-tree-mgr-select.lo CC gda-util.lo CC gda-value.lo CC gda-xa-transaction.lo CC gda-data-pivot.lo CCLD libgda-5.0.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda' gmake[1]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/libgda' Making all in providers gmake[1]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers' Making all in reuseable gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable' Making all in postgres gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable/postgres' clang -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c ../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y clang -g -o mkkeywordhash ../../../libgda/sqlite/mkkeywordhash.c ../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y 3 parsing conflicts. gmake[3]: [Makefile:786: parser.h] Error 1 (ignored) 3 parsing conflicts. gmake[3]: [Makefile:786: parser.c] Error 1 (ignored) ./gen_def > postgres_token_types.h ./mkkeywordhash ../../../providers/reuseable/postgres/keywords_82.list V82 > keywords_hash.c ./mkkeywordhash ../../../providers/reuseable/postgres/keywords_83.list V83 >> keywords_hash.c ./mkkeywordhash ../../../providers/reuseable/postgres/keywords_84.list V84 >> keywords_hash.c CC gda-postgres-reuseable.lo CC gda-postgres-parser.lo CC gda-postgres-meta.lo CC parser.lo CCLD libgda-postgres.la gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable/postgres' Making all in mysql gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable/mysql' clang -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c ../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y clang -o mkkeywordhash ../../../libgda/sqlite/mkkeywordhash.c ../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y 3 parsing conflicts. gmake[3]: [Makefile:787: parser.h] Error 1 (ignored) 3 parsing conflicts. gmake[3]: [Makefile:787: parser.c] Error 1 (ignored) ./gen_def > mysql_token_types.h ./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V50.list V50 > keywords_hash.c ./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V51.list V51 >> keywords_hash.c ./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V54.list V54 >> keywords_hash.c ./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V60.list V60 >> keywords_hash.c CC gda-mysql-reuseable.lo CC parser.lo CC gda-mysql-meta.lo CC gda-mysql-parser.lo CCLD libgda-mysql.la gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable/mysql' gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable' CC reuse-all.lo CCLD libreuseable.la copying selected object files to avoid basename conflicts... gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable' gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/reuseable' Making all in sqlite gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/sqlite' ITMRG sqlite_specs_dsn.xml ITMRG sqlite_specs_create_index.xml CC libmain.lo ITMRG sqlite_specs_add_column.xml ITMRG sqlite_specs_rename_table.xml ITMRG sqlite_specs_create_db.xml ITMRG sqlite_specs_drop_table.xml ITMRG sqlite_specs_drop_db.xml ITMRG sqlite_specs_drop_index.xml ITMRG sqlite_specs_create_view.xml ITMRG sqlite_specs_create_table.xml ITMRG sqlite_specs_drop_view.xml CCLD libgda-sqlite.la gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/sqlite' Making all in skel-implementation gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation' Making all in capi gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation/capi' clang -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c ../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y clang -g -o mkkeywordhash ../../../libgda/sqlite/mkkeywordhash.c ../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y ITMRG capi_specs_create_table.xml ITMRG capi_specs_dsn.xml 3 parsing conflicts. gmake[3]: [Makefile:829: parser.c] Error 1 (ignored) 3 parsing conflicts. gmake[3]: [Makefile:829: parser.h] Error 1 (ignored) ./gen_def > capi_token_types.h ./mkkeywordhash ../../../providers/skel-implementation/capi/keywords.list > keywords_hash.c CC gda-capi-blob-op.lo CC gda-capi-ddl.lo CC gda-capi-parser.lo CC libmain.lo CC gda-capi-recordset.lo CC parser.lo CC gda-capi-meta.lo CC gda-capi-provider.lo CC gda-capi-pstmt.lo parser.c:1213:3: warning: unused variable 'pdata' [-Wunused-variable] gda_lemon_capi_parserARG_FETCH; ^ parser.c:283:59: note: expanded from macro 'gda_lemon_capi_parserARG_FETCH' #define gda_lemon_capi_parserARG_FETCH GdaSqlParserIface *pdata = yypParser->pdata ^ 1 warning generated. CCLD libgda-capi.la gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation/capi' Making all in models gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation/models' CC gda-models-provider.lo CC libmain.lo ITMRG models_specs_dsn.xml CCLD libgda-models.la gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation/models' gmake[3]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation' gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/skel-implementation' Making all in sqlcipher gmake[2]: Entering directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/sqlcipher' CC sqlite3.lo CC libmain.lo ITMRG sqlcipher_specs_drop_table.xml ITMRG sqlcipher_specs_create_db.xml ITMRG sqlcipher_specs_create_index.xml ITMRG sqlcipher_specs_add_column.xml ITMRG sqlcipher_specs_create_table.xml ITMRG sqlcipher_specs_drop_index.xml ITMRG sqlcipher_specs_rename_table.xml ITMRG sqlcipher_specs_create_view.xml ITMRG sqlcipher_specs_dsn.xml ITMRG sqlcipher_specs_auth.xml ITMRG sqlcipher_specs_drop_view.xml ITMRG sqlcipher_specs_drop_db.xml sqlite3.c:15699:12: error: variable has incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st') HMAC_CTX hctx; ^ /usr/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'struct hmac_ctx_st' typedef struct hmac_ctx_st HMAC_CTX; ^ sqlite3.c:15701:3: warning: implicit declaration of function 'HMAC_CTX_init' is invalid in C99 [-Wimplicit-function-declaration] HMAC_CTX_init(&hctx); ^ sqlite3.c:15706:3: warning: implicit declaration of function 'HMAC_CTX_cleanup' is invalid in C99 [-Wimplicit-function-declaration] HMAC_CTX_cleanup(&hctx); ^ sqlite3.c:15716:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX ectx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ 2 warnings and 2 errors generated. gmake[2]: *** [Makefile:647: sqlite3.lo] Error 1 gmake[2]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers/sqlcipher' gmake[1]: *** [Makefile:539: all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/databases/libgda/work/libgda-5.2.2/providers' gmake: *** [Makefile:730: all-recursive] Error 1 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/databases/libgda *** Error code 1 Stop. make: stopped in /data/pkgsrc/databases/libgda