https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-fs/mount-zip-1.0.10 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 870839 [details] build.log build log and emerge --info
Is this issue strictly about CFLAGS (which is not getting used by mount-zip's build system since it is written in C++, not C), or does it also apply to CXXFLAGS?
CXXFLAGS too, yeah. (It's also calling 'ar' directly)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3699bc992024e70391941c9c2ff2d80eb683fcf4 commit 3699bc992024e70391941c9c2ff2d80eb683fcf4 Author: François Degros <fdegros@chromium.org> AuthorDate: 2024-02-08 09:15:13 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2024-02-08 09:16:04 +0000 sys-fs/mount-zip: add 1.0.12 Bug: https://bugs.gentoo.org/914374 Bug: https://bugs.gentoo.org/914375 Signed-off-by: François Degros <fdegros@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/33307 Signed-off-by: Joonas Niilola <juippis@gentoo.org> sys-fs/mount-zip/Manifest | 1 + sys-fs/mount-zip/mount-zip-1.0.12.ebuild | 46 ++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349c853211b53a1c7188bf4d220a2d5a20393607 commit 349c853211b53a1c7188bf4d220a2d5a20393607 Author: François Degros <fdegros@chromium.org> AuthorDate: 2024-02-08 23:37:57 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2024-02-09 10:46:16 +0000 sys-fs/mount-zip: remove mount-zip 1.0.10 now that mount-zip 1.0.12 is available Closes: https://bugs.gentoo.org/914375 Signed-off-by: François Degros <fdegros@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/35237 Signed-off-by: Florian Schmaus <flow@gentoo.org> sys-fs/mount-zip/Manifest | 1 - sys-fs/mount-zip/mount-zip-1.0.10.ebuild | 34 -------------------------------- 2 files changed, 35 deletions(-)