emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Asuptyam Bryuluanemon <abryuluanemon@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Error message while compiling - sha1
Date: Fri, 15 Apr 2011 18:54:59 -0400	[thread overview]
Message-ID: <20488.1302908099@alphaville.americas.hpqcorp.net> (raw)
In-Reply-To: Message from Asuptyam Bryuluanemon <abryuluanemon@gmail.com> of "Thu\, 14 Apr 2011 19\:49\:51 +0400." <BANLkTimxHg9OJCqDNR0qFU2CeaX8Uqk23w@mail.gmail.com>

Asuptyam Bryuluanemon <abryuluanemon@gmail.com> wrote:

> While following the installation instructions on http://orgmode.org/guide/Installation.html#Installation
> 
> I get an error message after issuing the make command
> 
> While compiling toplevel forms in file ~/src/org-7.5/lisp/org-feed.el:
>   !! File error (("Cannot open load file" "sha1"))
> Done
> make: *** [lisp/org-feed.elc] Error 1
> 
> Does anyone have any suggestions?
> 

Well, either your load-path is not set correctly or you are missing the file.
sha1.el is a file that is distributed with emacs. In my case, it is in

        /usr/local/share/emacs/24.0.50/lisp/sha1.elc

but depending on which version of emacs you have and how you installed it,
it may be in a different directory. 

Try locating it with

    M-x locate-library <RET> sha1 <RET>

If not found, try to find where standard elisp files are located in your
setup and see if sha1.el or sha1.elc is in there as well (e.g. try

    M-x locate-library <RET> files <RET>

That should certainly be found: check the directory and see if sha1.el
and/or sha1.elc is in that directory. If not, your installation is
probably incomplete. If it is there, try loading it with

   M-x load-library <RET> sha1 <RET>

If all of that works, the compilation of org-feed.el should work as well.
If not, send another note and include the output of all the commands above
as well as the version of emacs you are running:

   M-x emacs-version

Nick

      parent reply	other threads:[~2011-04-15 22:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14 15:49 Error message while compiling - sha1 Asuptyam Bryuluanemon
2011-04-15 22:50 ` Tassilo Horn
2011-04-15 22:54 ` Nick Dokos [this message]

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=20488.1302908099@alphaville.americas.hpqcorp.net \
    --to=nicholas.dokos@hp.com \
    --cc=abryuluanemon@gmail.com \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).