Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

compilation problems with (k)ubuntu hardy heron & svn

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


tigger at io

May 4, 2008, 9:07 AM

Post #1 of 4 (533 views)
Permalink
compilation problems with (k)ubuntu hardy heron & svn

I upgraded to rev 17246 last night, and all the boxes I have that are
running (k)ubuntu gutsy are fine--but the two I have that are runnning hardy
(8.04) are giving me problems. One compiles, but segfaults on startup:

2008-05-04 10:33:05.669 Using the Qt painter
2008-05-04 10:33:05.669 JoystickMenuClient Error: Joystick disabled - Failed
to read /home/parcher/.mythtv/joystickmenurc
2008-05-04 10:33:05.829 MC::NormalizeFontSize() called, but no window
2008-05-04 10:33:06.428 Loading from:
/usr/local/share/mythtv/themes/MythCenter/base.xml
2008-05-04 10:33:06.792 Loading from:
/usr/local/share/mythtv/themes/default/base.xml
2008-05-04 10:33:07.710 Registering Internal as a media playback plugin.
2008-05-04 10:33:08.123 MythMusic adding CD-Writer: 1,0,0 -- DVD+-RW
SDVD8820
2008-05-04 10:33:08.746 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac)
Segmentation fault


While the other one won't compile:


In file included from videoout_directfb.cpp:32:
filtermanager.h:20: error: expected template-name before '<' token
filtermanager.h:20: error: expected `{' before '<' token
filtermanager.h:20: error: expected unqualified-id before '<' token
videoout_directfb.cpp: In member function 'virtual int
VideoOutputDirectfb::GetRefreshRate()':
videoout_directfb.cpp:311: warning: deprecated conversion from string
constant to 'char*'
videoout_directfb.cpp: In member function 'virtual void
VideoOutputDirectfb::ProcessFrame(VideoFrame*, OSD*, FilterChain*,
NuppelVideoPlayer*)':
videoout_directfb.cpp:898: error: invalid use of incomplete type 'class
FilterChain'
filtermanager.h:20: error: forward declaration of 'class FilterChain'
videoout_directfb.cpp:901: error: invalid use of incomplete type 'class
FilterChain'
filtermanager.h:20: error: forward declaration of 'class FilterChain'
distcc[16349] ERROR: compile videoout_directfb.cpp on localhost failed
make[2]: *** [videoout_directfb.o] Error 1
make[2]: Leaving directory `/home/parcher/svn-mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv-make_default-ordered] Error 2
make[1]: Leaving directory `/home/parcher/svn-mythtv/libs'
make: *** [sub-libs-make_default-ordered] Error 2


Any ideas?

Paul
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


sarah at sarahhayes

May 4, 2008, 9:36 AM

Post #2 of 4 (480 views)
Permalink
Re: compilation problems with (k)ubuntu hardy heron & svn [In reply to]

distcc[16349] ERROR: compile videoout_directfb.cpp on localhost failed

Killing Distcc would be my first port of call on that one.

Are the libraries for ogg,mp3,aac,flac installed and up-to-date? Could be a red herring but worth checking.

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


tigger at io

May 4, 2008, 2:07 PM

Post #3 of 4 (470 views)
Permalink
Re: compilation problems with (k)ubuntu hardy heron & svn [In reply to]

I did some comparing, and the box that wasn't compiling was using the
'directfb' option for video out. I used ./configure --disable-directfb, and
now it compiles--but it also does like the other box, and segfaults on
startup.
Any suggestions? I'm happy to recompile with debugging turned on if it'll
help.

Paul


11:07am, Paul Archer wrote:

> I upgraded to rev 17246 last night, and all the boxes I have that are running
> (k)ubuntu gutsy are fine--but the two I have that are runnning hardy (8.04)
> are giving me problems. One compiles, but segfaults on startup:
>
> 2008-05-04 10:33:05.669 Using the Qt painter
> 2008-05-04 10:33:05.669 JoystickMenuClient Error: Joystick disabled - Failed
> to read /home/parcher/.mythtv/joystickmenurc
> 2008-05-04 10:33:05.829 MC::NormalizeFontSize() called, but no window
> 2008-05-04 10:33:06.428 Loading from:
> /usr/local/share/mythtv/themes/MythCenter/base.xml
> 2008-05-04 10:33:06.792 Loading from:
> /usr/local/share/mythtv/themes/default/base.xml
> 2008-05-04 10:33:07.710 Registering Internal as a media playback plugin.
> 2008-05-04 10:33:08.123 MythMusic adding CD-Writer: 1,0,0 -- DVD+-RW SDVD8820
> 2008-05-04 10:33:08.746 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac)
> Segmentation fault
>
>
> While the other one won't compile:
>
>
> In file included from videoout_directfb.cpp:32:
> filtermanager.h:20: error: expected template-name before '<' token
> filtermanager.h:20: error: expected `{' before '<' token
> filtermanager.h:20: error: expected unqualified-id before '<' token
> videoout_directfb.cpp: In member function 'virtual int
> VideoOutputDirectfb::GetRefreshRate()':
> videoout_directfb.cpp:311: warning: deprecated conversion from string
> constant to 'char*'
> videoout_directfb.cpp: In member function 'virtual void
> VideoOutputDirectfb::ProcessFrame(VideoFrame*, OSD*, FilterChain*,
> NuppelVideoPlayer*)':
> videoout_directfb.cpp:898: error: invalid use of incomplete type 'class
> FilterChain'
> filtermanager.h:20: error: forward declaration of 'class FilterChain'
> videoout_directfb.cpp:901: error: invalid use of incomplete type 'class
> FilterChain'
> filtermanager.h:20: error: forward declaration of 'class FilterChain'
> distcc[16349] ERROR: compile videoout_directfb.cpp on localhost failed
> make[2]: *** [videoout_directfb.o] Error 1
> make[2]: Leaving directory `/home/parcher/svn-mythtv/libs/libmythtv'
> make[1]: *** [sub-libmythtv-make_default-ordered] Error 2
> make[1]: Leaving directory `/home/parcher/svn-mythtv/libs'
> make: *** [sub-libs-make_default-ordered] Error 2
>
>
> Any ideas?
>
> Paul
>
>



----------------------------------------------------------------------------
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc
(It's safe)
----------------------------------------------------------------------------
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


sarah at sarahhayes

May 4, 2008, 2:57 PM

Post #4 of 4 (472 views)
Permalink
Re: compilation problems with (k)ubuntu hardy heron & svn [In reply to]

Paul Archer wrote:
> I did some comparing, and the box that wasn't compiling was using the
> 'directfb' option for video out. I used ./configure --disable-directfb, and
> now it compiles--but it also does like the other box, and segfaults on
> startup.
> Any suggestions? I'm happy to recompile with debugging turned on if it'll
> help.
>
> Paul
>
>
>
>
Not that much of a programmer personally, but I think recompiling with
debug turned on might provide some pointers (hopefully glaring obvious
things).

Interesting, I seem to remember reading about directfb being volatile, I
guess theres the proof of that :)

Sarah


_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.