emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Error message while compiling - sha1
@ 2011-04-14 15:49 Asuptyam Bryuluanemon
  2011-04-15 22:50 ` Tassilo Horn
  2011-04-15 22:54 ` Nick Dokos
  0 siblings, 2 replies; 3+ messages in thread
From: Asuptyam Bryuluanemon @ 2011-04-14 15:49 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

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?


Regards,

Asuptyam

[-- Attachment #2: Type: text/html, Size: 801 bytes --]

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

* Re: Error message while compiling - sha1
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Tassilo Horn @ 2011-04-15 22:50 UTC (permalink / raw)
  To: emacs-orgmode

Asuptyam Bryuluanemon <abryuluanemon@gmail.com> writes:

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

As I've already told you, org-mode version > 6.26b do not support Emacs
21.4 as you are using.  That Emacs 21 does not contain sha1.el is only
one minor issue.  Org uses other Emacs 22+ features, too.

So if you really cannot update your emacs copy, then fetch
org-mode-6.26b and use that.

Bye,
Tassilo

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

* Re: Error message while compiling - sha1
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2011-04-15 22:54 UTC (permalink / raw)
  To: Asuptyam Bryuluanemon; +Cc: nicholas.dokos, emacs-orgmode

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

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

end of thread, other threads:[~2011-04-15 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).