| Summary: | dev-perl/Cflow - flowdumper doesn`t parse flow-files | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ilya Kashirin <seclorum> |
| Component: | Current packages | Assignee: | Benjamin Smee (strerror) (RETIRED) <strerror> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | New ebuild with patch for Cflow-1.051 | ||
Created attachment 113139 [details]
New ebuild with patch for Cflow-1.051
This new ebuild allow flowdumper correctly parse files with netflow-data
not perl herd's, reassigning in cvs, thanks for the ebuild and reporting. Quick note, in future diffs are prefered, thanks Big thanks for work!!! Big thanks for work. |
flowdumper (emerge dev-perl/Cflow) don`t parse files with netflow data created by flow-capture (emerge flow-tools) Reproducible: Always Steps to Reproduce: 1. emerge flow-tools 2. energe dev-perl/Cflow 3. i have installed "softlowd" from overlay 4. softflowd -i em0 -n 172.16.13.5:8818 5. /usr/local/bin/flow-capture -p /var/run/flow-capture.pid -n 287 -N 0 -w /var/log/netflows/ -S 5 0/0/8818 6. flowdumper -s /var/log/netflows/ft-v05.2007-03-13.044501+0300 Actual Results: flowdumper show nothing. this bug can fixed by replace "if (-f '../../lib/libft.a') {" with "if (-f '/usr/lib/libft.a') {" in Makefile.PL of Cflow sources or add sed -i "s:../../lib/libft.a:/usr/lib/libft.a:" ${WORKDIR}/flow-tools-${FLOW_TOOLS_VERSION}/contrib/${P}/Makefile.PL in Cflow-1.051.ebuild in section src_unpack()