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

Bug 445988

Summary: dev-libs/jemalloc-3.3.1 does hardcoded AR calls
Product: Gentoo Linux Reporter: Denis M. (Phr33d0m) <god>
Component: [OLD] LibraryAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal CC: mmk
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: jemalloc-3.3.1-ar.patch

Description Denis M. (Phr33d0m) 2012-12-04 21:20:17 UTC
$ ▶ ./blatt.sh /var/tmp/portage/logs/dev-libs\:jemalloc-3.2.0\:20121204-211737.log 
>>> dev-libs/jemalloc-3.2.0: ISSUES FOUND
> Hardcoded calls:
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o


Reproducible: Always
Comment 1 Jory A. Pratt gentoo-dev 2012-12-19 17:53:39 UTC
*** Bug 447858 has been marked as a duplicate of this bug. ***
Comment 2 Michael Mair-Keimberger (iamnr3) 2013-06-14 18:39:00 UTC
Created attachment 350958 [details, diff]
jemalloc-3.3.1-ar.patch

I've created a patch which should fix ar direct calling. Please have a look at it.
Comment 3 Jory A. Pratt gentoo-dev 2013-08-11 14:47:01 UTC
(In reply to Michael Mair-Keimberger (iamnr3) from comment #2)
> Created attachment 350958 [details, diff] [details, diff]
> jemalloc-3.3.1-ar.patch
> 
> I've created a patch which should fix ar direct calling. Please have a look
> at it.

Patch looks fine, I have landed it in mozilla overlay and will push to tree in a few days.
Comment 4 Jory A. Pratt gentoo-dev 2013-08-26 14:55:53 UTC
Thanks for reporting. Has already landed in tree.