First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 80176
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Maurice van der Pot <griffon26@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mihai Limbasan <mihailim@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 80176 depends on: Show dependency tree
Bug 80176 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-31 01:37 0000
The valgrind-2.2.x ebuilds (correctly) remove the net/if.h include from
vg_unsafe.h if a version newer than 2.6.7 of the Linux headers are installed.
However, the check is only performed for sys-kernel/linux26-headers, not for
sys-kernel/linux-headers. Ebuilds need to be updated accordingly.
The relevant ebuild section is:

        if has_version '>=sys-kernel/linux26-headers-2.6.7' ; then
                einfo "Removing net/if.h from the includes in vg_unsafe.h"
                sed -i -e "s:#include <net/if.h>::" \
                        coregrind/vg_unsafe.h ||die
        fi

A very quick fix would be to duplicate that section and put linux-headers
instead of the linux26-headers in the duplicated section. That works just fine
for me in my overlay.

------- Comment #1 From Maurice van der Pot 2005-01-31 12:52:13 0000 -------
This shouldn't be an issue right now, because 2.6.x versions of linux-headers
are masked. However, I'll add a fix the next time I update the ebuild.

Thanks for bringing this to my attention.

------- Comment #2 From Maurice van der Pot 2005-02-13 07:58:47 0000 -------
Fix included in 2.2.0-r2

------- Comment #3 From Maurice van der Pot 2005-07-15 09:42:47 0000 -------
Reopening to change resolution from REMIND to FIXED.
Otherwise it will stay on my buglist.

------- Comment #4 From Maurice van der Pot 2005-07-15 09:44:32 0000 -------
Done

First Last Prev Next    No search results available      Search page      Enter new bug