GNU bug report logs -
#60465
29.0.60; File missing error when calling treesit-install-language-grammar
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 1 Jan 2023 16:17:38 -0800
with message-id <25575F0B-A6AE-4AE7-B290-8E8DAD5CA345 <at> gmail.com>
and subject line Re: bug#60465: 29.0.60; File missing error when calling treesit-install-language-grammar
has caused the debbugs.gnu.org bug report #60465,
regarding 29.0.60; File missing error when calling treesit-install-language-grammar
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60465: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60465
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I am getting the following if the [home emacs config
dir]/tree-sitter directory don't exist yet.
Warning (treesit): Error encountered when installing language
grammar:
(file-missing Opening output file No such file or directory [home
emacs
config dir]/tree-sitter/libtree-sitter-elixir.so)
Adding the following fixes the issue for me:
modified lisp/treesit.el
@@ -2772,6 +2772,7 @@ treesit--install-language-grammar-1
(rx bos (+ anychar) ".o" eos))
"-o" ,lib-name))
;; Copy out.
+ (make-directory out-dir t)
(copy-file lib-name (file-name-as-directory out-dir) t
t)
(message "Library installed to %s/%s" out-dir
lib-name))
(when (file-exists-p workdir)
Please let me know if I am a bit aggressive with these reports,
not sure
if I am more annoying or somewhat helpful. Is there perhaps a
better
way to give feedback?
Wilhelm
[Message part 3 (message/rfc822, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Wilhelm Kirschbaum <wkirschbaum <at> gmail.com>
>> Date: Sun, 01 Jan 2023 13:28:38 +0200
>>
>> I am getting the following if the [home emacs config
>> dir]/tree-sitter directory don't exist yet.
>>
>> Warning (treesit): Error encountered when installing language
>> grammar:
>> (file-missing Opening output file No such file or directory [home
>> emacs
>> config dir]/tree-sitter/libtree-sitter-elixir.so)
>>
>> Adding the following fixes the issue for me:
>
> Thanks.
>
>> Please let me know if I am a bit aggressive with these reports, not
>> sure if I am more annoying or somewhat helpful.
>
> No, not at all.
>
>> Is there perhaps a better way to give feedback?
>
> This is the right way, thank you for doing this.
Yes, this prevents us from forgetting about a reported problem.
Fixed and closing, thanks.
Yuan
This bug report was last modified 2 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.