Topic: Error svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed

Hi, i have this error (using 6.2, 6.0 and 5.1 versions):


Installation of mplayer.tar.gz ....... started
subversion/libsvn_ra_svn/client.c:143: (apr_err=110)
svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed out
mplayer.sh: line 36: cd: mplayer/: No such file or directory
mplayer.sh: line 37: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
cp: cannot stat `etc/codecs.conf': No such file or directory
Installation of mplayer.tar.gz ....... Completed


   Mplayer installation Failed sad , please visit the forum

Re: Error svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed

Hello,

Just disable your firewall temporary and enable it back after finishing the installation

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211

Re: Error svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed

syslint wrote:

Hello,

Just disable your firewall temporary and enable it back after finishing the installation

Thanks

4 (edited by dchansen 2011-04-19 15:52:25)

Re: Error svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed

I'm having the same issues, and I do not have a firewall. (I have installed this one time previously with no issue.)

Installation of mplayer.tar.gz ....... started
svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed out
mplayer.sh: line 36: cd: mplayer/: No such file or directory
mplayer.sh: line 37: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
cp: cannot stat `etc/codecs.conf': No such file or directory
Installation of mplayer.tar.gz ....... Completed


   Mplayer installation Failed sad , please visit the forum



Do they have any kind of access limits on their SVN, do you know? It is the svn.mplayerhq.hu itself that is unreachable.


Anyway, this is easily resolved with a simple modification of the mplayer.sh. I downloaded the latest mplayer from mplayerhq.hu, decompressed it, renamed the directory to mplayer, and placed it in /root/

After that it is as simple as commenting out the svn checkout line and adding the following in its place:

# the following line is the commented out subversion checkout. Make sure you do this!!
#/usr/local/cpffmpeg/bin/svn  checkout  svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cp -R /root/mplayer $INSTALL_SDIR