[Webkit-unassigned] [Bug 150622] New: [EFL] gnutls-3.3.0 jhbuild module build fails on Ubuntu 15.10

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 05:02:53 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150622

            Bug ID: 150622
           Summary: [EFL] gnutls-3.3.0 jhbuild module build fails on
                    Ubuntu 15.10
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
            Blocks: 150619

In file included from sha-padlock.c:29:0:
sha-padlock.c: In function 'padlock_sha1_update':
sha-padlock.c:81:46: error: 'struct sha1_ctx' has no member named 'count_high'
  MD_UPDATE(ctx, length, data, SHA1_COMPRESS, MD_INCR(ctx));
                                              ^
sha-padlock.c:81:46: error: 'struct sha1_ctx' has no member named 'count_low'
  MD_UPDATE(ctx, length, data, SHA1_COMPRESS, MD_INCR(ctx));
                                              ^
sha-padlock.c:81:46: error: 'struct sha1_ctx' has no member named 'count_high'
  MD_UPDATE(ctx, length, data, SHA1_COMPRESS, MD_INCR(ctx));
                                              ^
sha-padlock.c:81:46: error: 'struct sha1_ctx' has no member named 'count_low'
  MD_UPDATE(ctx, length, data, SHA1_COMPRESS, MD_INCR(ctx));
                                              ^
sha-padlock.c: In function 'padlock_sha256_update':
sha-padlock.c:88:48: error: 'struct sha256_ctx' has no member named 'count_high'
  MD_UPDATE(ctx, length, data, SHA256_COMPRESS, MD_INCR(ctx));
                                                ^
sha-padlock.c:88:48: error: 'struct sha256_ctx' has no member named 'count_low'
  MD_UPDATE(ctx, length, data, SHA256_COMPRESS, MD_INCR(ctx));
                                                ^
sha-padlock.c:88:48: error: 'struct sha256_ctx' has no member named 'count_high'
  MD_UPDATE(ctx, length, data, SHA256_COMPRESS, MD_INCR(ctx));
                                                ^
sha-padlock.c:88:48: error: 'struct sha256_ctx' has no member named 'count_low'
  MD_UPDATE(ctx, length, data, SHA256_COMPRESS, MD_INCR(ctx));
                                                ^
sha-padlock.c: In function 'padlock_sha1_digest':
sha-padlock.c:143:13: error: 'struct sha1_ctx' has no member named 'count_high'
  high = (ctx->count_high << 9) | (ctx->count_low >> 23);
             ^
sha-padlock.c:143:38: error: 'struct sha1_ctx' has no member named 'count_low'
  high = (ctx->count_high << 9) | (ctx->count_low >> 23);
                                      ^
sha-padlock.c:144:12: error: 'struct sha1_ctx' has no member named 'count_low'
  low = (ctx->count_low << 9) | (ctx->index << 3);
            ^
sha-padlock.c: In function 'padlock_sha256_digest':
sha-padlock.c:165:13: error: 'struct sha256_ctx' has no member named 'count_high'
  high = (ctx->count_high << 9) | (ctx->count_low >> 23);
             ^
sha-padlock.c:165:38: error: 'struct sha256_ctx' has no member named 'count_low'
  high = (ctx->count_high << 9) | (ctx->count_low >> 23);
                                      ^
sha-padlock.c:166:12: error: 'struct sha256_ctx' has no member named 'count_low'
  low = (ctx->count_low << 9) | (ctx->index << 3);
            ^
Makefile:1528: recipe for target 'sha-padlock.lo' failed
make[5]: *** [sha-padlock.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
aes-padlock.c: In function 'padlock_aes_cipher_setkey':
aes-padlock.c:97:22: error: 'struct aes_ctx' has no member named 'nrounds'
   pce->ks.rounds = nc.nrounds;
                      ^
Makefile:1528: recipe for target 'aes-padlock.lo' failed
make[5]: *** [aes-padlock.lo] Error 1
aes-gcm-padlock.c: In function 'aes_gcm_cipher_setkey':
aes-gcm-padlock.c:102:23: error: macro "GCM_SET_KEY" passed 5 arguments, but takes just 4
       keysize, userkey);
                       ^
aes-gcm-padlock.c:101:2: error: 'GCM_SET_KEY' undeclared (first use in this function)
  GCM_SET_KEY(ctx, padlock_aes_set_encrypt_key, padlock_aes_encrypt,
  ^
aes-gcm-padlock.c:101:2: note: each undeclared identifier is reported only once for each function it appears in
Makefile:1528: recipe for target 'aes-gcm-padlock.lo' failed
make[5]: *** [aes-gcm-padlock.lo] Error 1
make[5]: Leaving directory '/home/ossy/WebKit/WebKitBuild/DependenciesEFL/Source/gnutls-3.3.0/lib/accelerated/x86'
Makefile:1397: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151028/caaf7db2/attachment-0001.html>


More information about the webkit-unassigned mailing list