Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351880 - net-firewall/iptables-1.4.10 automagic dep on net-libs/libnfnetlink
Summary: net-firewall/iptables-1.4.10 automagic dep on net-libs/libnfnetlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-16 23:24 UTC by Mike Gilbert
Modified: 2011-02-10 03:56 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 Mike Gilbert gentoo-dev 2011-01-16 23:24:52 UTC
emerge --depclean spits out the following after removing libnfnetlink:

 * In order to avoid breakage of link level dependencies, one or more
 * packages will not be removed. This can be solved by rebuilding the
 * packages that pulled them in.
 * 
 *   net-libs/libnfnetlink-1.0.0 pulled in by:
 *     net-firewall/iptables-1.4.10 needs libnfnetlink.so.0


configure.ac:

PKG_CHECK_MODULES([libnfnetlink], [libnfnetlink >= 1.0],
        [nfnetlink=1], [nfnetlink=0])
AM_CONDITIONAL([HAVE_LIBNFNETLINK], [test "$nfnetlink" = 1])


Makefile.am:

if HAVE_LIBNFNETLINK
SUBDIRS         += utils
endif


utils/Makefile.am:

sbin_PROGRAMS = nfnl_osf
pkgdata_DATA = pf.os

nfnl_osf_LDADD = -lnfnetlink
Comment 1 SpanKY gentoo-dev 2011-02-10 03:56:22 UTC
USE=netlink controls the dep in 1.4.10-r1