too long lines were shrinked: scanner.c:2127:16: warning: 'input' defined but not used [-Wunused-function] 2127 | #else | ^ /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I.. -I../include -I../inline -Iconf -Icompress -Iyes/include -ggdb -O2 -pipe -march=native -fno-diagnostics-color -std=gnu17 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I.. -I../include -I../inline -Iconf -Icompress -Iyes/include -ggdb -O2 -pipe -march=native -fno-diagnostics-color -std=gnu17 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-al /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -ggdb -O2 -pipe -march=native -fno-diagnostics-color -std=gnu17 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing -pthread -release 1.7.4 -Wl,-O1 -Wl,--as-needed -Wl,-z, ../../libtool: line 7747: cd: yes/lib: No such file or directory libtool: error: cannot determine absolute directory name of 'yes/lib' make[3]: *** [Makefile:538: libnfdump.la] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib_hardened_systemd-20240727-020502 UNMASKED: Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense. <sys-devel/gcc-15.0.9999:15 Requested by sam ~dev-libs/icu-75.1 ~dev-libs/icu-layoutex-75.1 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang/llvm (if any): clang version 18.1.8 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/18 18.1.8 Python 3.12.4 Available Ruby profiles: [1] ruby31 (with Rubygems) [2] ruby32 (with Rubygems) [3] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.79.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 [4] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.22.5 linux/amd64 HEAD of ::gentoo commit 4384b7c69a25e7420ac9fee60d1ec77dd8c0e9f2 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Jul 30 21:49:05 2024 +0000 2024-07-30 21:49:04 UTC emerge -qpvO net-analyzer/nfdump [ebuild N ] net-analyzer/nfdump-1.7.4 USE="zstd -debug -doc -ftconv -jnat -nfpcapd -nfprofile -nftrack -nsel -readpcap -sflow"
Created attachment 898710 [details] emerge-info.txt
Created attachment 898711 [details] emerge-history.txt
Created attachment 898712 [details] environment
Created attachment 898713 [details] etc.clang.tar.xz
Created attachment 898714 [details] etc.portage.tar.xz
Created attachment 898715 [details] logs.tar.xz
Created attachment 898716 [details] net-analyzer:nfdump-1.7.4:20240730-220606.log
Created attachment 898717 [details] qlist-info.txt.xz
Created attachment 898718 [details] temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c75082750ede008f9f5a4596103ddd5381e0076 commit 8c75082750ede008f9f5a4596103ddd5381e0076 Author: Cristian Othón Martínez Vera <cfuga@cfuga.mx> AuthorDate: 2024-11-21 18:18:12 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-25 21:53:14 +0000 net-analyzer/nfdump: fix version 1.7.4 with USE="zstd" When ```configure``` receive the option ```--with-zstdpath``` without a path, pollutes the ```CPPFLAGS``` variable with a spurious 'yes/lib' string. This patch adds a path, like the ftconv ```USE``` flag does. Closes: https://bugs.gentoo.org/937022 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org> net-analyzer/nfdump/nfdump-1.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)