From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 25 07:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9428349 for ; Sun, 25 Aug 2013 07:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9924A2CA0 for ; Sun, 25 Aug 2013 07:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7P7A0Y2006251 for ; Sun, 25 Aug 2013 07:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7P7A09f006250; Sun, 25 Aug 2013 07:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 25 Aug 2013 07:10:00 GMT Resent-Message-Id: <201308250710.r7P7A09f006250@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Slawa Olhovchenkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A337338 for ; Sun, 25 Aug 2013 07:08:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1A9C2C95 for ; Sun, 25 Aug 2013 07:08:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7P78DbO058930 for ; Sun, 25 Aug 2013 07:08:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7P78Dg0058927; Sun, 25 Aug 2013 07:08:13 GMT (envelope-from nobody) Message-Id: <201308250708.r7P78Dg0058927@oldred.freebsd.org> Date: Sun, 25 Aug 2013 07:08:13 GMT From: Slawa Olhovchenkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181520: mplayer/mencoder failed to build with net/liveMedia 2013.08.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 07:10:00 -0000 >Number: 181520 >Category: ports >Synopsis: mplayer/mencoder failed to build with net/liveMedia 2013.08.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 25 07:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Slawa Olhovchenkov >Release: 10-CURRENT >Organization: >Environment: >Description: mplayer/mencoder failed to build with net/liveMedia-2013.08.16 libmpdemux/demux_rtp.cpp:101:20: error: no member named 'describeWithPassword' in 'RTSPClient' return client->describeWithPassword(url, network_username, password); ~~~~~~ ^ libmpdemux/demux_rtp.cpp:103:20: error: no member named 'describeURL' in 'RTSPClient' return client->describeURL(url); ~~~~~~ ^ libmpdemux/demux_rtp.cpp:157:43: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'int' rtspClient = RTSPClient::createNew(*env, verbose, "MPlayer", rtsp_transport_http); ^~~~~~~ /usr/local/live/liveMedia/include/RTSPClient.hh:39:67: note: passing argument to parameter 'rtspURL' here static RTSPClient* createNew(UsageEnvironment& env, char const* rtspURL, ^ libmpdemux/demux_rtp.cpp:247:21: error: no member named 'setupMediaSubsession' in 'RTSPClient' if (!rtspClient->setupMediaSubsession(*subsession, False, ~~~~~~~~~~ ^ libmpdemux/demux_rtp.cpp:259:24: error: no member named 'playMediaSession' in 'RTSPClient'; did you mean 'isMediaSession'? if (!rtspClient->playMediaSession(*mediaSession)) break; ^~~~~~~~~~~~~~~~ isMediaSession /usr/local/live/liveMedia/include/Media.hh:69:19: note: 'isMediaSession' declared here virtual Boolean isMediaSession() const; ^ libmpdemux/demux_rtp.cpp:259:41: error: too many arguments to function call, expected 0, have 1 if (!rtspClient->playMediaSession(*mediaSession)) break; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ /usr/local/live/liveMedia/include/Media.hh:69:3: note: 'isMediaSession' declared here virtual Boolean isMediaSession() const; ^ libmpdemux/demux_rtp.cpp:648:27: error: no member named 'teardownMediaSession' in 'RTSPClient' rtpState->rtspClient->teardownMediaSession(*mediaSession); ~~~~~~~~~~~~~~~~~~~~ ^ 7 errors generated. gmake: *** [libmpdemux/demux_rtp.o] Error 1 *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/mplayer ===> Cleaning for mplayer-1.1.r20130308 >How-To-Repeat: Try to build mplayer with LIVEMEDIA=on >Fix: Please do net/liveMedia-2013.08.16 as new port with different name. Please revert net/liveMedia to 2013.04.30 >Release-Note: >Audit-Trail: >Unformatted: