https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-analyzer/nfdump-1.7.0.1 fails to compile (DASH-SYSTEM). Discovered on: amd64 (internal ref: dash_tinderbox) NOTE: (DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
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