[mythtv-commits] Ticket #11448: mythwikiscripts and mythpython executables doesn't obey install prefix directory

MythTV noreply at mythtv.org
Sun Aug 25 18:05:43 UTC 2013


#11448: mythwikiscripts and mythpython executables doesn't obey install prefix
directory
---------------------------------------+--------------------------------
 Reporter:  kenni                      |          Owner:  beirdo
     Type:  Bug Report - General       |         Status:  infoneeded_new
 Priority:  minor                      |      Milestone:  unknown
Component:  MythTV - configure script  |        Version:  0.26-fixes
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+--------------------------------

Comment (by kenni):

 Hmm, I really never gave it a thought that this behavior could be by
 design. When I compile a program, I always install it below /usr/local/ in
 order to keep it completely separated from programs installed with the
 package manager.

 I assumed that this was a bug when I found the executables below /usr/bin,
 since I had configured the prefix to be /usr/local/ in the configure
 script (which also covers the Python bindings).

 Perhaps it would be more user friendly to extend the output message from
 configure to include the Python bindings path(s)? At least that way the
 user gets a fair warning before installing.

 {{{
 # Bindings
 bindings_python           yes [/usr/bin /usr/lib/python2.6/site-packages/]
 }}}

 Probably not the right syntax to use, as I believe the above syntax
 indicate source directories, but perhaps some other way of telling the
 user that the Python bindings ignores the install prefix?

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


More information about the mythtv-commits mailing list