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

Bug 81473

Summary: Compile fix for SpiderMonkey on PPC
Product: Gentoo Linux Reporter: Heitham Omar <uname>
Component: Current packagesAssignee: PPC Porters <ppc>
Status: RESOLVED FIXED    
Severity: normal CC: amd64, roland
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 80836    
Attachments: spidermonkey-1.5_rc6-va_copy-fix.patch
Ebuild patch

Description Heitham Omar 2005-02-10 02:41:07 UTC
SpiderMonkey won't compile on PPC and probably x86-64 (can't test that though) because of an undefined reference to VA_COPY

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heitham Omar 2005-02-10 02:42:56 UTC
Created attachment 50903 [details]
spidermonkey-1.5_rc6-va_copy-fix.patch
Comment 2 Heitham Omar 2005-02-10 02:46:04 UTC
Created attachment 50905 [details]
Ebuild patch
Comment 3 Roland Bär 2005-02-10 04:58:19 UTC
Needed to add:
inherit eutils
at the very beginning of the ebuild, but then it worked!!!!
And it's on amd64
Please add "~amd64" to the KEYWORDS for dev-lang/spidermonkey-1.5_rc6-r1
Comment 4 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2005-02-19 04:20:49 UTC
Added to CVS. Thanks for providing the patch!