Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6485

BE compilation failure: error: ‘EVP_CTRL_GCM_SET_IVLEN’ was not declared in this scope

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.12.0
    • Impala 2.12.0
    • Backend

    Description

      Failure:

      20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc: In member function ‘impala::Status impala::EncryptionKey::EncryptInternal(bool, const uint8_t*, int64_t, uint8_t*)’:
      20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc:134:31: error: ‘EVP_CTRL_GCM_SET_IVLEN’ was not declared in this scope
      20:39:32      EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_IVLEN, AES_BLOCK_SIZE, NULL);
      20:39:32                                ^
      20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc:169:31: error: ‘EVP_CTRL_GCM_SET_TAG’ was not declared in this scope
      20:39:32      EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_TAG, AES_BLOCK_SIZE, gcm_tag_);
      20:39:32                                ^
      20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc:181:31: error: ‘EVP_CTRL_GCM_GET_TAG’ was not declared in this scope
      20:39:32      EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_GET_TAG, AES_BLOCK_SIZE, gcm_tag_);
      20:39:32                                ^
      20:39:32 make[2]: *** [be/src/util/CMakeFiles/Util.dir/openssl-util.cc.o] Error 1
      20:39:32 make[2]: *** Waiting for unfinished jobs....
      

      Attachments

        Issue Links

          Activity

            People

              tarmstrong Tim Armstrong
              alex.behm Alexander Behm
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: