jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.4k stars 260 forks source link

libtool not found. Please install libtool #1036

Open alexei-28 opened 1 year ago

alexei-28 commented 1 year ago
Linux Mint 21
Emacs 27.1
use-package 2.4.5

I want to install package vterm.

Here my init.el


(use-package use-package-ensure-system-package
      :ensure t)

    (use-package vterm
      :ensure t
      :ensure-system-package libtool-bin)

As you can see before install vterm, will be install libtool-bin.

But when I restart Emacs I get error:

  -- System libvterm not found: libvterm will be downloaded and compiled as part of the build process
    CMake Error at CMakeLists.txt:71 (message):
      libtool not found.  Please install libtool

    -- Configuring incomplete, errors occurred!
    See also "/home/alexei/.emacs.d/elpa/vterm-20230217.228/build/CMakeFiles/CMakeOutput.log".
    make: *** No targets specified and no makefile found.  Stop.
    /home/alexei/.emacs.d/elpa/vterm-20230217.228

P.S. Synaptic Project Manager success found libtool-bin