Bug 1141580 - package contains embedded private copy of valgrind.h
Summary: package contains embedded private copy of valgrind.h
Keywords:
Status: CLOSED DUPLICATE of bug 1141576
Alias: None
Product: Fedora
Classification: Fedora
Component: ipxe
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1141461
TreeView+ depends on / blocked
 
Reported: 2014-09-14 22:12 UTC by Mark Wielaard
Modified: 2014-09-15 14:29 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-15 14:29:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.