Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230357 - net-misc/dhcpv6-1.0.19 ebuild has incorrect dev-libs/libnl dependency
Summary: net-misc/dhcpv6-1.0.19 ebuild has incorrect dev-libs/libnl dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-01 15:09 UTC by Charles Stewart
Modified: 2008-07-02 01:08 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 Charles Stewart 2008-07-01 15:09:25 UTC
Recent version update to net-misc/dhcpv6-1.0.19 has improper dependency for dev-libs/libnl.  Here's the diff of the fix, please apply to the portage tree:

17c17
< RDEPEND="dev-libs/libnl"
---
> RDEPEND=">=dev-libs/libnl-1.1"

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-01 16:38:37 UTC
Adding Jeremy:

*dhcpv6-1.0.19 (26 Jun 2008)

  26 Jun 2008; Jeremy Olexa <darkside@gentoo.org> +dhcpv6-1.0.19.ebuild:
  trivial version bump, bug #221133. Added libnl dep
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-07-01 16:49:40 UTC
> 17c17
> < RDEPEND="dev-libs/libnl"
> ---
> > RDEPEND=">=dev-libs/libnl-1.1"

Oh, it only works with >1.1? 

Alrighty, this mod won't break anything, I will fix it tonight.
Comment 3 Charles Stewart 2008-07-01 17:54:44 UTC
Yep.  dhcpv6 autoconf is setup to only build with libnl-1.1 or greater.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-07-02 01:08:07 UTC
Done, thanks.