Created attachment 867594 [details] build.log app-editors/helix fails to compile on musl/llvm.
Created attachment 867595 [details] emerge --info '=app-editors/helix-23.05::gentoo'
Created attachment 867596 [details] emerge -pqv '=app-editors/helix-23.05::gentoo'
I've the same problem with clang profile (regular glibc system).
https://wiki.gentoo.org/wiki/Modern_C_porting Add bug 870412 to the "Blocks:" field Stderr: /var/tmp/portage/app-editors/helix-23.05/work/runtime/grammars/sources/rescript/src/scanner.c:134:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] const in_string = state->in_quotes || state->in_backticks; ~~~~~ ^ int 1 error generated. Failure 2/2: d Parser compilation failed. Stdout: Stderr: /var/tmp/portage/app-editors/helix-23.05/work/runtime/grammars/sources/d/src/scanner.c:70:9: error: call to undeclared function 'isascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!isascii(lexer->lookahead) || ^ /var/tmp/portage/app-editors/helix-23.05/work/runtime/grammars/sources/d/src/scanner.c:81:9: error: call to undeclared function 'isascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!isascii(lexer->lookahead) || ^ /var/tmp/portage/app-editors/helix-23.05/work/runtime/grammars/sources/d/src/scanner.c:92:9: error: call to undeclared function 'isascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!isascii(lexer->lookahead) || ^ /var/tmp/portage/app-editors/helix-23.05/work/runtime/grammars/sources/d/src/scanner.c:126:9: error: call to undeclared function 'isascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!isascii(lexer->lookahead) || ^ 4 errors generated.
gcc14_tinderbox has reproduced this issue with version 23.10-r2 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f4218cb62f02b5ecfcaa97a877dc81f06cd944 commit 10f4218cb62f02b5ecfcaa97a877dc81f06cd944 Author: Steffen Winter <steffen.winter@proton.me> AuthorDate: 2024-07-17 13:05:18 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2024-07-23 05:26:49 +0000 app-editors/helix: re-add grammar USE flag This also patches two tree-sitter parsers which wouldn't built with the newer stricter compilers regarding C11. Closes: https://bugs.gentoo.org/901107 Closes: https://bugs.gentoo.org/912050 Closes: https://bugs.gentoo.org/918941 Closes: https://bugs.gentoo.org/933727 Closes: https://bugs.gentoo.org/934041 Signed-off-by: Steffen Winter <steffen.winter@proton.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org> .../helix-23.10-tree-sitter-d-gnu-extension.patch | 65 ++++++++++++++++++++++ ...x-23.10-tree-sitter-rescript-implicit-int.patch | 38 +++++++++++++ ...helix-23.10-r2.ebuild => helix-23.10-r3.ebuild} | 28 +++++++--- .../{helix-24.03.ebuild => helix-24.03-r1.ebuild} | 26 ++++++--- app-editors/helix/metadata.xml | 3 + 5 files changed, 142 insertions(+), 18 deletions(-)