@@This is an auto-filed bug@@ Feel free to change the summary at your convenience. Issue: sci-electronics/iverilog fails to compile. Discovered on: amd64 NOTE: If you need further logs, feel free to ask.
Created attachment 647040 [details] build.log build log and emerge --info
Created attachment 647042 [details] other.tar.bz2 other logs
Comment on attachment 647040 [details] build.log I tried to reproduce this problem in my environment and virtual machine but failed, it's too weird
Created attachment 647118 [details] success build log The success build log, I tried to reproduce this problem but failed, it's too weird.
Created attachment 647120 [details] my emerge info
The problem is relate to the MAKEOPTS="-j4 V=1" enviroment variable which collides with a prerequisites variable named `V` (vpi/Makefile.in:74 V = va_math.o) Possible fixes: 1. Remove V=1 from MAKEOPTS 2. patch Makefile use e.g. override (`override V = va_math.o`) or other variable name.
(In reply to Felix Neumärker from comment #6) > The problem is relate to the MAKEOPTS="-j4 V=1" enviroment variable which > collides with a prerequisites variable named `V` (vpi/Makefile.in:74 V = > va_math.o) > > Possible fixes: > 1. Remove V=1 from MAKEOPTS > 2. patch Makefile use e.g. override (`override V = va_math.o`) > or other variable name. Thank you for remind! I understand what happend.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bc4ddeb0d78cf15632d7d9247532f295943602 commit 15bc4ddeb0d78cf15632d7d9247532f295943602 Author: Huang Rui <vowstar@gmail.com> AuthorDate: 2022-04-25 11:04:38 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-04-27 13:18:57 +0000 sci-electronics/iverilog: backport fix compile bug EAPI: update EAPI 7 -> 8 fix parse.cc fatal error fix calls nm directly fix can't find configure.in fix depend on sys-libs/readline:= Bug: https://bugs.gentoo.org/721022 Bug: https://bugs.gentoo.org/734760 Bug: https://bugs.gentoo.org/426262 Closes: https://bugs.gentoo.org/731906 Closes: https://bugs.gentoo.org/730096 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25191 Signed-off-by: Joonas Niilola <juippis@gentoo.org> .../iverilog/files/iverilog-10.3-call-nm.patch | 67 +++++++++++++++ .../files/iverilog-10.3-configure-ac.patch | 12 +++ .../files/iverilog-10.3-gen-bison-header.patch | 97 ++++++++++++++++++++++ .../files/iverilog-10.3-override-var.patch | 12 +++ sci-electronics/iverilog/iverilog-10.3.ebuild | 23 +++-- 5 files changed, 202 insertions(+), 9 deletions(-)