[mythtv-users] Error installing CVS

James Pifer jep at obrien-pifer.com
Mon Nov 17 22:42:54 EST 2003


Update. I got a little farther by installing
lirc-0.7.0pre2_16.rh9.i386.rpm. I was able to get through the 'make' of
mythtv-cvs. Then I ran 'make install' which ran, but I got the errors
below. (File format not recognized?)

mythbackend runs. mythfrontend runs. The recordings I had look hosed
when I go to "Watch Recordings". If I try to watch LiveTV I get errors
as well(at the very bottom). 

Any suggestions?
James

[Install errors.....]
cp -f "mythbackend" "/usr/local/bin/mythbackend"
strip "/usr/local/bin/mythbackend"
make[2]: Leaving directory
`/install/mythtv_cvs/mythtv/programs/mythbackend'
( [ -d mythfrontend ] && cd mythfrontend ; make -f Makefile install; )
|| true
make[2]: Entering directory
`/install/mythtv_cvs/mythtv/programs/mythfrontend'
rm -f "/usr/local/bin/mythfrontend"
cp -f "mythfrontend" "/usr/local/bin/mythfrontend"
strip "/usr/local/bin/mythfrontend"
ldconfig
cp -f -p "mysql.txt" "/usr/local/share/mythtv/"
strip "/usr/local/share/mythtv/mysql.txt"
strip: /usr/local/share/mythtv/mysql.txt: File format not recognized
make[2]: *** [install_setting] Error 1
make[2]: Leaving directory
`/install/mythtv_cvs/mythtv/programs/mythfrontend'
( [ -d mythcommflag ] && cd mythcommflag ; make -f Makefile install; )
|| true
make[2]: Entering directory
`/install/mythtv_cvs/mythtv/programs/mythcommflag'
rm -f "/usr/local/bin/mythcommflag"
cp -f "mythcommflag" "/usr/local/bin/mythcommflag"
strip "/usr/local/bin/mythcommflag"
make[2]: Leaving directory
`/install/mythtv_cvs/mythtv/programs/mythcommflag'
( [ -d mythlcd ] && cd mythlcd ; make -f Makefile install; ) || true
make[2]: Entering directory
`/install/mythtv_cvs/mythtv/programs/mythlcd'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/install/mythtv_cvs/mythtv/programs/mythlcd'
( [ -d mythtvosd ] && cd mythtvosd ; make -f Makefile install; ) || true
make[2]: Entering directory
`/install/mythtv_cvs/mythtv/programs/mythtvosd'
rm -f "/usr/local/bin/mythtvosd"
cp -f "mythtvosd" "/usr/local/bin/mythtvosd"
strip "/usr/local/bin/mythtvosd"
make[2]: Leaving directory
`/install/mythtv_cvs/mythtv/programs/mythtvosd'
make[1]: Leaving directory `/install/mythtv_cvs/mythtv/programs'
( [ -d themes ] && cd themes ; make -f Makefile install; ) || true
make[1]: Entering directory `/install/mythtv_cvs/mythtv/themes'
cp -f -pR "blue" "/usr/local/share/mythtv/themes/"
cp -f -pR "liquid" "/usr/local/share/mythtv/themes/"
cp -f -pR "defaultosd" "/usr/local/share/mythtv/themes/"
cp -f -pR "blueosd" "/usr/local/share/mythtv/themes/"
cp -f -pR "oldosd" "/usr/local/share/mythtv/themes/"
cp -f -pR "default" "/usr/local/share/mythtv/themes/"
cp -f -p "FreeSans.ttf" "/usr/local/share/mythtv/"
echo "/usr/local/share/mythtv/FreeSans.ttf"
/usr/local/share/mythtv/FreeSans.ttf
cp -f -p "FreeMono.ttf" "/usr/local/share/mythtv/"
echo "/usr/local/share/mythtv/FreeMono.ttf"
/usr/local/share/mythtv/FreeMono.ttf
make[1]: Leaving directory `/install/mythtv_cvs/mythtv/themes'
( [ -d setup ] && cd setup ; make -f Makefile install; ) || true
make[1]: Entering directory `/install/mythtv_cvs/mythtv/setup'
cp -f -p "setup.xml" "/usr/local/share/mythtv/"
strip "/usr/local/share/mythtv/setup.xml"
strip: /usr/local/share/mythtv/setup.xml: File format not recognized
make[1]: *** [install_menu] Error 1
make[1]: Leaving directory `/install/mythtv_cvs/mythtv/setup'
( [ -d i18n ] && cd i18n ; make -f Makefile install; ) || true
make[1]: Entering directory `/install/mythtv_cvs/mythtv/i18n'
cp -f -p "mythfrontend_it.qm" "/usr/local/share/mythtv/i18n/"
strip "/usr/local/share/mythtv/i18n/mythfrontend_it.qm"
strip: /usr/local/share/mythtv/i18n/mythfrontend_it.qm: File format not
recognized
make[1]: *** [install_trans] Error 1
make[1]: Leaving directory `/install/mythtv_cvs/mythtv/i18n'

[Watching TV errors.........]
connecting to backend server: 127.0.0.1:6543
QTime::fromString: Parameter out of range.
QTime::fromString: Parameter out of range.
QTime::fromString: Parameter out of range.
QTime::fromString: Parameter out of range.
Error: File Missing!
Error: File Missing!
Error: File Missing!
Error: File Missing!
Error: File Missing!
Error: File Missing!
Input #0, mpeg, from
'/mnt/store//1059_20031115043000_20031115050000.nuv':
  Stream #0.0: Video: mpeg2video, 720x480, 29.97 fps, 6000 kb/s
  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 384 kb/s
Over/underscanning. V: 0.000000, H: 0.000000, XOff: 0, YOff: 0
Using the PVR-350 decoder/TV-out
Unknown tag size:small in font


On Mon, 2003-11-17 at 21:32, James Pifer wrote:
> I'm trying to install the latest CVS and getting the error below. Couple
> notes, I already have non-cvs 0.12 installed and I do not have lirc
> working yet. Can I install CVS over 0.12? I'm trying to install lirc
> (0.7.0pre2), but having problems with that too. Do I have to have lirc
> working before installing mythtv-cvs?
> 
> Thanks,
> James
> 
> <snip>
> g++ -shared -Wl,-soname,libpostprocess.so.1 -o libpostprocess.so
> filter_postprocess.o    -L../../libs/libavcodec -lavcod
> ec -lpthread
> make[2]: Leaving directory
> `/install/mythtv_cvs/mythtv/filters/postprocess'
> make[1]: Leaving directory `/install/mythtv_cvs/mythtv/filters'
> cd programs && qmake  -o Makefile
> cd programs && make -f Makefile
> make[1]: Entering directory `/install/mythtv_cvs/mythtv/programs'
> cd mythepg && qmake  -o Makefile
> cd mythepg && make -f Makefile
> make[2]: Entering directory
> `/install/mythtv_cvs/mythtv/programs/mythepg'
> g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
> -D_REENTRANT  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPR
> EFIX=\"/usr/local\" -DMMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
> -I/usr/lib/qt-3.1/mkspecs/default -I. -I../../libs -I../../l
> ibs/libmyth -I/usr/local/include -I/usr/lib/qt-3.1/include -o main.o
> main.cpp
> g++  -o mythepg main.o   -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib
> -L../../libs/libmyth -L../../libs/libmythtv -L../../libs
> /libavcodec -L../../libs/libvbitext -L../../libs/libavformat -lmythtv
> -lavformat -lavcodec -lvbitext -lmyth-0.13 -L/usr/
> X11R6/lib -lXinerama -lXv -lX11 -lXext -lXxf86vm -lfreetype -lmp3lame
> -lqt-mt -lXext -lX11 -lm -lpthread
> ../../libs/libmyth/libmyth-0.13.so: undefined reference to
> `LircEventLock::~LircEventLock [in-charge]()'
> ../../libs/libmyth/libmyth-0.13.so: undefined reference to
> `LircEventLock::LircEventLock[in-charge](bool)'
> collect2: ld returned 1 exit status
> make[2]: *** [mythepg] Error 1
> make[2]: Leaving directory `/install/mythtv_cvs/mythtv/programs/mythepg'
> make[1]: *** [sub-mythepg] Error 2
> make[1]: Leaving directory `/install/mythtv_cvs/mythtv/programs'
> make: *** [sub-programs] Error 2
> [root at mythtv mythtv]#
> 
> 
> 
> ______________________________________________________________________
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list