parser-smi.c:10027:3: warning: type defaults to 'int' in declaration of 'YYPOPSTACK' [-Wimplicit-int] parser-smi.c:10027:3: warning: parameter names (without types) in function declaration parser-smi.c:10028:3: warning: data definition has no type or storage class parser-smi.c:10028:3: warning: type defaults to 'int' in declaration of 'yylen' [-Wimplicit-int] parser-smi.c:10028:3: error: redefinition of 'yylen' parser-smi.c:9959:3: note: previous definition of 'yylen' with type 'int' parser-smi.c:10029:3: warning: data definition has no type or storage class ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_systemd-j4-20220905-210005 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.3.0 [2] x86_64-pc-linux-gnu-12.2.1 * clang/llvm (if any): clang version 15.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin /usr/lib/llvm/15 15.0.0 Python 3.10.7 Available Rust versions: [1] rust-bin-1.62.1 * The following VMs are available for generation-2: 1) OpenJDK 17.0.3_p7 [openjdk-17] *) Eclipse Temurin JDK 8.332_p09 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-17 [2] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): GNU Make 4.3 HEAD of ::gentoo commit 66654adf62e6428a7b710b5b954e7de55281330e Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Sep 8 05:12:29 2022 +0000 2022-09-08 05:12:28 UTC emerge -qpvO net-libs/libsmi [ebuild N ] net-libs/libsmi-0.5.0-r2
Created attachment 803875 [details] emerge-info.txt
Created attachment 803878 [details] emerge-history.txt
Created attachment 803881 [details] environment
Created attachment 803884 [details] etc.portage.tar.bz2
Created attachment 803887 [details] logs.tar.bz2
Created attachment 803890 [details] net-libs:libsmi-0.5.0-r2:20220908-054338.log
Created attachment 803893 [details] temp.tar.bz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21472aed0fd65b2d60e535cc3117e0ed2b0d0b3 commit c21472aed0fd65b2d60e535cc3117e0ed2b0d0b3 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-09-09 02:55:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-09-09 02:55:56 +0000 net-libs/libsmi: add missing BDEPENDs (flex, yacc) I can't reproduce the reported issue but these were missing anyway. Bug: https://bugs.gentoo.org/869149 Signed-off-by: Sam James <sam@gentoo.org> net-libs/libsmi/libsmi-0.5.0-r2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+)
toralf, can you reproduce this?
(In reply to Sam James from comment #9) > toralf, can you reproduce this? now it is fine: /home/tinderbox/run/17.1_desktop_systemd-j4-20220905-210005/var/log/emerge.log 2022-09-09T08:41:00 >>> net-libs/libsmi-0.5.0-r1: 23 seconds
well, it still does happen: parser-smi.c:10027:3: warning: type defaults to 'int' in declaration of 'YYPOPSTACK' [-Wimplicit-int] parser-smi.c:10027:3: warning: parameter names (without types) in function declaration parser-smi.c:10028:3: warning: data definition has no type or storage class parser-smi.c:10028:3: warning: type defaults to 'int' in declaration of 'yylen' [-Wimplicit-int] parser-smi.c:10028:3: error: redefinition of 'yylen' parser-smi.c:9959:3: note: previous definition of 'yylen' with type 'int' parser-smi.c:10029:3: warning: data definition has no type or storage class
Does this also affect 0.5.0-r1 or 0.5.0-r5 ? Why do you assume this is glibc-related?
I think it's Clang 16 if anything.
*** Bug 871360 has been marked as a duplicate of this bug. ***
*** Bug 920057 has been marked as a duplicate of this bug. ***
https://lists.ibr.cs.tu-bs.de/hyperkitty/list/libsmi@ibr.cs.tu-bs.de/thread/MI6XPAR7JE2AY6UZIMXA3Q7JGD635JRR/
This is fixed in -r5 (by nvinson)