Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415773 - net-misc/connman-1.0-r1 should no longer depend on dev-libs/libnl
Summary: net-misc/connman-1.0-r1 should no longer depend on dev-libs/libnl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 18:23 UTC by Gustavo Sverzut Barbieri
Modified: 2013-03-14 12:50 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 Gustavo Sverzut Barbieri 2012-05-13 18:23:14 UTC
connman depends on '>=dev-libs/libnl-1.1' but that was removed sometime ago, when connman started to talk directly to netlink socket without a helper library.

Reproducible: Always
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2012-05-16 08:56:48 UTC
A relevant git commit ID would be helpful.
Comment 2 Gustavo Sverzut Barbieri 2012-05-16 14:20:24 UTC
I don't have it here, but you should be able to confirm it from:
 - reading configure.ac, no libnl in there
 - checking ldd /usr/sbin/connmand, no linkage in there
Comment 3 Sergey Popov gentoo-dev 2012-09-29 12:21:25 UTC
Confirmed. Compiled successfully with USE="bluetooth ethernet policykit threads wifi -debug -doc -examples -ofono -openvpn -tools -vpnc -wimax" and both dev-libs/libnl:1.1 and dev-libs/libnl:3 uninstalled
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2013-03-14 12:50:46 UTC
+*connman-1.11 (14 Mar 2013)
+
+  14 Mar 2013; Tony Vroon <chainsaw@gentoo.org> -connman-1.4.ebuild,
+  -connman-1.5.ebuild, -connman-1.6.ebuild, -connman-1.7.ebuild,
+  -connman-1.8.ebuild, +connman-1.11.ebuild,
+  +files/connman-1.11-ip6-incomplete-type.patch, +files/connman.initd2:
+  Drop dependency on libnl as requested by Gustavo Sverzut Barbieri in bug
+  #415773. Init script now includes "provide net" as requested by José Romildo
+  Malaquias in bug #438142. Fix up incomplete ip6 type as described by Amadeusz
+  Sławiński in bug #460550. Version bump as requested by Dennis "dlan" Lan in
+  bug #458672. Dropped deprecated wimax support USE-flag.