Wireshark-bugs: [Wireshark-bugs] [Bug 10427] New: Failure to compile in OS X 10.9.4

Date: Wed, 27 Aug 2014 14:32:20 +0000
Bug ID 10427
Summary Failure to compile in OS X 10.9.4
Product Wireshark
Version Git
Hardware x86
OS Mac OS X 10.9
Status UNCONFIRMED
Severity Major
Priority Low
Component GTK+ UI
Assignee [email protected]
Reporter [email protected]

Build Information:
$ wireshark -v
2014-08-27 09:31:10.619 defaults[21506:507] 
The domain/default pair of (kCFPreferencesAnyApplication,
AppleAquaColorVariant) does not exist
2014-08-27 09:31:10.627 defaults[21507:507] 
The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor)
does not exist
wireshark 1.12.0 (v1.12.0-0-g4fab41a from master-1.12)

Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.24.17, with Cairo 1.10.2, with Pango 1.30.1, with
GLib 2.36.0, with libpcap, with libz 1.2.3, without POSIX capabilities, with
SMI
0.4.8, without c-ares, without ADNS, with Lua 5.1, without Python, with GnuTLS
2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Jul 16 2013 19:05:52), with AirPcap.

Running on Mac OS X 10.9.4, build 13E28 (Darwin 13.3.0), with locale .UTF-8,
with libpcap version 1.3.0 - Apple version 41, with libz 1.2.5, GnuTLS 2.12.19,
Gcrypt 1.5.0, without AirPcap.
      Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz

Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).
--
While attempting to build in OS X 10.9.4 from Git source, the follow errors
occur.


../../asn1/kerberos/packet-kerberos-template.c:299:9: error:
'krb5_init_context' is deprecated: use GSS.framework
[-Werror,-Wdeprecated-declarations]
                ret = krb5_init_context(&krb5_ctx);
                      ^
/usr/include/krb5/krb5.h:1452:31: note: 'krb5_init_context' has been explicitly
marked deprecated here
krb5_error_code KRB5_CALLCONV krb5_init_context
                              ^
../../asn1/kerberos/packet-kerberos-template.c:306:8: error: 'krb5_kt_resolve'
is deprecated: use GSS.framework [-Werror,-Wdeprecated-declarations]
        ret = krb5_kt_resolve(krb5_ctx, filename, &keytab);
              ^
/usr/include/krb5/krb5.h:1698:31: note: 'krb5_kt_resolve' has been explicitly
marked deprecated here
krb5_error_code KRB5_CALLCONV krb5_kt_resolve
                              ^
../../asn1/kerberos/packet-kerberos-template.c:313:8: error:
'krb5_kt_start_seq_get' is deprecated: use GSS.framework
[-Werror,-Wdeprecated-declarations]
        ret = krb5_kt_start_seq_get(krb5_ctx, keytab, &cursor);
              ^
/usr/include/krb5/krb5.h:1435:1: note: 'krb5_kt_start_seq_get' has been
explicitly marked deprecated here
krb5_kt_start_seq_get(krb5_context context, krb5_keytab keytab,
^
../../asn1/kerberos/packet-kerberos-template.c:323:9: error:
'krb5_kt_next_entry' is deprecated: use GSS.framework
[-Werror,-Wdeprecated-declarations]
                ret = krb5_kt_next_entry(krb5_ctx, keytab, &key, &cursor);
                      ^
/usr/include/krb5/krb5.h:1438:1: note: 'krb5_kt_next_entry' has been explicitly
marked deprecated here
krb5_kt_next_entry(krb5_context context, krb5_keytab keytab,
^
../../asn1/kerberos/packet-kerberos-template.c:347:8: error:
'krb5_kt_end_seq_get' is deprecated: use GSS.framework
[-Werror,-Wdeprecated-declarations]
        ret = krb5_kt_end_seq_get(krb5_ctx, keytab, &cursor);
              ^
/usr/include/krb5/krb5.h:1441:1: note: 'krb5_kt_end_seq_get' has been
explicitly marked deprecated here
krb5_kt_end_seq_get(krb5_context context, krb5_keytab keytab,
^
../../asn1/kerberos/packet-kerberos-template.c:349:3: error: 'krb5_kt_close' is
deprecated: use GSS.framework [-Werror,-Wdeprecated-declarations]
                krb5_kt_close(krb5_ctx, keytab);
                ^
/usr/include/krb5/krb5.h:1429:1: note: 'krb5_kt_close' has been explicitly
marked deprecated here
krb5_kt_close(krb5_context context, krb5_keytab keytab)
KERBEROS_APPLE_DEPRECATED("use GSS.framework");
^
../../asn1/kerberos/packet-kerberos-template.c:398:9: error: 'krb5_c_decrypt'
is deprecated: use GSS.framework [-Werror,-Wdeprecated-declarations]
                ret = krb5_c_decrypt(krb5_ctx, &(key.key), usage, 0, &input,
&data);
                      ^
/usr/include/krb5/krb5.h:483:5: note: 'krb5_c_decrypt' has been explicitly
marked deprecated here
    krb5_c_decrypt
    ^


You are receiving this mail because:
  • You are watching all bug changes.