Bug 205947 - net-im/libpurple 2.10.12 media/backend-fs2.c:2749:41: error: too few arguments to function call
Summary: net-im/libpurple 2.10.12 media/backend-fs2.c:2749:41: error: too few argumen...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2016-01-06 08:11 UTC by Vikash Badal
Modified: 2016-01-06 18:45 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments
Pourdriere build log (89.07 KB, text/x-log)
2016-01-06 08:11 UTC, Vikash Badal
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vikash Badal 2016-01-06 08:11:46 UTC
Created attachment 165140 [details]
Pourdriere build log

Unable to compile libpurple-2.10.12

media/backend-fs2.c:2749:41: error: too few arguments to function call, expected 2, have 1
        fs_session_stop_telephony_event(session);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        ^
/usr/local/include/gstreamer-0.10/gst/farsight/fs-session.h:183:1: note: 'fs_session_stop_telephony_event' declared here
gboolean fs_session_stop_telephony_event (FsSession *session,
^
media/backend-fs2.c:2790:17: error: too few arguments to function call, expected 4, have 3
                        event, volume)) {
                                     ^
/usr/local/include/gstreamer-0.10/gst/farsight/fs-session.h:180:1: note: 'fs_session_start_telephony_event' declared here
gboolean fs_session_start_telephony_event (FsSession *session, guint8 event,
^
media/backend-fs2.c:2795:51: error: too few arguments to function call, expected 2, have 1
                fs_session_stop_telephony_event(session->session);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/gstreamer-0.10/gst/farsight/fs-session.h:183:1: note: 'fs_session_stop_telephony_event' declared here
gboolean fs_session_stop_telephony_event (FsSession *session,
^
3 errors generated.
Makefile:1107: recipe for target 'backend-fs2.lo' failed
gmake[5]: *** [backend-fs2.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs....
gmake[5]: Leaving directory '/wrkdirs/usr/ports/net-im/libpurple/work/pidgin-2.10.12/libpurple'
Makefile:1217: recipe for target 'all-recursive' failed
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory '/wrkdirs/usr/ports/net-im/libpurple/work/pidgin-2.10.12/libpurple'
Makefile:844: recipe for target 'all' failed
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory '/wrkdirs/usr/ports/net-im/libpurple/work/pidgin-2.10.12/libpurple'
Makefile:629: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/net-im/libpurple/work/pidgin-2.10.12'
Makefile:532: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/net-im/libpurple/work/pidgin-2.10.12'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/net-im/libpurple



====>> Building net-im/libpurple
build started at Wed Jan  6 08:54:30 SAST 2016
port directory: /usr/ports/net-im/libpurple
building for: FreeBSD RELENG_10_2_amd64-default-job-02 10.2-RELEASE-p8 FreeBSD 10.2-RELEASE-p8 amd64
maintained by: marcus@FreeBSD.org
Makefile ident:      $FreeBSD: head/net-im/libpurple/Makefile 405315 2016-01-05 20:43:49Z marcus $
Poudriere version: 3.1.10
Host OSVERSION: 1002000
Jail OSVERSION: 1002000

---Begin Environment---
OSVERSION=1002000
UNAME_v=FreeBSD 10.2-RELEASE-p8
UNAME_r=10.2-RELEASE-p8
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=screen
MASTERMNT=/data/poudriere/data/.m/RELENG_10_2_amd64-default/ref
FORCE_PACKAGE=yes
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=libpurple-2.10.12
OLDPWD=/
PWD=/data/poudriere/data/.m/RELENG_10_2_amd64-default/ref/.p/pool
MASTERNAME=RELENG_10_2_amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---
Comment 1 Walter Schwarzenfeld 2016-01-06 17:03:40 UTC
Libpurple builds without problems on my system (10.2-RELEASE-p8) with poudriere.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2016-01-06 18:45:27 UTC
This should be fixed now.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-01-06 18:45:39 UTC
A commit references this bug:

Author: marcus
Date: Wed Jan  6 18:45:05 UTC 2016
New revision: 405384
URL: https://svnweb.freebsd.org/changeset/ports/405384

Log:
  Change the VV dependency to net-im/farstream to fix the build on clean
  systems.

  PR:		205947

Changes:
  head/net-im/libpurple/Makefile