Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1463600 Details for
Bug 1604587
libgda: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-19 23:27:27 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 23:27:27 UTC
Size:
32.00 KB
patch
obsolete
>s/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 >make all-recursive >make[3]: Entering directory '/builddir/build/BUILD/libgda-5.2.2/libgda/sqlite' >Making all in virtual >make[4]: Entering directory '/builddir/build/BUILD/libgda-5.2.2/libgda/sqlite/virtual' > CC gda-vconnection-data-model.lo > CC gda-vconnection-hub.lo > CC gda-vprovider-data-model.lo > CC gda-vprovider-hub.lo > CC gda-virtual-connection.lo > CC gda-ldap-connection.lo > CC gda-virtual-provider.lo >gda-ldap-connection.c: In function 'gda_ldap_connection_declare_table': >gda-ldap-connection.c:729:16: warning: assignment to 'GdaConnection *' {aka 'struct _GdaConnection *'} from incompatible pointer type 'GdaLdapConnection *' {aka 'struct _GdaLdapConnection *'} [-Wincompatible-pointer-types] > map->ldap_cnc = g_object_ref (cnc); > ^ > CCLD libgda-virtual-5.0.la >make[4]: Leaving directory '/builddir/build/BUILD/libgda-5.2.2/libgda/sqlite/virtual' >make[4]: Entering directory '/builddir/build/BUILD/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-bin.lo > CC libgda_sqlite_la-gda-sqlite-handler-boolean.lo > CC libgda_sqlite_la-gda-sqlite-meta.lo > CC libgda_sqlite_la-gda-sqlite-provider.lo > CC libgda_sqlite_la-gda-sqlite-pstmt.lo > CC libgda_sqlite_la-gda-sqlite-recordset.lo > CC libgda_sqlite_la-gda-sqlite-util.lo > CC libgda_sqlite_la-gda-symbols-util.lo > CC libgda_sqlcipher_la-gda-sqlite-blob-op.lo > CC libgda_sqlcipher_la-gda-sqlite-ddl.lo > CC libgda_sqlcipher_la-gda-sqlite-handler-bin.lo > CC libgda_sqlcipher_la-gda-sqlite-handler-boolean.lo > CC libgda_sqlcipher_la-gda-sqlite-meta.lo > CC libgda_sqlcipher_la-gda-sqlite-provider.lo >gda-sqlite-provider.c: In function 'gda_sqlite_provider_open_connection': >gda-sqlite-provider.c:878:32: warning: the address of 'sqlite3_key' will always evaluate as 'true' [-Waddress] > if (passphrase && *passphrase && SQLITE3_CALL (sqlite3_key)) { > ^~ >In file included from gda-sqlite-provider.c:47: >gda-sqlite.h:38:29: warning: the address of 'sqlite3_enable_load_extension' will always evaluate as 'true' [-Waddress] > #define SQLITE3_CALL(x) (x) > ^ >gda-sqlite-provider.c:899:7: note: in expansion of macro 'SQLITE3_CALL' > if (SQLITE3_CALL (sqlite3_enable_load_extension)) > ^~~~~~~~~~~~ >gda-sqlite-provider.c: In function 'gda_sqlite_provider_perform_operation': >gda-sqlite-provider.c:1363:35: warning: the address of 'sqlite3_key' will always evaluate as 'true' [-Waddress] > *g_value_get_string (value) && > ^~ > 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 > CC libgda_bdbsqlite_la-gda-sqlite-blob-op.lo > CC libgda_bdbsqlite_la-gda-sqlite-ddl.lo > CC libgda_bdbsqlite_la-gda-sqlite-handler-bin.lo > CC libgda_bdbsqlite_la-gda-sqlite-handler-boolean.lo > CC libgda_bdbsqlite_la-gda-sqlite-meta.lo > CC libgda_bdbsqlite_la-gda-sqlite-provider.lo >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:673:8: error: redefinition of 'struct sqlite3_file' > struct sqlite3_file { > ^~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:576:8: note: originally defined here > struct sqlite3_file { > ^~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:772:8: error: redefinition of 'struct sqlite3_io_methods' > struct sqlite3_io_methods { > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:670:8: note: originally defined here > struct sqlite3_io_methods { > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:1304:8: error: redefinition of 'struct sqlite3_vfs' > struct sqlite3_vfs { > ^~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:916:8: note: originally defined here > struct sqlite3_vfs { > ^~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:1601:8: error: redefinition of 'struct sqlite3_mem_methods' > struct sqlite3_mem_methods { > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:1216:8: note: originally defined here > struct sqlite3_mem_methods { > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:3834:30: error: conflicting types for 'sqlite3_value' > typedef struct sqlite3_value sqlite3_value; > ^~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:2780:20: note: previous declaration of 'sqlite3_value' was here > typedef struct Mem sqlite3_value; > ^~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:3977:16: error: conflicting types for 'sqlite3_bind_value' > SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:2885:16: note: previous declaration of 'sqlite3_bind_value' was here > SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4529:27: error: conflicting types for 'sqlite3_column_value' > SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3380:27: note: previous declaration of 'sqlite3_column_value' was here > SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4687:16: error: conflicting types for 'sqlite3_create_function' > SQLITE_API int sqlite3_create_function( > ^~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3523:16: note: previous declaration of 'sqlite3_create_function' was here > SQLITE_API int sqlite3_create_function( > ^~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4697:16: error: conflicting types for 'sqlite3_create_function16' > SQLITE_API int sqlite3_create_function16( > ^~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3533:16: note: previous declaration of 'sqlite3_create_function16' was here > SQLITE_API int sqlite3_create_function16( > ^~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4707:16: error: conflicting types for 'sqlite3_create_function_v2' > SQLITE_API int sqlite3_create_function_v2( > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3543:16: note: previous declaration of 'sqlite3_create_function_v2' was here > SQLITE_API int sqlite3_create_function_v2( > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4861:24: error: conflicting types for 'sqlite3_value_blob' > SQLITE_API const void *sqlite3_value_blob(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3632:24: note: previous declaration of 'sqlite3_value_blob' was here > SQLITE_API const void *sqlite3_value_blob(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4862:19: error: conflicting types for 'sqlite3_value_double' > SQLITE_API double sqlite3_value_double(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3635:19: note: previous declaration of 'sqlite3_value_double' was here > SQLITE_API double sqlite3_value_double(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4863:16: error: conflicting types for 'sqlite3_value_int' > SQLITE_API int sqlite3_value_int(sqlite3_value*); > ^~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3636:16: note: previous declaration of 'sqlite3_value_int' was here > SQLITE_API int sqlite3_value_int(sqlite3_value*); > ^~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4864:26: error: conflicting types for 'sqlite3_value_int64' > SQLITE_API sqlite3_int64 sqlite3_value_int64(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3637:26: note: previous declaration of 'sqlite3_value_int64' was here > SQLITE_API sqlite3_int64 sqlite3_value_int64(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4866:33: error: conflicting types for 'sqlite3_value_text' > SQLITE_API const unsigned char *sqlite3_value_text(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3638:33: note: previous declaration of 'sqlite3_value_text' was here > SQLITE_API const unsigned char *sqlite3_value_text(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4867:24: error: conflicting types for 'sqlite3_value_text16' > SQLITE_API const void *sqlite3_value_text16(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3639:24: note: previous declaration of 'sqlite3_value_text16' was here > SQLITE_API const void *sqlite3_value_text16(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4868:24: error: conflicting types for 'sqlite3_value_text16le' > SQLITE_API const void *sqlite3_value_text16le(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3640:24: note: previous declaration of 'sqlite3_value_text16le' was here > SQLITE_API const void *sqlite3_value_text16le(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4869:24: error: conflicting types for 'sqlite3_value_text16be' > SQLITE_API const void *sqlite3_value_text16be(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3641:24: note: previous declaration of 'sqlite3_value_text16be' was here > SQLITE_API const void *sqlite3_value_text16be(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4870:16: error: conflicting types for 'sqlite3_value_bytes' > SQLITE_API int sqlite3_value_bytes(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3633:16: note: previous declaration of 'sqlite3_value_bytes' was here > SQLITE_API int sqlite3_value_bytes(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4871:16: error: conflicting types for 'sqlite3_value_bytes16' > SQLITE_API int sqlite3_value_bytes16(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3634:16: note: previous declaration of 'sqlite3_value_bytes16' was here > SQLITE_API int sqlite3_value_bytes16(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4872:16: error: conflicting types for 'sqlite3_value_type' > SQLITE_API int sqlite3_value_type(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3642:16: note: previous declaration of 'sqlite3_value_type' was here > SQLITE_API int sqlite3_value_type(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:4873:16: error: conflicting types for 'sqlite3_value_numeric_type' > SQLITE_API int sqlite3_value_numeric_type(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3643:16: note: previous declaration of 'sqlite3_value_numeric_type' was here > SQLITE_API int sqlite3_value_numeric_type(sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:5200:17: error: conflicting types for 'sqlite3_result_value' > SQLITE_API void sqlite3_result_value(sqlite3_context*, sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:3894:17: note: previous declaration of 'sqlite3_result_value' was here > SQLITE_API void sqlite3_result_value(sqlite3_context*, sqlite3_value*); > ^~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6132:8: error: redefinition of 'struct sqlite3_module' > struct sqlite3_module { > ^~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4585:8: note: originally defined here > struct sqlite3_module { > ^~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6263:8: error: redefinition of 'struct sqlite3_index_info' > struct sqlite3_index_info { > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4668:8: note: originally defined here > struct sqlite3_index_info { > ^~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6266:10: error: redefinition of 'struct sqlite3_index_constraint' > struct sqlite3_index_constraint { > ^~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4671:10: note: originally defined here > struct sqlite3_index_constraint { > ^~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6273:10: error: redefinition of 'struct sqlite3_index_orderby' > struct sqlite3_index_orderby { > ^~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4678:10: note: originally defined here > struct sqlite3_index_orderby { > ^~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6278:10: error: redefinition of 'struct sqlite3_index_constraint_usage' > struct sqlite3_index_constraint_usage { > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4683:10: note: originally defined here > struct sqlite3_index_constraint_usage { > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6385:8: error: redefinition of 'struct sqlite3_vtab' > struct sqlite3_vtab { > ^~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4766:8: note: originally defined here > struct sqlite3_vtab { > ^~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6409:8: error: redefinition of 'struct sqlite3_vtab_cursor' > struct sqlite3_vtab_cursor { > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:4790:8: note: originally defined here > struct sqlite3_vtab_cursor { > ^~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:6914:8: error: redefinition of 'struct sqlite3_mutex_methods' > struct sqlite3_mutex_methods { > ^~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:5261:8: note: originally defined here > struct sqlite3_mutex_methods { > ^~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite-pstmt.h:28, > from gda-sqlite-recordset.h:30, > from gda-sqlite-provider.c:49: >/usr/include/sqlite3.h:7839:8: error: redefinition of 'struct sqlite3_pcache_methods' > struct sqlite3_pcache_methods { > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from gda-sqlite.h:32, > from gda-sqlite-provider.c:47: >/usr/include/libdb/dbsql.h:5847:8: note: originally defined here > struct sqlite3_pcache_methods { > ^~~~~~~~~~~~~~~~~~~~~~ >gda-sqlite-provider.c: In function 'gda_sqlite_provider_open_connection': >gda-sqlite-provider.c:1010:17: warning: passing argument 6 of 's3r->sqlite3_create_function' from incompatible pointer type [-Wincompatible-pointer-types] > func->xFunc, NULL, NULL); > ~~~~^~~~~~~ >gda-sqlite-provider.c:1010:17: note: expected 'void (*)(sqlite3_context *, int, sqlite3_value **)' {aka 'void (*)(struct sqlite3_context *, int, struct Mem **)'} but argument is of type 'void (*)(sqlite3_context *, int, sqlite3_value **)' {aka 'void (*)(struct sqlite3_context *, int, struct sqlite3_value **)'} >gda-sqlite-provider.c:1030:17: warning: passing argument 6 of 's3r->sqlite3_create_function' from incompatible pointer type [-Wincompatible-pointer-types] > func->xFunc, NULL, NULL); > ~~~~^~~~~~~ >gda-sqlite-provider.c:1030:17: note: expected 'void (*)(sqlite3_context *, int, sqlite3_value **)' {aka 'void (*)(struct sqlite3_context *, int, struct Mem **)'} but argument is of type 'void (*)(sqlite3_context *, int, sqlite3_value **)' {aka 'void (*)(struct sqlite3_context *, int, struct sqlite3_value **)'} >gda-sqlite-provider.c: In function 'scalar_gda_file_exists_func': >gda-sqlite-provider.c:3604:59: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > path = (gchar *) SQLITE3_CALL (sqlite3_value_text) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3604:59: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_gda_hex_print_func': >gda-sqlite-provider.c:3626:64: warning: passing argument 1 of 's3r->sqlite3_value_blob' from incompatible pointer type [-Wincompatible-pointer-types] > bin->data = (guchar*) SQLITE3_CALL (sqlite3_value_blob) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3626:64: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3632:64: warning: passing argument 1 of 's3r->sqlite3_value_bytes' from incompatible pointer type [-Wincompatible-pointer-types] > bin->binary_length = SQLITE3_CALL (sqlite3_value_bytes) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3632:64: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_gda_hex_print_func2': >gda-sqlite-provider.c:3658:64: warning: passing argument 1 of 's3r->sqlite3_value_blob' from incompatible pointer type [-Wincompatible-pointer-types] > bin->data = (guchar*) SQLITE3_CALL (sqlite3_value_blob) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3658:64: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3664:64: warning: passing argument 1 of 's3r->sqlite3_value_bytes' from incompatible pointer type [-Wincompatible-pointer-types] > bin->binary_length = SQLITE3_CALL (sqlite3_value_bytes) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3664:64: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3673:48: warning: passing argument 1 of 's3r->sqlite3_value_int' from incompatible pointer type [-Wincompatible-pointer-types] > size = SQLITE3_CALL (sqlite3_value_int) (argv [1]); > ~~~~~^~~ >gda-sqlite-provider.c:3673:48: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_rmdiacr': >gda-sqlite-provider.c:3685:59: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > data = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [1]); > ~~~~~^~~ >gda-sqlite-provider.c:3685:59: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3696:58: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > data = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3696:58: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_lower': >gda-sqlite-provider.c:3716:58: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > data = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3716:58: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_upper': >gda-sqlite-provider.c:3736:58: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > data = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3736:58: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_gda_hex_func': >gda-sqlite-provider.c:3759:59: warning: passing argument 1 of 's3r->sqlite3_value_blob' from incompatible pointer type [-Wincompatible-pointer-types] > data = (guchar*) SQLITE3_CALL (sqlite3_value_blob) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3759:59: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3765:52: warning: passing argument 1 of 's3r->sqlite3_value_bytes' from incompatible pointer type [-Wincompatible-pointer-types] > length = SQLITE3_CALL (sqlite3_value_bytes) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3765:52: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_gda_hex_func2': >gda-sqlite-provider.c:3791:59: warning: passing argument 1 of 's3r->sqlite3_value_blob' from incompatible pointer type [-Wincompatible-pointer-types] > data = (guchar*) SQLITE3_CALL (sqlite3_value_blob) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3791:59: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3797:52: warning: passing argument 1 of 's3r->sqlite3_value_bytes' from incompatible pointer type [-Wincompatible-pointer-types] > length = SQLITE3_CALL (sqlite3_value_bytes) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3797:52: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3798:48: warning: passing argument 1 of 's3r->sqlite3_value_int' from incompatible pointer type [-Wincompatible-pointer-types] > size = SQLITE3_CALL (sqlite3_value_int) (argv [1]); > ~~~~~^~~ >gda-sqlite-provider.c:3798:48: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c: In function 'scalar_regexp_func': >gda-sqlite-provider.c:3831:57: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > str = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [1]); > ~~~~~^~~ >gda-sqlite-provider.c:3831:57: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3837:61: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > pattern = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [0]); > ~~~~~^~~ >gda-sqlite-provider.c:3837:61: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >gda-sqlite-provider.c:3844:62: warning: passing argument 1 of 's3r->sqlite3_value_text' from incompatible pointer type [-Wincompatible-pointer-types] > options = (gchar*) SQLITE3_CALL (sqlite3_value_text) (argv [2]); > ~~~~~^~~ >gda-sqlite-provider.c:3844:62: note: expected 'sqlite3_value *' {aka 'struct Mem *'} but argument is of type 'sqlite3_value *' {aka 'struct sqlite3_value *'} >make[4]: *** [Makefile:804: libgda_bdbsqlite_la-gda-sqlite-provider.lo] Error 1 >make[4]: *** Waiting for unfinished jobs.... >make[4]: Leaving directory '/builddir/build/BUILD/libgda-5.2.2/libgda/sqlite' >make[3]: *** [Makefile:1008: all-recursive] Error 1 >make[3]: Leaving directory '/builddir/build/BUILD/libgda-5.2.2/libgda/sqlite' >make[2]: *** [Makefile:651: all] Error 2 >make[2]: Leaving directory '/builddir/build/BUILD/libgda-5.2.2/libgda/sqlite' >make[1]: *** [Makefile:1217: all-recursive] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/libgda-5.2.2/libgda' >make: *** [Makefile:730: all-recursive] Error 1 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.bRyEsh (%build) > Bad exit status from /var/tmp/rpm-tmp.bRyEsh (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/libgda.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1604587
: 1463600 |
1463601
|
1463602