https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-nim/nimbus-1.1.1 does not respect CFLAGS. Discovered on: amd64 (internal ref: guru_ci) NOTE: To reproduce this issue you may want to add "-frecord-gcc-switches" to CFLAGS/CXXFLAGS/FFLAGS/FCFLAGS. If this is not something about c/c++ context see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect CFLAGS.
Created attachment 861238 [details] build.log build log and emerge --info
guru_ci has reproduced this issue with version 1.1.2 - Updating summary.
Whyyy? This fragment from nim-utils.eclass does the thing on my machine: > gcc.options.speed:"${CFLAGS}" > gcc.options.size:"${CFLAGS}" > gcc.options.debug:"${CFLAGS}"
guru_ci has reproduced this issue with version 1.1.3 - Updating summary.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=155be65d2d51a455374da5f8c81a219e271d1462 commit 155be65d2d51a455374da5f8c81a219e271d1462 Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> AuthorDate: 2024-12-11 19:16:38 +0000 Commit: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> CommitDate: 2024-12-11 19:39:19 +0000 dev-nim/nimbus: add 1.1.4 Closes: https://bugs.gentoo.org/921151 Bug: https://bugs.gentoo.org/905834 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> dev-nim/nimbus/Manifest | 1 + dev-nim/nimbus/nimbus-1.1.4.ebuild | 63 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+)
guru_ci has reproduced this issue with version 1.1.4 - Updating summary.