LinHES Forums http://forum.linhes.org/ |
|
recompile the plugin after doing a make distclean? http://forum.linhes.org/viewtopic.php?f=6&t=16498 |
Page 1 of 1 |
Author: | mojoJOJO [ Thu Sep 13, 2007 6:48 pm ] |
Post subject: | recompile the plugin after doing a make distclean? |
I'm still new to linux so I don't really have much idea about what I'm doing. I been playing around with MythTV and whenever I try to go into Watch Videos or Listen to Music I get errors similar to the following......."mythmusic was compiled against libmyth version 0.20.20060828-4, but the installed libmyth is at version 0.20.20070821-1. You probably want to recompile the mythmusic plugin after doing a make distclean." I get a similar message in Watch Videos, Listen to Music, Play Online, Image Gallery and Play Games. I guessing it has something to do with the plugin not being compiled with the same version as MythTV....if this is the case how do I go about recompiling em all together to work properly? Thanks in advance for your help. |
Author: | slowtolearn [ Thu Sep 13, 2007 7:57 pm ] |
Post subject: | Re: recompile the plugin after doing a make distclean? |
mojoJOJO wrote: I'm still new to linux so I don't really have much idea about what I'm doing. How exactly did you get to where you are now (what caused the errors)? Sounds like you upgraded MythTV to .20.2 but not the plugins. What process did you follow?
I been playing around with MythTV and whenever I try to go into Watch Videos or Listen to Music I get errors similar to the following......."mythmusic was compiled against libmyth version 0.20.20060828-4, but the installed libmyth is at version 0.20.20070821-1. You probably want to recompile the mythmusic plugin after doing a make distclean." I get a similar message in Watch Videos, Listen to Music, Play Online, Image Gallery and Play Games. I guessing it has something to do with the plugin not being compiled with the same version as MythTV....if this is the case how do I go about recompiling em all together to work properly? Thanks in advance for your help. |
Author: | mojoJOJO [ Fri Sep 14, 2007 7:46 am ] |
Post subject: | |
Got some help on another forum about this using the instructions below.....it worked sort of.....everything now works fine except Media Library/Play Online displays similar message as from above and Information Center/Weather displays a bunch of system code rather than the weather......any thoughts on that? Here is the instructions I followed. Quote: Sounds like you mixed and matched myth .20 fixes and trunk, or somewhere along the lines did not follow the directions to the letter.
The cleanest way out of this is to. Code: cd /usr/src/ /etc/init.d/mythtv-backend stop rename your existing mythtv, mythplugins, and myththemes in /usr/src/ something like Code: mv mythtv mythtv-old mv mythplugins mythplugins-old mv myththemes myththemes-old Then..... Code: svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythtv svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/myththemes download the patches Code: svn co http://opensvn.csie.org/myth_dvb_ng apply the patches now lets configure it Code: ./configure --enable-dvb --enable-xvmc --enable-opengl-vsync --enable-xvmc-pro --enable-proc-opt --prefix=/usr now run make <--- this part is gonna take a while Code: make backup custom knoppmyth menus Code: /bin/cp -f /usr/share/mythtv/mainmenu.xml ../ /bin/cp -f /usr/share/mythtv/optical_menu.xml ../ now lets install it Code: make install now lets restore custom knoppmyth menus Code: /bin/cp -f ../mainmenu.xml /usr/share/mythtv/ /bin/cp -f ../optical_menu.xml /usr/share/mythtv/ now lets rebuild myththemes Code: cd /usr/src/myththemes ./configure --prefix=/usr make && make install lets do the same for mythplugins Code: cd /usr/src/mythplugins ./configure --prefix=/usr --enable-all make && make install now at this point I don't know if you have the rest set up properly or not, we'll worry about that later, but this is as simple of instructions as I know to give you, unless you wish to buy me a plane ticket, a case of beer and a steak dinner, and have me come over and do it for you. BTW if all goes well with this compile of myth, and patches you can remove the -old ones by doing a simple: as su from /usr/src/ Code: rm -r mythtv-old rm -r myththemes-old rm -r mythplugins-old |
Author: | slowtolearn [ Fri Sep 14, 2007 4:35 pm ] |
Post subject: | |
From the above I would guess (as you removed any prior context to the response) you tried to fix a botched -fixes install. I think your best bet at this point would be to perform a backup and upgrade to R5F27. |
Author: | mojoJOJO [ Fri Sep 14, 2007 7:50 pm ] |
Post subject: | |
Thanks for the response. How to I go about upgrading MythTV? I am still new to linux and have no idea how to do it. What commands do I use to do it? Thanks in advance for your help. |
Author: | tjc [ Fri Sep 14, 2007 7:58 pm ] |
Post subject: | |
See the R5F27 hints which cover the highlights of upgrading and installing. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |