Created attachment 593600 [details] build.log For some reason a cflag meant for building with Clang gets appended even though I only have a gcc-9.1.0-r1 toolchain.
Created attachment 593602 [details] output of `emerge --info`
Can confirm "[[ anything ]]" will always return true, the actual tc-is-clang function in "[[ tc-is-clang && ${ABI} == x86 ]]" isn't even being run.
The correct syntax is: if tc-is-clang && [[ ${ABI} == x86 ]]; then
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f2b23e23376333c6425187e3f70246457527a3 commit 23f2b23e23376333c6425187e3f70246457527a3 Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2019-10-22 03:09:51 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2019-10-22 03:09:51 +0000 media-libs/vulkan-loader: Fix build Closes: https://bugs.gentoo.org/698230 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild | 2 +- media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)