#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
---------------------------+----------------------- Reporter: SchweinDeBurg | Owner: Type: defect | Status: new Milestone: 2.10.12 | Component: libpurple Version: 2.10.11 | Keywords: ---------------------------+----------------------- {{{ media/backend-fs2.c: In function 'send_dtmf_callback': media/backend-fs2.c:2749:2: error: too few arguments to function 'fs_session_stop_telephony_event' fs_session_stop_telephony_event(session); ^ In file included from /usr/include/gstreamer-0.10/gst/farsight/fs- conference-iface.h:31:0, from media/backend-fs2.c:38: /usr/include/gstreamer-0.10/gst/farsight/fs-session.h:179:10: note: declared here gboolean fs_session_stop_telephony_event (FsSession *session, ^ media/backend-fs2.c: In function 'purple_media_backend_fs2_send_dtmf': media/backend-fs2.c:2789:7: error: too few arguments to function 'fs_session_start_telephony_event' if (!fs_session_start_telephony_event(session->session, ^ In file included from /usr/include/gstreamer-0.10/gst/farsight/fs- conference-iface.h:31:0, from media/backend-fs2.c:38: /usr/include/gstreamer-0.10/gst/farsight/fs-session.h:176:10: note: declared here gboolean fs_session_start_telephony_event (FsSession *session, guint8 event, ^ media/backend-fs2.c:2795:3: error: too few arguments to function 'fs_session_stop_telephony_event' fs_session_stop_telephony_event(session->session); ^ In file included from /usr/include/gstreamer-0.10/gst/farsight/fs- conference-iface.h:31:0, from media/backend-fs2.c:38: /usr/include/gstreamer-0.10/gst/farsight/fs-session.h:179:10: note: declared here gboolean fs_session_stop_telephony_event (FsSession *session, ^ }}} -- Ticket URL: <https://developer.pidgin.im/ticket/16792> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
------------------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: new Milestone: Patches Needing Review | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ------------------------------------+------------------------ Changes (by Robby): * type: defect => patch * milestone: 2.10.12 => Patches Needing Review -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:1> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
In reply to this post by Pidgin
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
------------------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: new Milestone: Patches Needing Review | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ------------------------------------+------------------------ Comment (by mmcco): Do we plan on supporting Farsight? It's old, very unmaintained, and I think I removed support in 3.0. Is there a reason why you can't use Farstream 0.2? -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:2> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
In reply to this post by Pidgin
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
------------------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: new Milestone: Patches Needing Review | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ------------------------------------+------------------------ Comment (by SchweinDeBurg): Because of many reasons, my one and only work environment is currently CentOS 6.7 (and CentOS 6.x will be the next few years). So I will investigate usage of Farstream 0.2 in my case. -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:3> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
In reply to this post by Pidgin
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
------------------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: new Milestone: Patches Needing Review | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ------------------------------------+------------------------ Comment (by mmcco): Do you need Far(sight|stream) support for anything? Have you tried building with `--disable-farstream`? -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:4> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
In reply to this post by Pidgin
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
------------------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: new Milestone: Patches Needing Review | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ------------------------------------+------------------------ Comment (by SchweinDeBurg): No, I haven't tried {{{--disable-farstream}}} switch, currently build is configured as follows in my RPM .spec file: {{{ export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/-fstack-protector- all} export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -w" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -w" export LDFLAGS="-ltinfo" %configure \ --enable-gevolution \ --disable-schemas-install \ --enable-gstreamer \ --enable-dbus \ --enable-nm \ --enable-perl \ --enable-gnutls=no \ --enable-nss=yes \ --enable-tcl \ --enable-tk \ --enable-cyrus-sasl \ --with-extraversion=%{release} \ --with-system-ssl-certs=/etc/pki/tls/certs }}} -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:5> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
In reply to this post by Pidgin
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
------------------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: closed Milestone: Patches Needing Review | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ------------------------------------+------------------------ Changes (by trac-robot): * status: pending => closed Comment: This ticket was closed automatically by the system. It was previously set to a Pending status and hasn't been updated within 14 days. -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:7> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
In reply to this post by Pidgin
#16792: Unable to build branch release-2.x.y with farsight2 version 0.0.16
---------------------------+------------------------ Reporter: SchweinDeBurg | Owner: Type: patch | Status: closed Milestone: | Component: libpurple Version: 2.10.11 | Resolution: Keywords: | ---------------------------+------------------------ Changes (by Robby): * milestone: Patches Needing Review => -- Ticket URL: <https://developer.pidgin.im/ticket/16792#comment:8> Pidgin <https://pidgin.im> Pidgin _______________________________________________ Tracker mailing list [hidden email] https://pidgin.im/cgi-bin/mailman/listinfo/tracker |
Free forum by Nabble | Edit this page |