View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 35 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Wed Apr 02, 2008 12:01 am 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
Yes... I got SVN to compile properly and it works great. Here are the instructions to get it up and running.

1.. Remove ALL QT3 libraries with synaptic or apt.
2. Set the repositories from stable to unstable.
3. Install the following QT4 libraries.
libavahi-qt4-1
libavahi-qt4-dev
libqt4-core
libqt4-dev
libqt4-gui
libqt4-qt3support
libqt4-sql
4. Make sure that you complete a make distclean for mythtv, mythplugins, myththemes.
5. Do the following command to remove some makefiles that don't get cleaned up after a make distclean.
find . -name "Makefile" -exec rm -f {} \;
5. Delete all references of libmyth* from /usr/lib. I actually had multiple references of older version of mythtv. Like .20, .21 and .22. If not, then compiling will fail.


That's it.
Dwaine


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 05, 2008 9:57 am 
Offline
Joined: Mon Feb 06, 2006 2:39 pm
Posts: 10
Location: Oslo, Norway
Hmm, followed your guide, and it worked with just mythtv alone, but when I compile and install mythplugins, I get these errors, and it crashes on startup. (Right after "pre scaling images")

2008-04-05 17:54:59.628 MythPlugin::init() dlerror: libqt-mt.so.3: cannot open shared object file: No such file or directory
2008-04-05 17:54:59.628 Unable to initialize plugin 'mythbookmarkmanager'.
2008-04-05 17:54:59.682 MonitorRegisterExtensions(0x100, gif,jpg,png)
2008-04-05 17:55:00.237 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac)
ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file kernel/qwidget.cpp, line 951
Aborted (core dumped)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 05, 2008 12:32 pm 
Offline
Joined: Mon Feb 06, 2006 2:39 pm
Posts: 10
Location: Oslo, Norway
Ok, to answer my own question, configuring with --disable-mythphone did the trick =)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 05, 2008 3:39 pm 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
krizze wrote:
Hmm, followed your guide, and it worked with just mythtv alone, but when I compile and install mythplugins, I get these errors, and it crashes on startup. (Right after "pre scaling images")

2008-04-05 17:54:59.628 MythPlugin::init() dlerror: libqt-mt.so.3: cannot open shared object file: No such file or directory
2008-04-05 17:54:59.628 Unable to initialize plugin 'mythbookmarkmanager'.
2008-04-05 17:54:59.682 MonitorRegisterExtensions(0x100, gif,jpg,png)
2008-04-05 17:55:00.237 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac)
ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file kernel/qwidget.cpp, line 951
Aborted (core dumped)


go to /usr/lib and delete all the libmyth* files. For some reason it going to the old objects when compiling. It will resolve your libqt-mt.so.3. That what the older SVN was compiled against.

Dwaine.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 05, 2008 4:02 pm 
Offline
Joined: Mon Feb 06, 2006 2:39 pm
Posts: 10
Location: Oslo, Norway
That fixed alot, guess I didn't remove those between compiles, I don't know. Thanks =)


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 26, 2009 10:36 pm 
Offline
Joined: Sun Mar 12, 2006 9:51 pm
Posts: 22
For those searching the forums who are having problems compiling svn..

I also had to add these packages. Was getting some opengl errors during "make"

Code:
apt-get install libqt4-opengl libqt4-opengl-dev


And had to add this additional package when the backend couldn't connect to the mysql db

Code:
apt-get install libqt4-sql-mysql


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 27, 2009 6:48 am 
Offline
Joined: Thu Sep 07, 2006 11:20 am
Posts: 389
Even without HD-PVR or VDPAU, my instructions should still work for compiling SVN under R5.5. If you are using R6, the packages and PKGBUILD are in the repo.

http://knoppmyth.net/phpBB2/viewtopic.php?t=18713


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 06, 2009 9:51 pm 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
Has anyone tried the script with v6?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 6:18 am 
Offline
Joined: Thu Sep 07, 2006 11:20 am
Posts: 389
dwaine wrote:
Has anyone tried the script with v6?
SVN builds are in the R6 repo.

http://knoppmyth.net/phpBB2/viewtopic.php?t=19656


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 7:48 am 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
Ummmm.. Getting a lot of Xlib: extension "Generic Event Extension" missing on display ":0.0".

mythfrontend just Segentation Faults

mythtv-setup runs perfectly fine.

Any suggestions on getting around mythfrontend segmentation fault?

nharris wrote:
dwaine wrote:
Has anyone tried the script with v6?
SVN builds are in the R6 repo.

http://knoppmyth.net/phpBB2/viewtopic.php?t=19656


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 8:07 am 
Offline
Joined: Thu Sep 07, 2006 11:20 am
Posts: 389
dwaine wrote:
Any suggestions on getting around mythfrontend segmentation fault?

Check your frontend log file for error messages. Make sure you are configured to run with one of the default mythtv themes (not the KnoppMyth one). If not, you will need to manually change the setting in your database (or use mythweb to do so).


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 8:31 am 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
The mythfrontend logfile did not show any problems. Which theme can I use? Right now I'm using blootube under the "Theme" setting in MythWeb. Mythtv-Setup is working fine though, so i don't get what is causing the problem. I also made sure the ThemePainter is set to qt.

nharris wrote:
dwaine wrote:
Any suggestions on getting around mythfrontend segmentation fault?

Check your frontend log file for error messages. Make sure you are configured to run with one of the default mythtv themes (not the KnoppMyth one). If not, you will need to manually change the setting in your database (or use mythweb to do so).


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 10:24 am 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
I also checked to see if mythwelcome would run. It ran without any issue.

just the frontend has a problem. I did try sudo pacman -S mythtv-svn mythtv-extras-svn again to see if maybe something was not installed properly. Still the same problem with mythfrontend.

Dwaine


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 11:48 am 
Offline
Joined: Thu Sep 07, 2006 11:20 am
Posts: 389
dwaine wrote:
I also checked to see if mythwelcome would run. It ran without any issue.

just the frontend has a problem. I did try sudo pacman -S mythtv-svn mythtv-extras-svn again to see if maybe something was not installed properly. Still the same problem with mythfrontend.

Dwaine
Without the addition of any more debug info, I don't have any suggestions. There is no backtrace in your frontend log or on the command line (if you ran it from there)?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 07, 2009 12:01 pm 
Offline
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
It looks like it's grabbing the wrong theme. I changed the value with Mythweb, but when using opengl for ThemePainter it alway changes the value in the database back to GANT. So I think I have an invalid theme setup for mythfrontend, but I can't change it. I tried to install mysql-gui from pacman repo, but it does not look like it's in there.

I also deleted the themecache in the /home/.mythtv. This had the cache of GANT when I use the opengl setting. Ummmm.... what is the mysql command to change the setup theme for mythfrontend?

There is no real debug information from running the frontend from the command line. Tries to load, segment faults. Trying to find out where the mythfrontend would get it's information about it's theme to use other than the database.


nharris wrote:
dwaine wrote:
I also checked to see if mythwelcome would run. It ran without any issue.

just the frontend has a problem. I did try sudo pacman -S mythtv-svn mythtv-extras-svn again to see if maybe something was not installed properly. Still the same problem with mythfrontend.

Dwaine
Without the addition of any more debug info, I don't have any suggestions. There is no backtrace in your frontend log or on the command line (if you ran it from there)?


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 35 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu