Summary: | net-analyzer/nfdump-1.7.0.1 fails to compile (DASH-SYSTEM): nfxV3.c:450:85: error: v undeclared (first use in this function) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | kalin |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 847202 [details]
build.log
build log and emerge --info
I looked at the build.log, this seems like a genuine upstream bug (i.e. not related to dash). nfxV3.c: In function 'SequencerRun': nfxV3.c:450:85: error: 'v' undeclared (first use in this function) 450 | equencer->sequenceTable[i].inputLength, (long long unsigned)v, outLength); | ^ nfxV3.c:450:85: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [Makefile:557: nfxV3.lo] Error 1 Digging the code, I see it fixed in https://github.com/phaag/nfdump/commit/2d50c6789cfe0a4cce4e3b362b3b4fcb77df7fde#diff-b54ef7f297870285048061bf39387128e06f646a2538f90e5027763f33aac638 which is before 1.7.2 (the other stable ebuild in our tree). So, the way forward is to drop net-analyzer/nfdump-1.7.0.1 and mark this as RESOLVED/OBSOLETE. BTW, there is nfdump-1.7.3 from a few months ago https://github.com/phaag/nfdump/releases/tag/v1.7.3 |