Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132471 - media-sound/cdparanoia fails on cross-compilation
Summary: media-sound/cdparanoia fails on cross-compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 09:47 UTC by Josu López Fernández
Modified: 2006-10-01 23:31 UTC (History)
0 users

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


Attachments
cdparanoia-3.9.8-r3.ebuild.patch (cdparanoia-3.9.8-r3.ebuild.patch,647 bytes, patch)
2006-05-06 09:47 UTC, Josu López Fernández
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josu López Fernández 2006-05-06 09:47:15 UTC
Hi!
media-sound/cdparanoia doesn't compile on cross-compilation between two different
arches, because the compiler is simply 'gcc', and not '${CHOST}-gcc'. To fix
it, is only needed to export CC with 'tc-export CC' in src_compile().
With the attached patch works to me well between i686, ppc and amd64.

Good bye!
Comment 1 Josu López Fernández 2006-05-06 09:47:50 UTC
Created attachment 86290 [details, diff]
cdparanoia-3.9.8-r3.ebuild.patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-01 23:31:59 UTC
This is fixed already.