all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Yates <john@yates-sheets.org>
To: Emacs developers <emacs-devel@gnu.org>
Subject: el-get problem rebuilding help on recent build of master on ubuntu 15.4
Date: Mon, 13 Jul 2015 15:41:05 -0400	[thread overview]
Message-ID: <CAJnXXoh+Pgy_PssuKSaE-vHTWAy_1Lp87ROEws_FGHw7Bk8xvQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3135 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 4022 bytes --]

[-- Attachment #2: .profile --]
[-- Type: application/octet-stream, Size: 754 bytes --]

# -*-shell-script-*-
# ~/.profile: executed by sh for login shells.

# This file will only be executed on accounts with '/bin/sh' as the login shell.
# bash login shells will normally execute ~/.bash_profile instead of this file,
# however if a bash login shell is launched as /bin/sh (such as on a mac, or
# non-debian linux system), bash will source this file instead.

# Setup minimal sbtools environment (sets PATH, LOCATION, HOST, USER, ...)

if (-f /mathworks/hub/share/sbtools/bash_setup_env.bash) then
	. /mathworks/hub/share/sbtools/bash_setup_env.bash
endif

export USE_SB_LISP_SRC=1
export PROFILE=".profile"

# Follow MathWorks convention and finish by running an optional .profile.mine
if [ -f ~/.profile.main ] ; then
	. ~/.profile.mine
fi

             reply	other threads:[~2015-07-13 19:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13 19:41 John Yates [this message]
2015-07-14  6:09 ` el-get problem rebuilding helm on recent build of master on ubuntu 15.4 Thierry Volpiatto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJnXXoh+Pgy_PssuKSaE-vHTWAy_1Lp87ROEws_FGHw7Bk8xvQ@mail.gmail.com \
    --to=john@yates-sheets.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.