[mythtv-commits] Ticket #11719: Cross-building mythmusic fails

MythTV noreply at mythtv.org
Fri Aug 2 13:38:35 UTC 2013


#11719: Cross-building mythmusic fails
----------------------------------+-----------------------------
 Reporter:  warpme@…              |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  Plugin - MythMusic    |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:  mythmusic             |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by warpme@…):

 After more investigation I can say:


 -problem appears for all plugins.


 -seems to be related to QMAKE_LIBDIR_QT and QMAKE_LIBDIR


 -is present only in master (0.26-fixes builds OK in the same environment)

 Comparing QMAKE_LIBDIR_QT and QMAKE_LIBDIR in mythconfig.mak shows
 following:

 0.26-fixes (builds OK)

 {{{
 QMAKE_LIBDIR_QT-=/home/piotro/minimyth-dev/images/main/home/piotro
 /minimyth-dev/images/main/usr/lib
 QMAKE_LIBDIR-=/home/piotro/minimyth-dev/images/main/home/piotro/minimyth-
 dev/images/main/usr/lib
 LATE_LIBS+=-L/home/piotro/minimyth-dev/images/main/home/piotro/minimyth-
 dev/images/main/usr/lib
 }}}

 master (fails)

 {{{
 QMAKE_LIBDIR_QT-=/home/piotro/minimyth-dev/images/main/home/piotro
 /minimyth-dev/images/main/usr/lib
 QMAKE_LIBDIR-=/home/piotro/minimyth-dev/images/main/home/piotro/minimyth-
 dev/images/main/usr/lib
 LATE_LIBS+=-L/home/piotro/minimyth-dev/images/main/home/piotro/minimyth-
 dev/images/main/usr/lib
 }}}

 It looks like master takes prefix twice...
 Workaround by symlinking include dirs works so indeed probles seems to be
 in path prefix.

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


More information about the mythtv-commits mailing list