[mythtv-users] new installation issues

Tom Lichti tom at redpepperracing.com
Mon Jun 4 20:52:10 UTC 2012


On Mon, Jun 4, 2012 at 4:32 PM, A Desai <ashu.desai at gmail.com> wrote:
>
>
> On Mon, Jun 4, 2012 at 3:30 PM, Rob Sones <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
>> 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: 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

I believe I had that issue previously, and if you haven't already, do
a make clean, make distclean, and also clean out the
/usr/local/include/mythtv (or wherever that is, I am not 100% sure and
don't have access at the moment) and then rebuild. As seen in this
thread: http://www.gossamer-threads.com/lists/mythtv/users/517220?#517220

Tom


More information about the mythtv-users mailing list