italia / spid-saml-check

Tool di verifica implementazione SPID SAML
European Union Public License 1.2
71 stars 59 forks source link

Errori sqlite durante l'installazione #190

Closed lespaul121 closed 2 years ago

lespaul121 commented 2 years ago

Salve durante l'installazione di spiod-saml-check con docker ricevo molti errori riguardo sqlite, questo è un pezzo: `elease/obj/gen/sqlite3/sqlite3.c: In function 'strftimeFunc': Release/obj/gen/sqlite3/sqlite3.c:14182:27: warning: cast between incompatible function types from 'int ()(void )' to 'void ()(void )' [-Wcast-function-type]

define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)

                       ^

Release/obj/gen/sqlite3/sqlite3.c:22122:52: note: in expansion of macro 'SQLITE_DYNAMIC' z==zBuf ? SQLITE_TRANSIENT : SQLITE_DYNAMIC); ^~~~~~ Release/obj/gen/sqlite3/sqlite3.c: In function 'sqlite3ErrorWithMsg': Release/obj/gen/sqlite3/sqlite3.c:14182:27: warning: cast between incompatible function types from 'int ()(void )' to 'void ()(void )' [-Wcast-function-type]

define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)

                       ^

Release/obj/gen/sqlite3/sqlite3.c:30441:54: note: in expansion of macro 'SQLITE_DYNAMIC' sqlite3ValueSetStr(db->pErr, -1, z, SQLITE_UTF8, SQLITE_DYNAMIC); ^~~~~~ Release/obj/gen/sqlite3/sqlite3.c: In function 'sqlite3VdbeMemSetStr': Release/obj/gen/sqlite3/sqlite3.c:14182:27: warning: cast between incompatible function types from 'int ()(void )' to 'void ()(void )' [-Wcast-function-type]

define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)

                       ^

Release/obj/gen/sqlite3/sqlite3.c:75617:15: note: in expansion of macro 'SQLITE_DYNAMIC' if( xDel==SQLITE_DYNAMIC ){ ^~~~~~ Release/obj/gen/sqlite3/sqlite3.c: In function 'valueFromExpr': Release/obj/gen/sqlite3/sqlite3.c:14182:27: warning: cast between incompatible function types from 'int ()(void )' to 'void ()(void )' [-Wcast-function-type]

define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)

                       ^

Release/obj/gen/sqlite3/sqlite3.c:76023:55: note: in expansion of macro 'SQLITE_DYNAMIC' sqlite3ValueSetStr(pVal, -1, zVal, SQLITE_UTF8, SQLITE_DYNAMIC);`

Purtroppo il validator dopo non funziona non riesco ad accedere alle pagine, non so se dipende da questo, oppure questi errori siano normali.

Qualcuno può darmi qualche spiegazione?

Grazie

damikael commented 2 years ago

I messaggi relativi sqlite che vengono mostrati durante la compilazione sono normali. Chiudo la presente issue perchè il titolo può essere fuorviante e invito ad aprire nuova issue inserendo maggiori informazioni sul problema riscontrato.