From nobody@FreeBSD.org  Sun Aug 25 07:08:14 2013
Return-Path: <nobody@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 2A337338
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <slw@zxy.spb.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mplayer/mencoder failed to build with net/liveMedia 2013.08.16
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: c.petrik.sosa@gmail.com

>Number:         181520
>Category:       ports
>Synopsis:       mplayer/mencoder failed to build with net/liveMedia 2013.08.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 07:10:00 UTC 2013
>Closed-Date:    Tue Dec 24 08:34:20 UTC 2013
>Last-Modified:  Tue Dec 24 08:34:20 UTC 2013
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 25 07:10:07 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181520 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: c.petrik.sosa@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181520: mplayer/mencoder failed to build with net/liveMedia 2013.08.16
Date: Sun, 25 Aug 2013 07:10:07 UT

 Maintainer of net/liveMedia,
 
 Please note that PR ports/181520 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181520
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Nov 25 00:04:28 UTC 2013 
State-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181520 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: mar 24 déc 2013 08:33:18 UTC 
State-Changed-Why:  

liveMedia support has been removed. 



Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: mar 24 déc 2013 08:33:18 UTC 
Responsible-Changed-Why:  

Track it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=181520 
>Unformatted:
