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

Mailing List Archive: MythTV: Users

new installation issues

 

 

First page Previous page 1 2 Next page Last page  View All MythTV users RSS feed   Index | Next | Previous | View Threaded


ashu.desai at gmail

Jun 4, 2012, 5:39 PM

Post #26 of 47 (1146 views)
Permalink
Re: new installation issues [In reply to]

On Mon, Jun 4, 2012 at 5:46 PM, Thomas Boehm
<mythtv-users [at] lists>wrote:

> A Desai wrote:
> > Both the links you sent are the same ones -- How do I "clean
> > $PREFIX/include/mythtv and $PREFIX/lib/libmyth* -- I have nothing under
> > /usr/local/include.
> >
>
> I might be wrong, but according to
>
> > [root [at] mythb mythtv]# ./configure --prefix=/usr
>
> your prefix is /usr. So have a look in /usr/include/mythtv...
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


I do not have /usr/include/mythtv.

All I have are:

[root [at] mythb ~]# ls /usr/include/m
malloc.h mcheck.h mntent.h mqueue.h
math.h memory.h monetary.h mtd/



--
http://about.me/adesai


ashu.desai at gmail

Jun 5, 2012, 7:58 AM

Post #27 of 47 (1141 views)
Permalink
Re: new installation issues [In reply to]

On Mon, Jun 4, 2012 at 4:33 PM, A Desai <ashu.desai [at] gmail> wrote:

