[mythtv-users] new installation issues

A Desai ashu.desai at gmail.com
Mon Jun 4 21:33:56 UTC 2012


On Mon, Jun 4, 2012 at 4:00 PM, A Desai <ashu.desai at gmail.com> wrote:

>
>
> On Mon, Jun 4, 2012 at 3:56 PM, Rob Sones <robertasones at hotmail.com>wrote:
>
>>
>>
>>
>> ________________________________
>> > From: ashu.desai at gmail.com
>> > Date: Mon, 4 Jun 2012 15:32:08 -0500
>> > To: mythtv-users at mythtv.org
>> > Subject: Re: [mythtv-users] new installation issues
>> >
>> >
>> >
>> > On Mon, Jun 4, 2012 at 3:30 PM, Rob Sones
>> > <robertasones at hotmail.com<mailto:robertasones at hotmail.com>> 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.org<mailto:mythtv-users at mythtv.org>
>> > 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
>>
>> The interesting bit is ....../../libs/libmythtv/libmythtv-0.25.so<
>> http://libmythtv-0.25.so>: undefined reference to
>> `MythRAOPDevice::HardwareId()'
>> I've not experienced that problem before but in googling it I found this
>> http://www.gossamer-threads.com/lists/mythtv/users/517220
>> I would suggest you try the advice from that thread.
>>
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>
>
> 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 did do make uninstall, then make distclean. Doing make again.
>
>
> http://about.me/adesai
>

Gave the same results after "make uninstall, make distclean".

I do NOT know how to do this part:

-----------------------
Sounds like you have old header getting in the way.
Make sure you delete $PREFIX/include/mythtv and $PREFIX/lib/libmyth*
---------------------------------

Attached file has the info about my sytem.


-- 
http://about.me/adesai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120604/cf900af9/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: getinfo.txt
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120604/cf900af9/attachment.txt>


More information about the mythtv-users mailing list