Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497892 - dev-lang/spidermonkey - fix cross-compiling (jscpucfg has been removed)
Summary: dev-lang/spidermonkey - fix cross-compiling (jscpucfg has been removed)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL: https://forums.gentoo.org/viewtopic-t...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-01-12 13:56 UTC by James Le Cuirot
Modified: 2017-08-26 17:55 UTC (History)
0 users

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


Attachments
spidermonkey-cross-compile.patch (spidermonkey-cross-compile.patch,1010 bytes, patch)
2014-01-12 13:56 UTC, James Le Cuirot
Details | Diff
spidermonkey-cross-compile.patch (spidermonkey-cross-compile.patch,1.21 KB, patch)
2014-01-16 23:12 UTC, James Le Cuirot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Le Cuirot gentoo-dev 2014-01-12 13:56:53 UTC
Created attachment 367706 [details, diff]
spidermonkey-cross-compile.patch

The cross-compiling fix introduced in bug #414473 is now broken because jscpucfg no longer exists. The problem is demonstrated by another user at https://forums.gentoo.org/viewtopic-t-972548-start-0.html. I didn't face the subsequent error he experienced but it seems unrelated. I tried to remove the entire cross-compiling fix to check whether it was necessary at all but unfortunately it still is.
Comment 1 James Le Cuirot gentoo-dev 2014-01-16 23:12:55 UTC
Created attachment 367972 [details, diff]
spidermonkey-cross-compile.patch

I've since found another cross-compile issue. It doesn't use ${CHOST}-pkg-config like most autotools-based packages do, but falls back to just pkg-config. This isn't because of the way they've messed with variables like CC but because seems to be because they're using such an old autoconf version. Here's an updated patch.

By the way, I've only looked at version 17 because that's the one required by policykit but it looks like the other versions are affected in the same way.
Comment 2 Jory A. Pratt gentoo-dev 2017-08-26 17:55:27 UTC
If you feel I have closed your bug and it is still a current issue, please reopen and update it completely. We will not work bugs that have no ebuild in tree any longer or can not be reproduced with a current system.

Thank You for your support and understanding
The Mozilla Team