First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 113819
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Netmon Herd <netmon@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Henrik Sankala <hensan@gentoo.se>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 113819 depends on: Show dependency tree
Bug 113819 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-28 10:55 0000
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 From Henrik Sankala 2005-11-28 23:35:11 0000 -------
Oops, only the tcpd lines are wrong, the rest are correct, didn't notice the
withouts on the other lines.

------- Comment #2 From SpanKY 2005-12-29 19:56:55 0000 -------
cleaned up in ntop-3.2

First Last Prev Next    No search results available      Search page      Enter new bug