Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554582 - net-firewall/ebtables-2.0.10.4: add REQUIRES_EXCLUDE="libebt*"
Summary: net-firewall/ebtables-2.0.10.4: add REQUIRES_EXCLUDE="libebt*"
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-12 04:32 UTC by mike@marineau.org
Modified: 2015-07-14 23:50 UTC (History)
0 users

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@marineau.org 2015-07-12 04:32:29 UTC
ebtables uses RUNPATH to move all of its libraries under $libdir/ebtables/ but portage does not consider that directory when computing REQUIRES and PROVIDES. Simply adding the following to the ebuild cleans things up:

> REQUIRES_EXCLUDE="libebt*"



As a side note, there is currently a stable 2.0.10.4 and unstable 2.0.10.4-r1, but both ebuilds are identical. Looks like ebtables.initd-r1 was mistakenly edited in place instead of creating ebtables.initd-r2. Happened ages ago so the extra ebuild probably should just be deleted while updating.
Comment 1 mike@marineau.org 2015-07-12 05:43:00 UTC
Correction: it isn't that portage doesn't look in the ebtables directory, it is that many of the libraries are missing SONAME. So fixing the build is also an option.