Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81717 - mythtv and friends version 0.17 fails to install
Summary: mythtv and friends version 0.17 fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 03:35 UTC by Colin Morey (RETIRED)
Modified: 2005-02-12 03:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.