[mythtv-commits] Ticket #11366: unable to compile tv_play.cpp gives assembler error

MythTV noreply at mythtv.org
Mon Jan 21 10:50:09 UTC 2013


#11366: unable to compile tv_play.cpp gives assembler error
-------------------------------+--------------------------------------
 Reporter:  whoisterencelee@…  |           Type:  Bug Report - General
   Status:  new                |       Priority:  blocker
Milestone:  unknown            |      Component:  MythTV - General
  Version:  Master Head        |       Severity:  high
 Keywords:  tv_play assembler  |  Ticket locked:  0
-------------------------------+--------------------------------------
 Trying to compile mythTV for a linux distro call Tinycorelinux.

 Seems to be able to get all dependencies, as ./configure went ok.

 During compile of tv_play.cpp get the following assembler error, tv_play.o
 is generated but during final linker dies.

 make[2]: Entering directory
 `/mnt/sdd1/mythtv/mythtv-0.26.0/libs/libmythtv'
 g++ -c -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -fomit-
 frame-pointer -pthread -g -Wall -Wpointer-arith -Wno-non-virtual-dtor
 -D__STDC_CONSTANT_MACROS -D__STDC_LIMI
 T_MACROS -O3 -fvisibility-inlines-hidden -Wmissing-declarations -Wno-
 switch -Wredundant-decls -funit-at-a-time -I/usr/include/freetype2
 -fvisibility=hidden -D_REENTRANT -fPIC -DMMX -Di386 -D_GNU_SOURCE
 -DUSING_LIBCRYPTO -DUSING_LIBASS -DUSING_X11 -DUSING_XV -DUSING_VDPAU
 -DUSING_OPENGL -DUSING_OPENGL_VIDEO -DUSING_VAAPI -DUSING_GLVAAPI
 -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_ALSA
 -DUSING_OSS -DUSING_V4L2 -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_CETON
 -DUSING_IVTV -DUSING_HDPVR -DUSING_DVB -DUSING_BACKEND -DMTV_API
 -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
 -DQT_CORE_LIB -DQT_SHARED -I/usr/local/mkspecs/linux-g++ -I.
 -I/usr/local/include/QtCore -I/usr/local/include/QtNetwork
 -I/usr/local/include/QtGui -I/usr/local/include/QtOpenGL
 -I/usr/local/include/QtXml -I/usr/local/include/QtSql -I/usr/local/include
 -I/usr/local -I/usr/local/include/libxml2 -I../../external/zeromq/include
 -I../../external/nzmqt/include/nzmqt -I../../external/qjson/include -I..
 -I../.. -I../../external/FFmpeg -I. -I../libmyth -I../libmyth/audio
 -I../libmythbase -I../libmythhdhomerun -Idvbdev -Impeg -Iiptv
 -Ichannelscan -Ivisualisations
 -I../libmythlivemedia/BasicUsageEnvironment/include
 -I../libmythlivemedia/BasicUsageEnvironment
 -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/groupsock
 -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/liveMedia
 -I../libmythlivemedia/UsageEnvironment/include
 -I../libmythlivemedia/UsageEnvironment -I../libmythbase -I../libmythui
 -I../libmythupnp -I../libmythservicecontracts -I/usr/include
 -I../libmythdvdnav -I../libmythbluray -I/usr/X11R6/include -I. -o
 tv_play.o tv_play.cpp
 tv_play.cpp: In member function ‘void
 TV::ProcessNetworkControlCommand(PlayerContext*, const QString&)’:
 tv_play.cpp:4873:19: warning: variable ‘fplay’ set but not used [-Wunused-
 but-set-variable]
 **
 {standard input}: Assembler messages:
 {standard input}:170034: Warning: end of file not at end of a line;
 newline inserted
 {standard input}: Error: open CFI at the end of file; missing .cfi_endproc
 directive
 **
 g++: internal compiler error: Killed (program cc1plus)
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <http://gcc.gnu.org/bugs.html> for instructions.
 make[2]:  [tv_play.o] Error 4
 make[2]: Leaving directory `/mnt/sdd1/mythtv/mythtv-0.26.0/libs/libmythtv'
 make[1]:  [sub-libmythtv-make_default] Error 2
 make[1]: Leaving directory `/mnt/sdd1/mythtv/mythtv-0.26.0/libs'
 make:  [libs] Error 2

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11366>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list