[mythtv] problems talking to MBE with svn 22176

Simon Kenyon simon at koala.ie
Fri Oct 2 19:52:40 UTC 2009


Nick Morrott wrote:
> 2009/10/2 Simon Kenyon <simon at koala.ie>:
>   
>> just built trunk svn #22176 and i am getting errors when trying to connect
>> to my MBE:
>>
>> 2009-10-02 20:24:18.654 MythContext: Connecting to backend server:
>> 195.7.61.35:6543 (try 1 of 1)
>> 2009-10-02 20:24:25.677 MythSocket(84170d0:28): readStringList: Error, timed
>> out after 7000 ms.
>> 2009-10-02 20:24:25.677 Protocol version check failure. The response to
>> MYTH_PROTO_VERSION was empty.
>>
>> FE and MBE were both built this evening from 22176
>>
>> any ideas?
>>     
>
> i) Did you do a make clean as required per the -commits list messages,
> as the binary and protocol versions have just been updated?
>
> ii) Can you successfully build and run r22168 (or earlier)?
>
> Cheers,
> Nick
>
>   
the shell script that i use goes:

svn checkout http://cvs.mythtv.org/svn/trunk
rm -rf mythtv mythplugins myththemes themes
cd trunk
tar --exclude=".svn" -cf - mythtv mythplugins myththemes themes | (cd 
..; tar xf -)
cd ..
cd mythtv
./configure --compile-type=debug --prefix=/usr --enable-dvb 
--dvb-path=/usr/src/v4l-dvb/linux/include --enable-xvmc 
--enable-opengl-vsync --with-bindings=perl
qmake PREFIX=/usr mythtv.pro
make
make install

so i think the answer is yes :-)

i'll buld 22168 now and give it a go
--
simon






More information about the mythtv-dev mailing list