Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 81717

Summary: mythtv and friends version 0.17 fails to install
Product: Gentoo Linux Reporter: Colin Morey (RETIRED) <peitolm>
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Colin Morey (RETIRED) gentoo-dev 2005-02-12 03:35:58 UTC
mythtv compiles normally and a cd <workdir> ; make install completes correctly.
running emerge normally gives,
!!! ERROR: media-tv/mythtv-0.17 failed.
!!! Function src_install, Line 166, Exitcode 1
!!! install failed

running emerge -d, shows
+ for doc in '"AUTHORS COPYING FAQ UPGRADING README"'
+ test -e 'AUTHORS COPYING FAQ UPGRADING README'
+ diefunc src_install 166 1 'install failed'
+ local funcname=src_install lineno=166 exitcode=1
+ shift 3
+ echo


this apears to be in the mythtv eclass, removing the " from the myth_src_install  for loop fixes this.


Reproducible: Always
Steps to Reproduce:
Comment 1 Colin Morey (RETIRED) gentoo-dev 2005-02-12 03:45:21 UTC
lookds like this has been fixed already.