Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314967 - sys-apps/iproute2 doesn't install libnetlink
Summary: sys-apps/iproute2 doesn't install libnetlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 10:43 UTC by daniel.deptula
Modified: 2010-06-10 00:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daniel.deptula 2010-04-13 10:43:18 UTC
sys-apps/iproute2 doesn't install the libnetlink:
/usr/include/libnetlink.h
/usr/lib/libnetlink.a
Which is needed by some programs.

Reproducible: Always

Steps to Reproduce:
1. emerge iproute2
Actual Results:  
/usr/include/libnetlink.h and /usr/lib/libnetlink.a don't exist

Expected Results:  
/usr/include/libnetlink.h and /usr/lib/libnetlink.a exist

I worked out the problem patching the ebuild file with the below patch:

--- /system/portage/sys-apps/iproute2/iproute2-2.6.33.ebuild (revision 23748)
+++ /system/portage/sys-apps/iproute2/iproute2-2.6.33.ebuild (revision 23749)
@@ -104,3 +104,7 @@
 		mv "${D}"/sbin/arpd "${D}"/usr/sbin/
 	fi
+        insinto /usr/lib
+        doins lib/libnetlink.a
+        insinto /usr/include
+        doins include/libnetlink.h
}
Comment 1 SpanKY gentoo-dev 2010-06-10 00:55:43 UTC
should be fixed with iproute2-2.6.34