https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/tree-sitter-bash-0.19.0 fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses clang as a compiler and lld as a linker
Created attachment 759831 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: clang-13: error: no such file or directory: 'libtree-sitter-bash.so.13' clang-13: error: no such file or directory: 'libtree-sitter-bash.so.13'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fd27f6090b1cb0c96488b8f0e9b4fba5b9472d commit 36fd27f6090b1cb0c96488b8f0e9b4fba5b9472d Author: Matthew Smith <matt@offtopica.uk> AuthorDate: 2021-12-20 17:32:15 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2021-12-23 14:24:35 +0000 tree-sitter-grammar.eclass: Fix compatibility with lld -soname <soname> is only accepted by GNU ld, but --soname=<soname> is accepted by both GNU ld and LLVM lld. Closes: https://bugs.gentoo.org/829667 Closes: https://bugs.gentoo.org/829668 Closes: https://bugs.gentoo.org/829669 Closes: https://bugs.gentoo.org/829670 Closes: https://bugs.gentoo.org/829671 Closes: https://bugs.gentoo.org/829672 Closes: https://bugs.gentoo.org/829673 Closes: https://bugs.gentoo.org/829674 Closes: https://bugs.gentoo.org/829675 Closes: https://bugs.gentoo.org/829676 Closes: https://bugs.gentoo.org/829677 Signed-off-by: Matthew Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/23436 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> eclass/tree-sitter-grammar.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)