Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418187 - dev-lang/spidermonkey-1.8.5-r1 - add IUSE=jemalloc to make automagic dev-libs/jemalloc dependency optional
Summary: dev-lang/spidermonkey-1.8.5-r1 - add IUSE=jemalloc to make automagic dev-libs...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 22:07 UTC by Sean McGovern
Modified: 2012-05-29 23:40 UTC (History)
2 users (show)

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 Sean McGovern 2012-05-29 22:07:31 UTC
I recently installed jemalloc and was surprised that it did not cause SpiderMonkey to be rebuilt.

Looking at the ebuild, it just adds --enable-jemalloc to the configure options, and it looks like the upstream version does not consider it an error for jemalloc to not be present when asked for.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-29 22:27:38 UTC
(In reply to comment #0)
> I recently installed jemalloc and was surprised that it did not cause
> SpiderMonkey to be rebuilt.

Installing a possible compile time dependency after installing wouldn't normally cause anything to be (automatically?) rebuilt.
Comment 2 Jory A. Pratt gentoo-dev 2012-05-29 23:40:51 UTC
--enable-jemalloc does not enable system jemalloc, no mozilla product uses system jemalloc.