https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-editors/bvi-1.4.1-r1 does not respect CFLAGS. Discovered on: amd64 (internal ref: 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 828567 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f99689aa221da85c8535863452819baa1f7bf1e commit 7f99689aa221da85c8535863452819baa1f7bf1e Author: Christopher Head <chead@chead.ca> AuthorDate: 2022-11-09 05:15:29 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-24 07:55:10 +0000 app-editors/bvi: fix CFLAGS handling * Add `-std=gnu89` as recommended as the way to build K&R-style code which will not break with Clang 16. * Append, instead of overwriting, `CFLAGS`. * Bump to EAPI 8 while at it. Closes: https://bugs.gentoo.org/880309 Closes: https://bugs.gentoo.org/880393 Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/28199 Signed-off-by: Sam James <sam@gentoo.org> app-editors/bvi/bvi-1.4.1-r2.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)