Opened 7 years ago

Closed 7 years ago

#54229 closed defect (fixed)

pidgin-sipe: error: 'gss_display_status' is deprecated: use GSS.framework

Reported by: mojca (Mojca Miklavec) Owned by: mklein-de (Michael Klein)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pidgin-sipe

Description (last modified by mojca (Mojca Miklavec))

The port pidgit-sipe is broken on 10.9 and newer:

sip-sec-gssapi.c:115:3: error: 'gss_display_status' is deprecated: use GSS.framework [-Werror,-Wdeprecated-declarations]
                gss_display_status(&minor,
                ^
/usr/include/gssapi/gssapi.h:554:1: note: 'gss_display_status' has been explicitly marked deprecated here
gss_display_status(
^
sip-sec-gssapi.c:126:3: error: 'gss_release_buffer' is deprecated: use GSS.framework [-Werror,-Wdeprecated-declarations]
                gss_release_buffer(&minor, &status_string);
                ^

Full log:

Change History (6)

comment:1 Changed 7 years ago by mojca (Mojca Miklavec)

Description: modified (diff)

comment:2 Changed 7 years ago by mklein-de (Michael Klein)

comment:3 Changed 7 years ago by mf2k (Frank Schima)

Why make this a variant? Why not just always add kerberos5 support?

comment:4 in reply to:  3 Changed 7 years ago by mklein-de (Michael Klein)

Replying to mf2k:

Why make this a variant? Why not just always add kerberos5 support?

No particular reason, beside that there are a few other ports with such a variant.

I'll always add kerberos5 support then.

comment:5 Changed 7 years ago by mf2k (Frank Schima)

I'm seeing this configure error when trying to build it:

:info:configure checking for TELEPATHY_GLIB... yes
:info:configure configure: error: GMIME package is required for telepathy plugin
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_net_pidgin-sipe/pidgin-sipe/work/pidgin-sipe-1.22.0" && ./configure --prefix=/opt/local 

comment:6 Changed 7 years ago by mklein-de (Michael Klein)

Resolution: fixed
Status: newclosed

In 90264fddf1733fe2d90bd10f4e5f0396afad47f6/macports-ports:

pidgin-sipe: add missing dependencies, disable -Werror

closes #54229

Note: See TracTickets for help on using tickets.