Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553624 - sys-apps/iproute2-4.1.0 should depend on net-libs/libmnl
Summary: sys-apps/iproute2-4.1.0 should depend on net-libs/libmnl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 10:12 UTC by Andrey Grozin
Modified: 2015-06-30 15:27 UTC (History)
6 users (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 Andrey Grozin gentoo-dev 2015-06-30 10:12:37 UTC
make[1]: Entering directory '/var/tmp/portage/sys-apps/iproute2-4.1.0/work/iproute2-4.1.0/tipc'
x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -march=native -pipe  -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/lib64\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -O2 -march=native -pipe   -c -o tipc.o tipc.c
In file included from bearer.h:15:0,
                 from tipc.c:17:
cmdl.h:15:27: fatal error: libmnl/libmnl.h: No such file or directory
 #include <libmnl/libmnl.h>
                           ^
compilation terminated.
<builtin>: recipe for target 'tipc.o' failed
make[1]: *** [tipc.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/sys-apps/iproute2-4.1.0/work/iproute2-4.1.0/tipc'
Makefile:49: recipe for target 'all' failed

Indeed, net-libs/libmnl was not installed. After emerging it, iproute2-4.1.0 emerged successfully.
Comment 1 Toralf Förster gentoo-dev 2015-06-30 12:38:32 UTC
same here
Comment 2 Alan Neilan 2015-06-30 14:26:06 UTC
also happened to me, installing libmni fixed it
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-06-30 15:27:37 UTC
+  30 Jun 2015; Lars Wendler <polynomial-c@gentoo.org> iproute2-4.1.0.ebuild:
+  Added net-libs/libmnl to RDEPEND (bug #553624).
+