Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213093 - Cannot emerge media-tv/mythtv-0.22_alpha16508: Location of channel changers have changed
Summary: Cannot emerge media-tv/mythtv-0.22_alpha16508: Location of channel changers h...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 03:21 UTC by Daniel Burr
Modified: 2008-06-10 14:32 UTC (History)
1 user (show)

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


Attachments
Patch for ebuild (mythtv-channel-changers-location-fix.patch,1.75 KB, patch)
2008-03-12 03:22 UTC, Daniel Burr
Details | Diff
Fix mythtv ebuild for moved files (mythtv-location-fix.patch,2.20 KB, patch)
2008-03-12 06:44 UTC, John Flatness
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Burr 2008-03-12 03:21:03 UTC
Revision 16475 (http://svn.mythtv.org/trac/changeset/16475) reorganised the contrib/channel_changer hierarchy which causes an emerge of mythtv-0.22_alpha16508 to fail with:


make: warning:  Clock skew detected.  Your build may be incomplete.
i686-pc-linux-gnu-gcc: red_eye.c: No such file or directory
i686-pc-linux-gnu-gcc: no input files
 * 
 * ERROR: media-tv/mythtv-0.22_alpha16508 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3036:  Called die
 * The specific snippet of code:
 *       $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || die "failed to compile red_eye"
 *  The die message:
 *   failed to compile red_eye


The attached patch changes the ebuild to look for the channel changer sources and README files in the new locations.


Reproducible: Always

Steps to Reproduce:
1. emerge media-tv/mythtv-0.22_alpha16508
2.
3.

Actual Results:  
Emerge dies with message "failed to compile red_eye"

Expected Results:  
Emerge is successful
Comment 1 Daniel Burr 2008-03-12 03:22:00 UTC
Created attachment 145874 [details, diff]
Patch for ebuild

Look for channel changer scripts in their new locations
Comment 2 John Flatness 2008-03-12 06:44:21 UTC
Created attachment 145877 [details, diff]
Fix mythtv ebuild for moved files

Essentially the same thing as the above patch, but also deals with the fact that firewire_tester was moved as well.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2008-03-12 14:22:47 UTC
Wow, I merely added those ebuilds to test a mask didn't think someone would use them. But hey, thanks for finding the issues.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2008-03-23 22:18:05 UTC
*** Bug 214405 has been marked as a duplicate of this bug. ***
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2008-06-10 14:32:03 UTC
This is fixed in newer versions. 0.22_alpha17132 and higher