Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445988 - dev-libs/jemalloc-3.3.1 does hardcoded AR calls
Summary: dev-libs/jemalloc-3.3.1 does hardcoded AR calls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 447858 (view as bug list)
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-12-04 21:20 UTC by Denis M. (Phr33d0m)
Modified: 2013-08-26 14:55 UTC (History)
1 user (show)

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


Attachments
jemalloc-3.3.1-ar.patch (jemalloc-3.3.1-ar.patch,1.32 KB, patch)
2013-06-14 18:39 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

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