[mythtv-commits] Ticket #3896: ./configure shipped in mythplugins-0.20.2.tar.bz2 should check mythtv config existance

MythTV mythtv at cvs.mythtv.org
Tue Aug 28 02:25:50 UTC 2007


#3896: ./configure shipped in mythplugins-0.20.2.tar.bz2 should check mythtv
config existance
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  unknown
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 From configure, lines:

     521 # bring in mythtv config
     522 rm mythconfig.mak 2> /dev/null
     523 ln -s $prefix/include/mythtv/mythconfig.mak mythconfig.mak

 Should include a check that $prefix/include/mythtv/mythconfig.mak exists
 before creating the symlink and error out if it does not, otherwise the
 user gets the confusing message if they do not specify the correct prefix
 on the command line:

 Project ERROR: Please run ./configure

 Workaround is to remove mythconfig.mak symlink, confirm that
 $prefix/include/mythtv/mythconfig.mak exists, then rerun configure with
 the proper --prefix parameter as appropriate.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3896>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list