Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81473 - Compile fix for SpiderMonkey on PPC
Summary: Compile fix for SpiderMonkey on PPC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 80836
  Show dependency tree
 
Reported: 2005-02-10 02:41 UTC by Heitham Omar
Modified: 2005-02-19 04:20 UTC (History)
2 users (show)

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


Attachments
spidermonkey-1.5_rc6-va_copy-fix.patch (spidermonkey-1.5_rc6-va_copy-fix.patch,1.10 KB, text/plain)
2005-02-10 02:42 UTC, Heitham Omar
Details
Ebuild patch (spidermonkey-1.5_rc6-r1.patch,437 bytes, text/plain)
2005-02-10 02:46 UTC, Heitham Omar
Details

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