Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113819 - ntop 3.0 and 3.1 passes wrong configure options
Summary: ntop 3.0 and 3.1 passes wrong configure options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 10:55 UTC by Henrik Sankala
Modified: 2005-12-29 19: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 Henrik Sankala 2005-11-28 10:55:58 UTC
There are problems with how the ntop ebuilds (both 3.0 and 3.1) activate use
flag dependant features in the src_compile function:

ntop-3.0.ebuild:

use readline || myconf="${myconf} --without-readline"
use tcpd || myconf="${myconf} --with-tcpwrap"
use ssl || myconf="${myconf} --without-ssl"


ntop-3.1.ebuild:

use readline || myconf="${myconf} --without-readline"
use tcpd || myconf="${myconf} --with-tcpwrap"

...these should say && not || to actually to what is expected.
Comment 1 Henrik Sankala 2005-11-28 23:35:11 UTC
Oops, only the tcpd lines are wrong, the rest are correct, didn't notice the
withouts on the other lines.
Comment 2 SpanKY gentoo-dev 2005-12-29 19:56:55 UTC
cleaned up in ntop-3.2