https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-electronics/verilator-5.002 adds debug flags (-g/-ggdb) on its own. Discovered on: amd64 (internal ref: guru_tinderbox) NOTE: (CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types See also: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240 https://wiki.gentoo.org/wiki/Modern_C_porting while at the end, the binaries are stripped, debug flags slow down the build process and take more disk/ram and should not be added by default..
Created attachment 844691 [details] build.log build log and emerge --info
guru_ci has reproduced this issue with version 5.004 - Updating summary.
guru_ci has reproduced this issue with version 5.006 - Updating summary.
guru_ci has reproduced this issue with version 5.008 - Updating summary.
guru_ci has reproduced this issue with version 5.014 - Updating summary.
guru_ci has reproduced this issue with version 5.018 - Updating summary.
guru_ci has reproduced this issue with version 5.022 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01e3aec7e7e42a3ff27a057482656b825e1648ed commit 01e3aec7e7e42a3ff27a057482656b825e1648ed Author: Huang Rui <vowstar@gmail.com> AuthorDate: 2024-03-18 13:19:09 +0000 Commit: Huang Rui <vowstar@gmail.com> CommitDate: 2024-03-18 13:19:09 +0000 sci-electronics/verilator: fix compile bugs - fix fails to compile with dev-lang/python-exec[-native-symlinks] - fix adds debug flags (-g/-ggdb) on its own Closes: https://bugs.gentoo.org/785151 Closes: https://bugs.gentoo.org/887917 Signed-off-by: Huang Rui <vowstar@gmail.com> sci-electronics/verilator/verilator-5.022.ebuild | 29 +++++++++++++++++++++- sci-electronics/verilator/verilator-9999.ebuild | 31 ++++++++++++++++++++++-- 2 files changed, 57 insertions(+), 3 deletions(-)