Bug 788517

Summary: version information is not set in jemalloc.h
Product: [Fedora] Fedora Reporter: Dan Horák <dan>
Component: jemallocAssignee: Ingvar Hagelund <ingvar>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ingvar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: jemalloc-2.2.5-3.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-24 12:13:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 788500    

Description Dan Horák 2012-02-08 11:07:27 UTC
The jemalloc.h header contains defines for jemalloc version information, but these values are not set.

from /usr/include/jemalloc/jemalloc.h in jemalloc-devel-2.2.5-2.fc17.x86_64.rpm
...
#define JEMALLOC_VERSION ""
#define JEMALLOC_VERSION_MAJOR
#define JEMALLOC_VERSION_MINOR
#define JEMALLOC_VERSION_BUGFIX
#define JEMALLOC_VERSION_NREV
#define JEMALLOC_VERSION_GID ""

Comment 1 Dan Horák 2012-02-08 12:12:06 UTC
Fixed in jemalloc-2.2.5-3.fc18, but all branches should be updated.

Comment 2 Dan Horák 2012-05-24 12:13:04 UTC
Closing as all branches were updated.