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

Bug 418187

Summary: dev-lang/spidermonkey-1.8.5-r1 - add IUSE=jemalloc to make automagic dev-libs/jemalloc dependency optional
Product: Gentoo Linux Reporter: Sean McGovern <gseanmcg>
Component: New packagesAssignee: Dirkjan Ochtman (RETIRED) <djc>
Status: RESOLVED INVALID    
Severity: normal CC: anarchy, mozilla
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.