unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* el-get problem rebuilding help on recent build of master on ubuntu 15.4
@ 2015-07-13 19:41 John Yates
  2015-07-14  6:09 ` el-get problem rebuilding helm " Thierry Volpiatto
  0 siblings, 1 reply; 2+ messages in thread
From: John Yates @ 2015-07-13 19:41 UTC (permalink / raw)
  To: Emacs developers


[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: el-get problem rebuilding helm on recent build of master on ubuntu 15.4
  2015-07-13 19:41 el-get problem rebuilding help on recent build of master on ubuntu 15.4 John Yates
@ 2015-07-14  6:09 ` Thierry Volpiatto
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Volpiatto @ 2015-07-14  6:09 UTC (permalink / raw)
  To: emacs-devel


Please report your problem to el-get developers:
https://github.com/dimitri/el-get/issues

FYI helm use helm-core as dependency now.

BTW a simple M-x package-install RET helm RET should install helm
without problems.

-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-14  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 19:41 el-get problem rebuilding help on recent build of master on ubuntu 15.4 John Yates
2015-07-14  6:09 ` el-get problem rebuilding helm " Thierry Volpiatto

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).