[mythtv-commits] Ticket #13328: commit b9c5f8b2ff breaks source build mythtv-fixes-29

MythTV noreply at mythtv.org
Mon Oct 15 19:02:20 UTC 2018


#13328: commit b9c5f8b2ff breaks source build mythtv-fixes-29
----------------------------------+-------------------------------------
 Reporter:  sergiomb2             |          Owner:  Stuart Auchterlonie
     Type:  Bug Report - General  |         Status:  closed
 Priority:  major                 |      Milestone:  29.2
Component:  MythTV - General      |        Version:  v29.1
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------------------

Comment (by sergiomb2):

 Hi , suddenly though that may be a bug somewhere in new Fedora 29 pre-beta
 , so I tried build on centos 7 and without my fix
 (​https://code.mythtv.org/trac/attachment/ticket/13328/b9c5f8_fix.patch)
 fails (2) and with my fix builds successfully (3) .
 Since I know what patch breaks the build, I just try partial parts of the
 patch until find what part breaks the build and the part that breaks the
 build is (1):

 (1)
 {{{
 --- a/mythplugins/targetdep.pro
 +++ b/mythplugins/targetdep.pro
 @@ -10,7 +10,7 @@ MYTH_SHLIB_EXT=$${LIBVERSION}.$${QMAKE_EXTENSION_SHLIB}
  MYTH_LIB_EXT  =$${LIBVERSION}.$${QMAKE_EXTENSION_LIB}


 -DEPLIBS = $${LIBDIR}
 +DEPLIBS = $${SYSROOT}$${LIBDIR}

  # On Windows, dlls were installed with exes:
  mingw : DEPLIBS = $${PREFIX}/bin
 }}}


 (2)
 http://koji.rpmfusion.org/koji/taskinfo?taskID=268869

 (3)
 http://koji.rpmfusion.org/koji/taskinfo?taskID=268870

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13328#comment:20>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list