>
>
> On Mon, Jun 4, 2012 at 4:00 PM, A Desai <ashu.desai [at] gmail> wrote:
>
>>
>>
>> On Mon, Jun 4, 2012 at 3:56 PM, Rob Sones <robertasones [at] hotmail>wrote:
>>
>>>
>>>
>>>
>>> ________________________________
>>> > From: ashu.desai [at] gmail
>>> > Date: Mon, 4 Jun 2012 15:32:08 -0500
>>> > To: mythtv-users [at] mythtv
>>> > Subject: Re: [mythtv-users] new installation issues
>>> >
>>> >
>>> >
>>> > On Mon, Jun 4, 2012 at 3:30 PM, Rob Sones
>>> > <robertasones [at] hotmail<mailto:robertasones [at] hotmail>> wrote:
>>> >
>>> >
>>> > > I installed yasm via rpm. I also included /usr/local/lib64 in my
>>> > > ld.so.conf file. However, the output of make is:
>>> > >
>>> > >
>>> > > collect2: ld returned 1 exit status
>>> > > make[2]: *** [mythfrontend] Error 1
>>> > > make[2]: Leaving directory
>>> `/root/0.25/mythtv/mythtv/programs/mythfrontend'
>>> > > make[1]: *** [sub-mythfrontend-make_default] Error 2
>>> > > make[1]: Leaving directory `/root/0.25/mythtv/mythtv/programs'
>>> > > make: *** [programs] Error 2
>>> > > Regards
>>> > >
>>> > > Ash
>>> >
>>> > I think the revealing part of the error was before the snippet you have
>>> > posted.
>>> >
>>> >
>>> > _______________________________________________
>>> > mythtv-users mailing list
>>> > mythtv-users [at] mythtv<mailto:mythtv-users [at] mythtv>
>>> > http://www.mythtv.org/mailman/listinfo/mythtv-users
>>> >
>>> > Here is what was in the error:
>>> >
>>> > g++ -m64 -o mythfrontend main.o playbackbox.o viewscheduled.o
>>> > audiogeneralsettings.o globalsettings.o manualschedule.o
>>> > programrecpriority.o channelrecpriority.o statusbox.o networkcontrol.o
>>> > mediarenderer.o mythfexml.o playbackboxlistitem.o custompriority.o
>>> > screenwizard.o exitprompt.o action.o actionset.o mythcontrols.o
>>> > keybindings.o keygrabber.o progfind.o guidegrid.o customedit.o
>>> > schedulecommon.o progdetails.o scheduleeditor.o
>>> > backendconnectionmanager.o programinfocache.o proglist.o
>>> > proglist_helpers.o playbackboxhelper.o viewschedulediff.o
>>> > themechooser.o setupwizard_general.o setupwizard_audio.o
>>> > setupwizard_video.o grabbersettings.o editvideometadata.o
>>> > videofileassoc.o videometadatasettings.o videoplayercommand.o
>>> > videopopups.o videofilter.o videolist.o videoplayersettings.o
>>> > videodlg.o videoglobalsettings.o upnpscanner.o commandlineparser.o
>>> > idlescreen.o frontend.o moc_playbackbox.o moc_viewscheduled.o
>>> > moc_globalsettings.o moc_audiogeneralsettings.o moc_manualschedule.o
>>> > moc_programrecpriority.o moc_channelrecpriority.o moc_statusbox.o
>>> > moc_networkcontrol.o moc_custompriority.o moc_screenwizard.o
>>> > moc_exitprompt.o moc_mythcontrols.o moc_keygrabber.o moc_progfind.o
>>> > moc_guidegrid.o moc_customedit.o moc_schedulecommon.o moc_progdetails.o
>>> > moc_scheduleeditor.o moc_backendconnectionmanager.o moc_proglist.o
>>> > moc_proglist_helpers.o moc_viewschedulediff.o moc_themechooser.o
>>> > moc_setupwizard_general.o moc_setupwizard_audio.o
>>> > moc_setupwizard_video.o moc_grabbersettings.o moc_editvideometadata.o
>>> > moc_videofileassoc.o moc_videometadatasettings.o moc_videopopups.o
>>> > moc_videofilter.o moc_videoplayersettings.o moc_videodlg.o
>>> > moc_upnpscanner.o moc_idlescreen.o moc_frontend.o
>>> > -L../../libs/libmyth -L../../libs/libmythtv
>>> > -L../../external/FFmpeg/libavutil -L../../external/FFmpeg/libavcodec
>>> > -L../../external/FFmpeg/libavformat -L../../external/FFmpeg/libswscale
>>> > -L../../libs/libmythbase -L../../libs/libmythui
>>> > -L../../libs/libmythupnp -L../../libs/libmythmetadata
>>> > -L../../libs/libmythservicecontracts -L../../libs/libmythprotoserver
>>> > -lmythtv-0.25 -lmythswscale -lmythavformat -lmythavcodec -lmythavutil
>>> > -lmythupnp-0.25 -lmythbase-0.25 -lmythui-0.25 -lmyth-0.25
>>> > -lmythmetadata-0.25 -lmythservicecontracts-0.25 -lmythprotoserver-0.25
>>> > -L../../libs/libmythlivemedia -lmythlivemedia-0.25
>>> > -L../../libs/libmythfreemheg -lmythfreemheg-0.25
>>> > -L../../libs/libmythhdhomerun -lmythhdhomerun-0.25 -lXext -lXinerama
>>> > -lXxf86vm -lXrandr -lX11 -ldns_sd -lass -lmp3lame -lm -lz -lrt -ldl
>>> > -lfreetype -L/usr/X11R6/lib64 -L/usr/lib64/qt4 -lQtDBus -lpthread -lGLU
>>> > -lGL -lQtWebKit -lQtScript -lQtSql -lQtXml -lQtOpenGL -lQtGui
>>> > -lQtNetwork -lQtCore
>>> > ../../libs/libmythtv/libmythtv-0.25.so<http://libmythtv-0.25.so>:
>>> > undefined reference to `MythRAOPDevice::HardwareId()'
>>> > collect2: ld returned 1 exit status
>>> > make[2]: *** [mythfrontend] Error 1
>>> > make[2]: Leaving directory
>>> `/root/0.25/mythtv/mythtv/programs/mythfrontend'
>>> > make[1]: *** [sub-mythfrontend-make_default] Error 2
>>> > make[1]: Leaving directory `/root/0.25/mythtv/mythtv/programs'
>>> > make: *** [programs] Error 2
>>> >
>>> >
>>> > --
>>> > http://about.me/adesai
>>>
>>>
>>>
>> Can anyone help me on this please?

Thank you.



>
>>>
>>


hobbes1069 at gmail

Jun 5, 2012, 8:11 AM

Post #28 of 47 (1141 views)
Permalink
Re: new installation issues [In reply to]

On Sun, Jun 3, 2012 at 8:00 PM, Gary Buhrmaster
<gary.buhrmaster [at] gmail> wrote:
> On Sun, Jun 3, 2012 at 5:12 PM, Nick Rout <nick.rout [at] gmail> wrote:
> ....
>> Aren't there at least 2 rpm repos for mythtv? ATRPMS and another that
>> I don't know the name of.
>
> I suspect you are thinking of rpmfusion.
>
> AFAIK the epel (the extra packages for the enterprise
> linux distribution) repo does not (currently?) include
> mythtv (although there is probably no reason it could
> not if someone was willing to be the maintainer).
> For Fedora, mythtv has been part of the repo since,
> I think, rpmfusion was created (from the merger of
> three(?) different repos; atrpms was unable to join
> the merger for reasons best left to the email archive
> discussions).

Although it's very slow going, a few others and myself are working on
getting on the requirements available so that MythTV can be built for
EPEL 6 on RPM Fusion. There are basically three levels of problems:

1. Not all of the needed packages are available in EL proper (or are too old).
2. Not all of the needed packages are available in Fedora EPEL
3. Not all of the needed packages are available in RPM Fusion EPEL.

The are taking a while because RPM Fusion holds more strictly to the
Fedora guidelines including not providing packages that already exist
in Fedora (and in this case RHEL) repositories. ATrpms doesn't worry
about this.

MOST of these problems have now been resolved although the V4L in RHEL
is quite old and will not be updated in RHEL 6.2, maybe by 6.3...

I'm oversimplifying here from memory so sorry if anything is in error,
there is quite a complex package dependency chain across 3
repositories so it's hard to keep straight.

I have been able to build EL6 mythtv packages by locally packaging all
the requirements, so I know it does work (at least as of 0.24/fixes).
I haven't tried 0.25/fixes yet since there have been plenty of
problems with it that need my attention (besides work and home life).

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


support at drdos

Jun 5, 2012, 8:11 AM

Post #29 of 47 (1139 views)
Permalink
Re: new installation issues [In reply to]

>> Can anyone help me on this please?

What I would personally do:

As root

make uninstall (Both mythtv and plugins)
make distclean

Update the locate database and excluding the root directory (I think that's where you're compiling from, if not adjust the instructions)

updatedb -e /root

Locate anything with myth in it and remove it from the system (Making sure it is mythtv related )

locate myth

Start compiling from scratch.

Doug


--

Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."


ashu.desai at gmail

Jun 5, 2012, 9:04 AM

Post #30 of 47 (1135 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 10:11 AM, Doug Lytle <support [at] drdos> wrote:

> >> Can anyone help me on this please?
>
> What I would personally do:
>
> As root
>
> make uninstall (Both mythtv and plugins)
> make distclean
>
> Update the locate database and excluding the root directory (I think
> that's where you're compiling from, if not adjust the instructions)
>
> updatedb -e /root
>
> Locate anything with myth in it and remove it from the system (Making sure
> it is mythtv related)
>
> locate myth
>
> Start compiling from scratch.
>
>
> Doug
>
>
> --
> Ben Franklin quote:
>
> "Those who would give up Essential Liberty to purchase a little Temporary
> Safety, deserve neither Liberty nor Safety."
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
>

Did that -- the exact same thing seems to have happened...

---------------------------

g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG
-fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
-fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
-D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
-I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
-I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
-I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
-I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
-I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
-I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
-I../../libs/libmythmetadata -I../../libs/libmythlivemedia
-I../../libs/libmythbase -I../../libs/libmythhdhomerun
-I../../libs/libmythdvdnav -I../../libs/libmythbluray
-I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
-I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
-I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
moc_videofilter.o moc_videofilter.cpp
g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG
-fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
-fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
-D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
-I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
-I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
-I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
-I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
-I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
-I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
-I../../libs/libmythmetadata -I../../libs/libmythlivemedia
-I../../libs/libmythbase -I../../libs/libmythhdhomerun
-I../../libs/libmythdvdnav -I../../libs/libmythbluray
-I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
-I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
-I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
moc_videoplayersettings.o moc_videoplayersettings.cpp
g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG
-fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
-fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
-D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
-I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
-I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
-I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
-I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
-I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
-I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
-I../../libs/libmythmetadata -I../../libs/libmythlivemedia
-I../../libs/libmythbase -I../../libs/libmythhdhomerun
-I../../libs/libmythdvdnav -I../../libs/libmythbluray
-I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
-I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
-I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o moc_videodlg.o
moc_videodlg.cpp
g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG
-fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
-fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
-D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
-I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
-I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
-I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
-I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
-I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
-I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
-I../../libs/libmythmetadata -I../../libs/libmythlivemedia
-I../../libs/libmythbase -I../../libs/libmythhdhomerun
-I../../libs/libmythdvdnav -I../../libs/libmythbluray
-I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
-I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
-I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
moc_upnpscanner.o moc_upnpscanner.cpp
g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG
-fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
-fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
-D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
-I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
-I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
-I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
-I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
-I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
-I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
-I../../libs/libmythmetadata -I../../libs/libmythlivemedia
-I../../libs/libmythbase -I../../libs/libmythhdhomerun
-I../../libs/libmythdvdnav -I../../libs/libmythbluray
-I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
-I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
-I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
moc_idlescreen.o moc_idlescreen.cpp
g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG
-fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
-fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
-D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
-I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
-I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
-I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
-I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
-I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
-I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
-I../../libs/libmythmetadata -I../../libs/libmythlivemedia
-I../../libs/libmythbase -I../../libs/libmythhdhomerun
-I../../libs/libmythdvdnav -I../../libs/libmythbluray
-I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
-I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
-I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o moc_frontend.o
moc_frontend.cpp
g++ -m64 -o mythfrontend main.o playbackbox.o viewscheduled.o
audiogeneralsettings.o globalsettings.o manualschedule.o
programrecpriority.o channelrecpriority.o statusbox.o networkcontrol.o
mediarenderer.o mythfexml.o playbackboxlistitem.o custompriority.o
screenwizard.o exitprompt.o action.o actionset.o mythcontrols.o
keybindings.o keygrabber.o progfind.o guidegrid.o customedit.o
schedulecommon.o progdetails.o scheduleeditor.o backendconnectionmanager.o
programinfocache.o proglist.o proglist_helpers.o playbackboxhelper.o
viewschedulediff.o themechooser.o setupwizard_general.o setupwizard_audio.o
setupwizard_video.o grabbersettings.o editvideometadata.o videofileassoc.o
videometadatasettings.o videoplayercommand.o videopopups.o videofilter.o
videolist.o videoplayersettings.o videodlg.o videoglobalsettings.o
upnpscanner.o commandlineparser.o idlescreen.o frontend.o moc_playbackbox.o
moc_viewscheduled.o moc_globalsettings.o moc_audiogeneralsettings.o
moc_manualschedule.o moc_programrecpriority.o moc_channelrecpriority.o
moc_statusbox.o moc_networkcontrol.o moc_custompriority.o
moc_screenwizard.o moc_exitprompt.o moc_mythcontrols.o moc_keygrabber.o
moc_progfind.o moc_guidegrid.o moc_customedit.o moc_schedulecommon.o
moc_progdetails.o moc_scheduleeditor.o moc_backendconnectionmanager.o
moc_proglist.o moc_proglist_helpers.o moc_viewschedulediff.o
moc_themechooser.o moc_setupwizard_general.o moc_setupwizard_audio.o
moc_setupwizard_video.o moc_grabbersettings.o moc_editvideometadata.o
moc_videofileassoc.o moc_videometadatasettings.o moc_videopopups.o
moc_videofilter.o moc_videoplayersettings.o moc_videodlg.o
moc_upnpscanner.o moc_idlescreen.o moc_frontend.o -L../../libs/libmyth
-L../../libs/libmythtv -L../../external/FFmpeg/libavutil
-L../../external/FFmpeg/libavcodec -L../../external/FFmpeg/libavformat
-L../../external/FFmpeg/libswscale -L../../libs/libmythbase
-L../../libs/libmythui -L../../libs/libmythupnp
-L../../libs/libmythmetadata -L../../libs/libmythservicecontracts
-L../../libs/libmythprotoserver -lmythtv-0.25 -lmythswscale -lmythavformat
-lmythavcodec -lmythavutil -lmythupnp-0.25 -lmythbase-0.25 -lmythui-0.25
-lmyth-0.25 -lmythmetadata-0.25 -lmythservicecontracts-0.25
-lmythprotoserver-0.25 -L../../libs/libmythlivemedia -lmythlivemedia-0.25
-L../../libs/libmythfreemheg -lmythfreemheg-0.25
-L../../libs/libmythhdhomerun -lmythhdhomerun-0.25 -lXext -lXinerama
-lXxf86vm -lXrandr -lX11 -ldns_sd -lass -lmp3lame -lm -lz -lrt -ldl
-lfreetype -L/usr/X11R6/lib64 -L/usr/lib64/qt4/bin/ -lQtDBus -lpthread
-lGLU -lGL -lQtWebKit -lQtScript -lQtSql -lQtXml -lQtOpenGL -lQtGui
-lQtNetwork -lQtCore
../../libs/libmythtv/libmythtv-0.25.so: undefined reference to
`MythRAOPDevice::HardwareId()'
collect2: ld returned 1 exit status
make[2]: *** [mythfrontend] Error 1
make[2]: Leaving directory `/root/0.25/mythtv/mythtv/programs/mythfrontend'
make[1]: *** [sub-mythfrontend-make_default] Error 2
make[1]: Leaving directory `/root/0.25/mythtv/mythtv/programs'
make: *** [programs] Error 2
--------------------------------------

