Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51740 - cinelerra 1.2.0 ebuld needs some changes to work on amd64 platform
Summary: cinelerra 1.2.0 ebuld needs some changes to work on amd64 platform
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 09:59 UTC by Daniel Weigert
Modified: 2004-05-26 11:15 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 Daniel Weigert 2004-05-22 09:59:37 UTC
The ebuild for cinelerra 1.2.0 requires two changes to successfully compile on the amd64 platform.  The first is to add tha ~amd64 keyword, and the second is to add the following to the src_install section

if [ -n "`use amd64`" ]; then
myarch="${CHOST/-*/}" #should solve the AMD64 issue
fi

This was a crude copy and paste to see if it would work, and it did.  After making these changes to the ebuild I was able to compile and install a working cinelerra on the amd64 platform.




Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-05-26 11:15:05 UTC
In CVS now, thanks!