Bug 1141580

Summary: package contains embedded private copy of valgrind.h
Product: [Fedora] Fedora Reporter: Mark Wielaard <mjw>
Component: ipxeAssignee: Fedora Virtualization Maintainers <virt-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, rjones, scottt.tw, virt-maint
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-15 14:29:03 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-14 22:12:09 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 Richard W.M. Jones 2014-09-15 07:36:31 UTC
It actually comes from ipxe, not qemu, reassigning.

Comment 2 Richard W.M. Jones 2014-09-15 07:37:42 UTC
$ git clone git://git.ipxe.org/ipxe.git
Cloning into 'ipxe'...
remote: Counting objects: 42765, done.
remote: Compressing objects: 100% (13949/13949), done.
remote: Total 42765 (delta 31995), reused 36718 (delta 27223)
Receiving objects: 100% (42765/42765), 10.25 MiB | 213.00 KiB/s, done.
Resolving deltas: 100% (31995/31995), done.
Checking connectivity... done.
$ cd ipxe/
$ find -name valgrind.h
./src/arch/x86/include/valgrind/valgrind.h

Comment 3 Cole Robinson 2014-09-15 14:29:03 UTC

*** This bug has been marked as a duplicate of bug 1141576 ***