Bug 1141471

Summary: package contains embedded private copy of valgrind.h
Product: [Fedora] Fedora Reporter: Mark Wielaard <mjw>
Component: glib2Assignee: Matthias Clasen <mclasen>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: amigadave, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-19 02:24:56 UTC Type: Bug
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: 1141461    

Description Mark Wielaard 2014-09-13 21:38:14 UTC
This package appears to include a private copy of valgrind.h. In the latest relase of valgrind 3.10.0 a bug was fixed for ppc32 and support was added for aarch64 and ppc64le. Please either update the private copy of valgrind.h (memcheck.h, callgrind.h, etc) or (better) make your package BuildRequires: valgrind-devel and use the system installed headers.

Comment 1 Matthias Clasen 2014-09-19 02:24:56 UTC
glib is where the ppc32 problem was discovered originally, so its copy of valgrind.h has had this fixed first...

Comment 2 Mark Wielaard 2014-09-19 07:16:38 UTC
Do note that upstream fixed it differently than done in glib, so please do make sure to sync to get the proper magic instruction sequence recognized by the latest valgrind.