There isn't any particular check-list I should be making sure I have? My
configure commands are:

./configure --prefix=/usr --libdir=/usr/lib64/qt4/bin/


--
http://about.me/adesai


ashu.desai at gmail

Jun 5, 2012, 9:15 AM

Post #31 of 47 (1145 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 11:04 AM, A Desai <ashu.desai [at] gmail> wrote:

>
>
> On Tue, Jun 5, 2012 at 10:11 AM, Doug Lytle <support [at] drdos> wrote:
>
>> >> Can anyone help me on this please?
>>
>> What I would personally do:
>>
>> As root
>>
>> make uninstall (Both mythtv and plugins)
>> make distclean
>>
>> Update the locate database and excluding the root directory (I think
>> that's where you're compiling from, if not adjust the instructions)
>>
>> updatedb -e /root
>>
>> Locate anything with myth in it and remove it from the system (Making
>> sure it is mythtv related)
>>
>> locate myth
>>
>> Start compiling from scratch.
>>
>>
>> Doug
>>
>>
>> --
>> Ben Franklin quote:
>>
>> "Those who would give up Essential Liberty to purchase a little Temporary
>> Safety, deserve neither Liberty nor Safety."
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>>
>
> Did that -- the exact same thing seems to have happened...
>
> ---------------------------
>
> g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
> -DNDEBUG -fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
> -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
> -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
> -fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
> -D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
> -DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
> -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
> -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
> -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
> -I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
> -I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
> -I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
> -I../../libs/libmythmetadata -I../../libs/libmythlivemedia
> -I../../libs/libmythbase -I../../libs/libmythhdhomerun
> -I../../libs/libmythdvdnav -I../../libs/libmythbluray
> -I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
> -I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
> -I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
> moc_videofilter.o moc_videofilter.cpp
> g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
> -DNDEBUG -fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
> -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
> -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
> -fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
> -D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
> -DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
> -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
> -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
> -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
> -I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
> -I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
> -I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
> -I../../libs/libmythmetadata -I../../libs/libmythlivemedia
> -I../../libs/libmythbase -I../../libs/libmythhdhomerun
> -I../../libs/libmythdvdnav -I../../libs/libmythbluray
> -I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
> -I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
> -I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
> moc_videoplayersettings.o moc_videoplayersettings.cpp
> g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
> -DNDEBUG -fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
> -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
> -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
> -fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
> -D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
> -DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
> -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
> -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
> -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
> -I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
> -I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
> -I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
> -I../../libs/libmythmetadata -I../../libs/libmythlivemedia
> -I../../libs/libmythbase -I../../libs/libmythhdhomerun
> -I../../libs/libmythdvdnav -I../../libs/libmythbluray
> -I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
> -I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
> -I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o moc_videodlg.o
> moc_videodlg.cpp
> g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
> -DNDEBUG -fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
> -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
> -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
> -fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
> -D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
> -DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
> -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
> -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
> -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
> -I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
> -I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
> -I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
> -I../../libs/libmythmetadata -I../../libs/libmythlivemedia
> -I../../libs/libmythbase -I../../libs/libmythhdhomerun
> -I../../libs/libmythdvdnav -I../../libs/libmythbluray
> -I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
> -I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
> -I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
> moc_upnpscanner.o moc_upnpscanner.cpp
> g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
> -DNDEBUG -fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
> -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
> -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
> -fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
> -D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
> -DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
> -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
> -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
> -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
> -I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
> -I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
> -I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
> -I../../libs/libmythmetadata -I../../libs/libmythlivemedia
> -I../../libs/libmythbase -I../../libs/libmythhdhomerun
> -I../../libs/libmythdvdnav -I../../libs/libmythbluray
> -I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
> -I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
> -I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o
> moc_idlescreen.o moc_idlescreen.cpp
> g++ -c -m64 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
> -DNDEBUG -fomit-frame-pointer -fPIC -g -Wall -Wno-switch -Wpointer-arith
> -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
> -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3
> -fvisibility-inlines-hidden -Wmissing-declarations -D_REENTRANT -DMMX
> -D_GNU_SOURCE -DUSING_X11 -DUSING_XRANDR -DUSING_OPENGL
> -DUSING_OPENGL_VIDEO -DUSING_OSS -DUSING_LIBDNS_SD -DQT_WEBKIT_LIB
> -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui
> -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql
> -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include
> -I/usr/include/QtDBus -I/usr/include -I/usr -I../.. -I../../libs
> -I../../libs/libmyth -I../../libs/libmyth/audio -I../../libs/libmythtv
> -I../../external/FFmpeg -I../../libs/libmythupnp -I../../libs/libmythui
> -I../../libs/libmythmetadata -I../../libs/libmythlivemedia
> -I../../libs/libmythbase -I../../libs/libmythhdhomerun
> -I../../libs/libmythdvdnav -I../../libs/libmythbluray
> -I../../libs/libmythsamplerate -I../../libs/libmythtv/mpeg
> -I../../libs/libmythtv/vbitext -I../../libs/libmythservicecontracts
> -I../../libs/libmythprotoserver -I. -I/usr/X11R6/include -o moc_frontend.o
> moc_frontend.cpp
> g++ -m64 -o mythfrontend main.o playbackbox.o viewscheduled.o
> audiogeneralsettings.o globalsettings.o manualschedule.o
> programrecpriority.o channelrecpriority.o statusbox.o networkcontrol.o
> mediarenderer.o mythfexml.o playbackboxlistitem.o custompriority.o
> screenwizard.o exitprompt.o action.o actionset.o mythcontrols.o
> keybindings.o keygrabber.o progfind.o guidegrid.o customedit.o
> schedulecommon.o progdetails.o scheduleeditor.o backendconnectionmanager.o
> programinfocache.o proglist.o proglist_helpers.o playbackboxhelper.o
> viewschedulediff.o themechooser.o setupwizard_general.o setupwizard_audio.o
> setupwizard_video.o grabbersettings.o editvideometadata.o videofileassoc.o
> videometadatasettings.o videoplayercommand.o videopopups.o videofilter.o
> videolist.o videoplayersettings.o videodlg.o videoglobalsettings.o
> upnpscanner.o commandlineparser.o idlescreen.o frontend.o moc_playbackbox.o
> moc_viewscheduled.o moc_globalsettings.o moc_audiogeneralsettings.o
> moc_manualschedule.o moc_programrecpriority.o moc_channelrecpriority.o
> moc_statusbox.o moc_networkcontrol.o moc_custompriority.o
> moc_screenwizard.o moc_exitprompt.o moc_mythcontrols.o moc_keygrabber.o
> moc_progfind.o moc_guidegrid.o moc_customedit.o moc_schedulecommon.o
> moc_progdetails.o moc_scheduleeditor.o moc_backendconnectionmanager.o
> moc_proglist.o moc_proglist_helpers.o moc_viewschedulediff.o
> moc_themechooser.o moc_setupwizard_general.o moc_setupwizard_audio.o
> moc_setupwizard_video.o moc_grabbersettings.o moc_editvideometadata.o
> moc_videofileassoc.o moc_videometadatasettings.o moc_videopopups.o
> moc_videofilter.o moc_videoplayersettings.o moc_videodlg.o
> moc_upnpscanner.o moc_idlescreen.o moc_frontend.o -L../../libs/libmyth
> -L../../libs/libmythtv -L../../external/FFmpeg/libavutil
> -L../../external/FFmpeg/libavcodec -L../../external/FFmpeg/libavformat
> -L../../external/FFmpeg/libswscale -L../../libs/libmythbase
> -L../../libs/libmythui -L../../libs/libmythupnp
> -L../../libs/libmythmetadata -L../../libs/libmythservicecontracts
> -L../../libs/libmythprotoserver -lmythtv-0.25 -lmythswscale -lmythavformat
> -lmythavcodec -lmythavutil -lmythupnp-0.25 -lmythbase-0.25 -lmythui-0.25
> -lmyth-0.25 -lmythmetadata-0.25 -lmythservicecontracts-0.25
> -lmythprotoserver-0.25 -L../../libs/libmythlivemedia -lmythlivemedia-0.25
> -L../../libs/libmythfreemheg -lmythfreemheg-0.25
> -L../../libs/libmythhdhomerun -lmythhdhomerun-0.25 -lXext -lXinerama
> -lXxf86vm -lXrandr -lX11 -ldns_sd -lass -lmp3lame -lm -lz -lrt -ldl
> -lfreetype -L/usr/X11R6/lib64 -L/usr/lib64/qt4/bin/ -lQtDBus -lpthread
> -lGLU -lGL -lQtWebKit -lQtScript -lQtSql -lQtXml -lQtOpenGL -lQtGui
> -lQtNetwork -lQtCore
> ../../libs/libmythtv/libmythtv-0.25.so: undefined reference to
> `MythRAOPDevice::HardwareId()'
>
> collect2: ld returned 1 exit status
> make[2]: *** [mythfrontend] Error 1
> make[2]: Leaving directory `/root/0.25/mythtv/mythtv/programs/mythfrontend'
> make[1]: *** [sub-mythfrontend-make_default] Error 2
> make[1]: Leaving directory `/root/0.25/mythtv/mythtv/programs'
> make: *** [programs] Error 2
> --------------------------------------
>
> There isn't any particular check-list I should be making sure I have? My
> configure commands are:
>
> ./configure --prefix=/usr --libdir=/usr/lib64/qt4/bin/
>
>
> --
> http://about.me/adesai
>

Not sure if this is related but i can NOT install YASM via yum. It gives me
following error:

warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 217521f6:
NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

The GPG keys listed for the "Extra Packages for Enterprise Linux 6 -
x86_64" repository are already installed but they are not correct for this
package.
Check that the correct key URLs are configured for this repository.

Again, not sure if this is related, thought if there is some problem I
should highlight it.

Regards

Ash

--
http://about.me/adesai


hobbes1069 at gmail

Jun 5, 2012, 9:42 AM

Post #32 of 47 (1138 views)
Permalink
Re: new installation issues [In reply to]

Well, some good news. I just tried building my stock Fedora SRPM for
EL6 and it was successful.

Currently the only difference appears to be:
- No CrystalHD support
- No V4L support (hopefully will be fixed in the future)

I'll go ahead and request an EL6 branch at RPM Fusion.

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


ashu.desai at gmail

Jun 5, 2012, 9:59 AM

Post #33 of 47 (1137 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 11:42 AM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> Well, some good news. I just tried building my stock Fedora SRPM for
> EL6 and it was successful.
>
> Currently the only difference appears to be:
> - No CrystalHD support
> - No V4L support (hopefully will be fixed in the future)
>
> I'll go ahead and request an EL6 branch at RPM Fusion.
>
> Richard
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


Um does that mean I should try "git pull" and try to configure again? Or
should I try yum install yasm, and THEN try to configure?

Sorry I didn't understand...


--
http://about.me/adesai


hobbes1069 at gmail

Jun 5, 2012, 11:11 AM

Post #34 of 47 (1135 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 11:59 AM, A Desai <ashu.desai [at] gmail> wrote:
>
>
> On Tue, Jun 5, 2012 at 11:42 AM, Richard Shaw <hobbes1069 [at] gmail> wrote:
>>
>> Well, some good news. I just tried building my stock Fedora SRPM for
>> EL6 and it was successful.
>>
>> Currently the only difference appears to be:
>> - No CrystalHD support
>> - No V4L support (hopefully will be fixed in the future)
>>
>> I'll go ahead and request an EL6 branch at RPM Fusion.
>
> Um does that mean I should try "git pull" and try to configure again? Or
> should I try yum install yasm, and THEN try to configure?
>
> Sorry I didn't understand...

Well, I guess what I'm saying is if you give me a little time you'll
be able to just "yum install mythtv". But if you really want to build
it yourself you'll need "yasm-devel".

Alternatively, you could also build it from my SRPM[1] instead of
doing your own manual build.

Richard

[1] https://dl.dropbox.com/u/34775202/mythtv-0.25-8.el6.src.rpm
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


ashu.desai at gmail

Jun 5, 2012, 11:19 AM

Post #35 of 47 (1138 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 1:11 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> On Tue, Jun 5, 2012 at 11:59 AM, A Desai <ashu.desai [at] gmail> wrote:
> >
> >
> > On Tue, Jun 5, 2012 at 11:42 AM, Richard Shaw <hobbes1069 [at] gmail>
> wrote:
> >>
> >> Well, some good news. I just tried building my stock Fedora SRPM for
> >> EL6 and it was successful.
> >>
> >> Currently the only difference appears to be:
> >> - No CrystalHD support
> >> - No V4L support (hopefully will be fixed in the future)
> >>
> >> I'll go ahead and request an EL6 branch at RPM Fusion.
> >
> > Um does that mean I should try "git pull" and try to configure again? Or
> > should I try yum install yasm, and THEN try to configure?
> >
> > Sorry I didn't understand...
>
> Well, I guess what I'm saying is if you give me a little time you'll
> be able to just "yum install mythtv". But if you really want to build
> it yourself you'll need "yasm-devel".
>
> Alternatively, you could also build it from my SRPM[1] instead of
> doing your own manual build.
>
> Richard
>
> [1] https://dl.dropbox.com/u/34775202/mythtv-0.25-8.el6.src.rpm
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
Ha that's a no brainer for me! :) I will wait for your reply - i can do yum
install but anything more would get too complicated for me!!!

Thank you.

Ash




--
http://about.me/adesai


hobbes1069 at gmail

Jun 5, 2012, 12:15 PM

Post #36 of 47 (1137 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 1:19 PM, A Desai <ashu.desai [at] gmail> wrote:
> Ha that's a no brainer for me! :) I will wait for your reply - i can do yum
> install but anything more would get too complicated for me!!!

That's the direction I was trying to point you too but didn't want to
be forceful about it :)

As an aside, what kind of tuner will you be using? Make sure it
doesn't rely on V4L until it get's updated in RHEL.

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


ashu.desai at gmail

Jun 5, 2012, 12:44 PM

Post #37 of 47 (1138 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 2:15 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> On Tue, Jun 5, 2012 at 1:19 PM, A Desai <ashu.desai [at] gmail> wrote:
> > Ha that's a no brainer for me! :) I will wait for your reply - i can do
> yum
> > install but anything more would get too complicated for me!!!
>
> That's the direction I was trying to point you too but didn't want to
> be forceful about it :)
>
> As an aside, what kind of tuner will you be using? Make sure it
> doesn't rely on V4L until it get's updated in RHEL.
>
> Richard
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

I have avermedia 180 and pvr 150 (hauppauge)

You think my compile is screwing up because of this? My old backend was
also centos 6 and had same tuners but installed fine...

--
http://about.me/adesai


hobbes1069 at gmail

Jun 5, 2012, 12:49 PM

Post #38 of 47 (1132 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 2:44 PM, A Desai <ashu.desai [at] gmail> wrote:
> On Tue, Jun 5, 2012 at 2:15 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:
>>
>> On Tue, Jun 5, 2012 at 1:19 PM, A Desai <ashu.desai [at] gmail> wrote:
>> > Ha that's a no brainer for me! :) I will wait for your reply - i can do
>> > yum
>> > install but anything more would get too complicated for me!!!
>>
>> That's the direction I was trying to point you too but didn't want to
>> be forceful about it :)
>>
>> As an aside, what kind of tuner will you be using? Make sure it
>> doesn't rely on V4L until it get's updated in RHEL.
>
> I have avermedia 180 and pvr 150 (hauppauge)
>
> You think my compile is screwing up because of this? My old backend was also
> centos 6 and had same tuners but installed fine...

No, configure is smart enough to work around that. It was probably
just yasm-devel.

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


ashu.desai at gmail

Jun 5, 2012, 12:53 PM

Post #39 of 47 (1133 views)
Permalink
Re: new installation issues [In reply to]

On Tue, Jun 5, 2012 at 2:49 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> On Tue, Jun 5, 2012 at 2:44 PM, A Desai <ashu.desai [at] gmail> wrote:
> > On Tue, Jun 5, 2012 at 2:15 PM, Richard Shaw <hobbes1069 [at] gmail>
> wrote:
> >>
> >> On Tue, Jun 5, 2012 at 1:19 PM, A Desai <ashu.desai [at] gmail> wrote:
> >> > Ha that's a no brainer for me! :) I will wait for your reply - i can
> do
> >> > yum
> >> > install but anything more would get too complicated for me!!!
> >>
> >> That's the direction I was trying to point you too but didn't want to
> >> be forceful about it :)
> >>
> >> As an aside, what kind of tuner will you be using? Make sure it
> >> doesn't rely on V4L until it get's updated in RHEL.
> >
> > I have avermedia 180 and pvr 150 (hauppauge)
> >
> > You think my compile is screwing up because of this? My old backend was
> also
> > centos 6 and had same tuners but installed fine...
>
> No, configure is smart enough to work around that. It was probably
> just yasm-devel.
>
> Richard
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

OK. I will just wait for a cue from you then - will do the yasm install via
yum (along with yasm-devel) and hopefully that should help.

Thank you again.

ash


--
http://about.me/adesai


hobbes1069 at gmail

Jun 9, 2012, 6:53 AM

Post #40 of 47 (1080 views)
Permalink
Re: new installation issues [In reply to]

Ok, I went ahead and built 0.25 for EL6. I have 0.25.1 queued but I'm
working on separating mythweb from it and it won't be reviewed until
sometime next week.

If you get the RPM Fusion package release messages just keep an eye out for it.

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


ashu.desai at gmail

Jun 9, 2012, 4:42 PM

Post #41 of 47 (1074 views)
Permalink
Re: new installation issues [In reply to]

On Jun 9, 2012, at 8:53 AM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> Ok, I went ahead and built 0.25 for EL6. I have 0.25.1 queued but I'm
> working on separating mythweb from it and it won't be reviewed until
> sometime next week.
>
> If you get the RPM Fusion package release messages just keep an eye out for it.
>
> Richard
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users

Umm. So since u have 0.25 for EL6, do u want me to go ahead & do something or wait for 0.25.1

If so I'm lost about rpm fusion thing.

Sorry.

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


hobbes1069 at gmail

Jun 9, 2012, 5:02 PM

Post #42 of 47 (1069 views)
Permalink
Re: new installation issues [In reply to]

On Sat, Jun 9, 2012 at 6:42 PM, Ashu Desai <ashu.desai [at] gmail> wrote:
> On Jun 9, 2012, at 8:53 AM, Richard Shaw <hobbes1069 [at] gmail> wrote:
>
>> Ok, I went ahead and built 0.25 for EL6. I have 0.25.1 queued but I'm
>> working on separating mythweb from it and it won't be reviewed until
>> sometime next week.
>>
>> If you get the RPM Fusion package release messages just keep an eye out for it.
>
> Umm. So since u have 0.25 for EL6, do u want me to go ahead & do something or wait for 0.25.1
>
> If so I'm lost about rpm fusion thing.

Sorry, I assumed you already had the RPM Fusion repository installed.

Go here and install the package for RHEL/CentOS 6:

http://rpmfusion.org/Configuration

Once I see that the RPM has been pushed to the repository I'll reply
here so you'll know that:

yum install mythtv

works.

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


ashu.desai at gmail

Jun 9, 2012, 5:24 PM

Post #43 of 47 (1069 views)
Permalink
Re: new installation issues [In reply to]

On Sat, Jun 9, 2012 at 7:02 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> On Sat, Jun 9, 2012 at 6:42 PM, Ashu Desai <ashu.desai [at] gmail> wrote:
> > On Jun 9, 2012, at 8:53 AM, Richard Shaw <hobbes1069 [at] gmail> wrote:
> >
> >> Ok, I went ahead and built 0.25 for EL6. I have 0.25.1 queued but I'm
> >> working on separating mythweb from it and it won't be reviewed until
> >> sometime next week.
> >>
> >> If you get the RPM Fusion package release messages just keep an eye out
> for it.
> >
> > Umm. So since u have 0.25 for EL6, do u want me to go ahead & do
> something or wait for 0.25.1
> >
> > If so I'm lost about rpm fusion thing.
>
> Sorry, I assumed you already had the RPM Fusion repository installed.
>
> Go here and install the package for RHEL/CentOS 6:
>
> http://rpmfusion.org/Configuration
>
> Once I see that the RPM has been pushed to the repository I'll reply
> here so you'll know that:
>
> yum install mythtv
>
> works.
>
> Richard
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


Oh, i thought we had to do git pull -- this is easier. Will do. Thanks.


--
http://about.me/adesai


ashu.desai at gmail

Jun 9, 2012, 5:26 PM

Post #44 of 47 (1073 views)
Permalink
Re: new installation issues [In reply to]

On Sat, Jun 9, 2012 at 7:24 PM, A Desai <ashu.desai [at] gmail> wrote:

>
>
> On Sat, Jun 9, 2012 at 7:02 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:
>
>> On Sat, Jun 9, 2012 at 6:42 PM, Ashu Desai <ashu.desai [at] gmail> wrote:
>> > On Jun 9, 2012, at 8:53 AM, Richard Shaw <hobbes1069 [at] gmail> wrote:
>> >
>> >> Ok, I went ahead and built 0.25 for EL6. I have 0.25.1 queued but I'm
>> >> working on separating mythweb from it and it won't be reviewed until
>> >> sometime next week.
>> >>
>> >> If you get the RPM Fusion package release messages just keep an eye
>> out for it.
>> >
>> > Umm. So since u have 0.25 for EL6, do u want me to go ahead & do
>> something or wait for 0.25.1
>> >
>> > If so I'm lost about rpm fusion thing.
>>
>> Sorry, I assumed you already had the RPM Fusion repository installed.
>>
>> Go here and install the package for RHEL/CentOS 6:
>>
>> http://rpmfusion.org/Configuration
>>
>> Once I see that the RPM has been pushed to the repository I'll reply
>> here so you'll know that:
>>
>> yum install mythtv
>>
>> works.
>>
>> Richard
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>
>
> Oh, i thought we had to do git pull -- this is easier. Will do. Thanks.
>
>
> --
> http://about.me/adesai
>


I do have this in my repo. But I never did "yum install mythtv" -- i had
always done the GIT part.


--
http://about.me/adesai


hobbes1069 at gmail

Jun 9, 2012, 5:28 PM

Post #45 of 47 (1076 views)
Permalink
Re: new installation issues [In reply to]

On Sat, Jun 9, 2012 at 7:26 PM, A Desai <ashu.desai [at] gmail> wrote:
> I do have this in my repo. But I never did "yum install mythtv" -- i had
> always done the GIT part.

Good! You'll be my first tester for EPEL :)

Since package signing and moving into the repositories is manual on
RPM Fusion it may be a couple of days but hopefully sooner.

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


ashu.desai at gmail

Jun 9, 2012, 5:32 PM

Post #46 of 47 (1069 views)
Permalink
Re: new installation issues [In reply to]

On Sat, Jun 9, 2012 at 7:28 PM, Richard Shaw <hobbes1069 [at] gmail> wrote:

> On Sat, Jun 9, 2012 at 7:26 PM, A Desai <ashu.desai [at] gmail> wrote:
> > I do have this in my repo. But I never did "yum install mythtv" -- i had
> > always done the GIT part.
>
> Good! You'll be my first tester for EPEL :)
>
> Since package signing and moving into the repositories is manual on
> RPM Fusion it may be a couple of days but hopefully sooner.
>
> Richard
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


Thank you Sir!!!

Will wait for an email here then. Cheers

Avengers tonight!!!


--
http://about.me/adesai


hobbes1069 at gmail

Jun 14, 2012, 12:39 PM

Post #47 of 47 (982 views)
Permalink
Re: new installation issues [In reply to]

Ok everyone!

MythTV has hit the EPEL Testing repositories. It may take a little
while for all the mirrors to sync though. You can try installing it
after installing the RPM Fusion EPEL repositories by typing:

yum --enablerepo=rpmfusion-free-updates-testing install mythtv

Enjoy!

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

First page Previous page 1 2 Next page Last page  View All MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.