Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279455 - net-analyzer/nfdump-1.5.8 - enhanced ebuild (with use flags for sflow and nfprofile (required by nfsen)
Summary: net-analyzer/nfdump-1.5.8 - enhanced ebuild (with use flags for sflow and nfp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 09:24 UTC by Ronny Boesger
Modified: 2010-05-06 09:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
enhanced ebuild for nfdump1.5.8 with use flags sflow and nfprofile (nfdump-1.5.8-r1.ebuild,767 bytes, text/plain)
2009-07-28 09:25 UTC, Ronny Boesger
Details
Addition of ftconv USE/DEPEND (nfdump-1.5.8-r2.ebuild,818 bytes, text/plain)
2010-01-15 17:22 UTC, Jeremy Wood
Details
nfdump-ftpath.patch (nfdump-ftpath.patch,729 bytes, patch)
2010-03-23 22:47 UTC, Alexander Zubkov
Details | Diff
Fixes for ftconv, rrdtool dependency. (nfdump-1.5.8-r3.ebuild,1.00 KB, text/plain)
2010-03-23 22:55 UTC, Alexander Zubkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ronny Boesger 2009-07-28 09:24:26 UTC
I have enhanced the ebuild of nfdump 1.5.8 for using use flags, as there is no sflow nor nfprofile support. nfprofile support ist a mandatory feature of nfsen.


Reproducible: Always
Comment 1 Ronny Boesger 2009-07-28 09:25:51 UTC
Created attachment 199425 [details]
enhanced ebuild for nfdump1.5.8 with use flags sflow and nfprofile

enhanced ebuild for nfdump1.5.8 with use flags sflow and nfprofile
Comment 2 Wormo (RETIRED) gentoo-dev 2009-07-29 00:52:31 UTC
Thanks for submitting your ebuild enhancements! Assigning to nfdump maintainers.
Comment 3 Alexander Zubkov 2009-11-27 13:32:16 UTC
Option "--enable-ftconv" would also be useful. I see no reason to not include it and other options by default.
Comment 4 Alexander Zubkov 2009-11-27 13:34:23 UTC
Sorry, forget that ftconv need flow-tools. So there is a reason of USE-flag for it.
Comment 5 Jeremy Wood 2010-01-15 17:22:57 UTC
Created attachment 216617 [details]
Addition of ftconv USE/DEPEND

Just a 2 line change to add the ftconv USE Flag and the DEPEND for flow-tools. Thanks for the original submit :)
Comment 6 Alexander Zubkov 2010-03-23 22:47:46 UTC
Created attachment 224969 [details, diff]
nfdump-ftpath.patch

Compilation will fail with ftconv USE-flag, because of specific check of flow-tools sources. This patch fixes configure of nfdump.
Comment 7 Alexander Zubkov 2010-03-23 22:55:36 UTC
Created attachment 224979 [details]
Fixes for ftconv, rrdtool dependency.

I have made this changes to -r2 ebuild:
- add missing "\" in econf
- with nfprofile it depends rrdtool
- add patch with ftconv and generate one file
- remove emake from src_configure
This version works successfully on my amd64 with all USE-flags.
Comment 8 Peter Volkov (RETIRED) gentoo-dev 2010-05-06 09:10:41 UTC
This should be fixed in nfdump-1.6.1. Please, try it and report if something went wrong. Also if somebody has free time, it's good idea to add init script (like in flow-tools) ;).

Thanks.