emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60465: closed (29.0.60; File missing error when calling treesit-inst


From: GNU bug Tracking System
Subject: bug#60465: closed (29.0.60; File missing error when calling treesit-install-language-grammar )
Date: Mon, 02 Jan 2023 00:18:02 +0000

Your message dated Sun, 1 Jan 2023 16:17:38 -0800
with message-id <25575F0B-A6AE-4AE7-B290-8E8DAD5CA345@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@gnu.org.)


-- 
60465: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60465
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.60; File missing error when calling treesit-install-language-grammar Date: Sun, 01 Jan 2023 13:28:38 +0200 User-agent: mu4e 1.9.3; emacs 29.0.60

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




--- End Message ---
--- Begin Message --- Subject: Re: bug#60465: 29.0.60; File missing error when calling treesit-install-language-grammar Date: Sun, 1 Jan 2023 16:17:38 -0800
Eli Zaretskii <eliz@gnu.org> writes:

>> From: Wilhelm Kirschbaum <wkirschbaum@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]