Hi all.

I have no luck updating chromium. The build fails with:

CXX(target) out/Release/obj.target/printing/printing/printing_context_gtk.o
In file included from printing/backend/print_backend_cups.cc:16:
/usr/local/include/gcrypt.h:1344:2: error: 'gcry_ac_data_read_cb_t' is deprecated [-Werror,-Wdeprecated-declarations]
        gcry_ac_data_read_cb_t cb;
        ^
/usr/local/include/gcrypt.h:1309:23: note: 'gcry_ac_data_read_cb_t' declared here
typedef gpg_error_t (*gcry_ac_data_read_cb_t) (void *opaque,
                      ^
/usr/local/include/gcrypt.h:1358:2: error: 'gcry_ac_data_write_cb_t' is deprecated [-Werror,-Wdeprecated-declarations]
        gcry_ac_data_write_cb_t cb;
        ^
/usr/local/include/gcrypt.h:1314:23: note: 'gcry_ac_data_write_cb_t' declared here
typedef gpg_error_t (*gcry_ac_data_write_cb_t) (void *opaque,
                      ^
/usr/local/include/gcrypt.h:1393:3: error: 'gcry_md_algo_t' is deprecated [-Werror,-Wdeprecated-declarations]
  gcry_md_algo_t md;
  ^
/usr/local/include/gcrypt.h:1387:28: note: 'gcry_md_algo_t' declared here
typedef enum gcry_md_algos gcry_md_algo_t _GCRY_ATTR_INTERNAL;
                           ^
/usr/local/include/gcrypt.h:1401:3: error: 'gcry_md_algo_t' is deprecated [-Werror,-Wdeprecated-declarations]
  gcry_md_algo_t md;
  ^
/usr/local/include/gcrypt.h:1387:28: note: 'gcry_md_algo_t' declared here
typedef enum gcry_md_algos gcry_md_algo_t _GCRY_ATTR_INTERNAL;
                           ^
4 errors generated.

Or with:

  CXX(target) out/Release/obj.target/net/net/http/http_auth_gssapi_posix.o
In file included from ./net/http/http_auth_gssapi_posix.h:8:0,
                 from net/http/http_auth_gssapi_posix.cc:5:
/usr/include/gssapi.h:3:2: error: #warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead" [-Werror=cpp]
cc1plus: all warnings being treated as errors

clang32, lang/gcc, current 9-STABLE.

--
Sphinx of black quartz, judge my vow.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to