jyates@envy:~/repos/st$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 15.04 Release: 15.04 Codename: vivid M-x version: GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.27) of 2015-07-13 on envy M-x el-get-update-all buffer *el-get-build: helm*: rm -f helm-adaptive.elc helm-aliases.elc helm-apt.elc helm-autoloads.elc helm-bookmark.elc helm-buffers.elc helm-color.elc helm-command.elc helm-config.elc helm-core-pkg.elc helm-dabbrev.elc helm-easymenu.elc helm-elisp-package.elc helm-elisp.elc helm-elscreen.elc helm-eshell.elc helm-eval.elc helm-external.elc helm-files.elc helm-font.elc helm-grep.elc helm-help.elc helm-id-utils.elc helm-imenu.elc helm-info.elc helm-lib.elc helm-locate.elc helm-man.elc helm-match-plugin.elc helm-misc.elc helm-mode.elc helm-net.elc helm-org.elc helm-pkg.elc helm-plugin.elc helm-regexp.elc helm-ring.elc helm-semantic.elc helm-source.elc helm-sys.elc helm-tags.elc helm-types.elc helm-utils.elc helm.elc emacs -Q -batch --eval "(let ((generated-autoload-file (expand-file-name \"helm-autoloads.el\" \".\")) \ (backup-inhibited t)) (update-directory-autoloads \".\"))" emacs: error while loading shared libraries: libgnutls.so.26: cannot open shared object file: No such file or directory Makefile:64: recipe for target 'autoloads' failed make: *** [autoloads] Error 127 /usr/lib/x86_64-linux-gnu$ ls -l libgnutls.* -rw-r--r-- 1 root root 2436210 Mar 20 09:39 libgnutls.a lrwxrwxrwx 1 root root 25 Mar 20 09:39 libgnutls.so -> libgnutls-deb0.so.28.41.0 /usr/lib/x86_64-linux-gnu$ sudo rm libgnutls.so.26 /usr/lib/x86_64-linux-gnu$ sudo ln -s libgnutls.so libgnutls.so.26 /usr/lib/x86_64-linux-gnu$ ls -l libgnutls.* -rw-r--r-- 1 root root 2436210 Mar 20 09:39 libgnutls.a lrwxrwxrwx 1 root root 25 Mar 20 09:39 libgnutls.so -> libgnutls-deb0.so.28.41.0 lrwxrwxrwx 1 root root 12 Jul 13 15:35 libgnutls.so.26 -> libgnutls.so M-x el-get-update-all buffer *el-get-build: helm*: rm -f helm-adaptive.elc helm-aliases.elc helm-apt.elc helm-autoloads.elc helm-bookmark.elc helm-buffers.elc helm-color.elc helm-command.elc helm-config.elc helm-core-pkg.elc helm-dabbrev.elc helm-easymenu.elc helm-elisp-package.elc helm-elisp.elc helm-elscreen.elc helm-eshell.elc helm-eval.elc helm-external.elc helm-files.elc helm-font.elc helm-grep.elc helm-help.elc helm-id-utils.elc helm-imenu.elc helm-info.elc helm-lib.elc helm-locate.elc helm-man.elc helm-match-plugin.elc helm-misc.elc helm-mode.elc helm-net.elc helm-org.elc helm-pkg.elc helm-plugin.elc helm-regexp.elc helm-ring.elc helm-semantic.elc helm-source.elc helm-sys.elc helm-tags.elc helm-types.elc helm-utils.elc helm.elc emacs -Q -batch --eval "(let ((generated-autoload-file (expand-file-name \"helm-autoloads.el\" \".\")) \ (backup-inhibited t)) (update-directory-autoloads \".\"))" emacs: /usr/lib/x86_64-linux-gnu/libgnutls.so.26: version `GNUTLS_2_12' not found (required by emacs) emacs: /usr/lib/x86_64-linux-gnu/libgnutls.so.26: version `GNUTLS_1_4' not found (required by emacs) Makefile:64: recipe for target 'autoloads' failed make: *** [autoloads] Error 1