GNU bug report logs - #60465
29.0.60; File missing error when calling treesit-install-language-grammar

Previous Next

Package: emacs;

Reported by: Wilhelm Kirschbaum <wkirschbaum <at> gmail.com>

Date: Sun, 1 Jan 2023 11:36:02 UTC

Severity: normal

Found in version 29.0.60

Done: Yuan Fu <casouri <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Yuan Fu <casouri <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
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
[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)]
From: Wilhelm Kirschbaum <wkirschbaum <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.60; File missing error when calling
 treesit-install-language-grammar 
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:

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)]
From: Yuan Fu <casouri <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Wilhelm <wkirschbaum <at> gmail.com>, 60465-done <at> debbugs.gnu.org
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 <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.