Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libgda
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • libgda
  • Issues
  • #128

Closed
Open
Created Apr 27, 2017 by Bugzilla@bugzilla-migration💬Reporter

storage size of ‘hctx’ isn’t known

Submitted by Pavlo Solntsev @pavlosun

Assigned to mal..@..db.org

Link to original bug (#781832)

Description

Can't compile master via jhbuild (Debian testing up to date):

  CC       sqlcipher.gresources.lo
sqlite3.c: In function ‘sqlcipher_openssl_hmac’:
sqlite3.c:17150:12: error: storage size of ‘hctx’ isn’t known
   HMAC_CTX hctx;
            ^~~~
sqlite3.c:17152:3: warning: implicit declaration of function ‘HMAC_CTX_init’ [-Wimplicit-function-declaration]
   HMAC_CTX_init(&hctx);
   ^~~~~~~~~~~~~
sqlite3.c:17157:3: warning: implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration]
   HMAC_CTX_cleanup(&hctx);
   ^~~~~~~~~~~~~~~~
sqlite3.c: In function ‘sqlcipher_openssl_cipher’:
sqlite3.c:17167:18: error: storage size of ‘ectx’ isn’t known
   EVP_CIPHER_CTX ectx;
                  ^~~~
Makefile:675: recipe for target 'sqlite3.lo' failed

Thanks.

Version: 5.2.x

Edited Oct 13, 2018 by Mathieu Bridon
Assignee
Assign to
Time tracking