rootnk opened a new issue #1845: Openssl 1.1
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1845
 
 
   Can someone check if mod pagespeed build with Openssl 1.1.X ?  
   
    CC(target) 
/usr/ports/www/mod_pagespeed/work/incubator-pagespeed-mod-a5cfe15/Release/obj.target/serf/third_party/serf/instaweb_ssl_buckets.o
   ESC[1mthird_party/serf/instaweb_ssl_buckets.c:256:31: 
ESC[0mESC[0;1;31merror: 
   ESC[0mESC[1muse of undeclared
         identifier 'bio_st'ESC[0m
       serf_ssl_context_t *ctx = bio_st->ptr;
   ESC[0;1;32m                              ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:300:34: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
       serf_ssl_context_t *ctx = bio->ptr;
   ESC[0;1;32m                              ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:328:27: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
       apr_file_t *file = bio->ptr;
   ESC[0;1;32m                       ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:353:27: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
       apr_file_t *file = bio->ptr;
   ESC[0;1;32m                       ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:371:8: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
       bio->shutdown = 1;
   ESC[0;1;32m    ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:372:8: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
   type 'struct bio_st'ESC[0m
       bio->init = 1;
   ESC[0;1;32m    ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:373:8: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
       bio->num = -1;
   ESC[0;1;32m    ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:374:8: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
       bio->ptr = NULL;
   ESC[0;1;32m    ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:408:19: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mvariable has incomplete
         type 'BIO_METHOD' (aka 'struct bio_method_st')ESC[0m
   static BIO_METHOD bio_bucket_method = {
   ESC[0;1;32m                  ^
   ESC[0mESC[1m/usr/local/include/openssl/bio.h:253:16: ESC[0mESC[0;1;30mnote: 
ESC[0mforward declaration of
         'struct bio_method_st'ESC[0m
   typedef struct bio_method_st BIO_METHOD;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:423:19: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mvariable has incomplete
         type 'BIO_METHOD' (aka 'struct bio_method_st')ESC[0m
   static BIO_METHOD bio_file_method = {
   ESC[0;1;32m                  ^
   ESC[0mESC[1m/usr/local/include/openssl/bio.h:253:16: ESC[0mESC[0;1;30mnote: 
ESC[0mforward declaration of
         'struct bio_method_st'ESC[0m
   typedef struct bio_method_st BIO_METHOD;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:1091:9: 
ESC[0mESC[0;1;35mwar
   ning: ESC[0mESC[1mimplicit declaration of
         function 'CRYPTO_malloc_init' is invalid in C99
         [-Wimplicit-function-declaration]ESC[0m
           CRYPTO_malloc_init();
   ESC[0;1;32m        ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:1176:12: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of
         type 'struct bio_st'ESC[0m
           bio->ptr = cert_file;
   ESC[0;1;32m        ~~~^
   ESC[0mESC[1m/usr/local/include/openssl/ossl_typ.h:79:16: 
ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of
         'struct bio_st'ESC[0m
   typedef struct bio_st BIO;
   ESC[0;1;32m               ^
   ESC[0mESC[1mthird_party/serf/instaweb_ssl_buckets.c:1355:14: 
ESC[0mESC[0;1;31merror: ESC[0mESC[1mno member named 'bio_st'
         in 'struct serf_ssl_context_t'ESC[0m
       ssl_ctx->bio_st->ptr = ssl_ctx;
   ESC[0;1;32m    ~~~~~~~  ^
   ESC[0m1 warning and 12 errors generated.
   gmake[1]: *** [third_party/serf/serf.target.mk:298: 
/usr/ports/www/mod_pagespeed/work/incubator-pagespeed-mod-a5cfe15/Release/obj.target/serf/third_party/serf/instaweb_ssl_buckets.o]
 Error 1
   gmake[1]: Leaving directory 
'/usr/ports/www/mod_pagespeed/work/incubator-pagespeed-mod-a5cfe15'
   *** Error code 2
   
   Stop.
   make: stopped in /usr/ports/www/mod_pagespeed
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to