emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* mobileorg - "No executable found to compute checksums"
@ 2010-06-29 19:05 Buck Brody
  2010-06-29 19:17 ` Richard Moreland
  2010-06-29 19:21 ` Nick Dokos
  0 siblings, 2 replies; 9+ messages in thread
From: Buck Brody @ 2010-06-29 19:05 UTC (permalink / raw)
  To: emacs-orgmode


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

I am trying to get mobileorg setup and receive the following message from
org-mobile-push

"No executable found to compute checksums"

Any ideas?

Windows 7
Org Version 6.36c
GNU Emacs 23.2.1

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

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-29 19:05 mobileorg - "No executable found to compute checksums" Buck Brody
@ 2010-06-29 19:17 ` Richard Moreland
  2010-06-29 23:39   ` Buck Brody
  2010-06-29 19:21 ` Nick Dokos
  1 sibling, 1 reply; 9+ messages in thread
From: Richard Moreland @ 2010-06-29 19:17 UTC (permalink / raw)
  To: buckbrody; +Cc: emacs-orgmode

Hi Buck,

You need a copy of shasum.exe in your system path.  You should be able
to download this package from gnuwin32:

http://gnuwin32.sourceforge.net/downlinks/coreutils-bin-zip.php

You don't need everything from that package, just the one .exe.

Hope this helps,
Richard

On Tue, Jun 29, 2010 at 3:05 PM, Buck Brody <buckbrody@gmail.com> wrote:
> I am trying to get mobileorg setup and receive the following message from
> org-mobile-push
> "No executable found to compute checksums"
> Any ideas?
> Windows 7
> Org Version 6.36c
> GNU Emacs 23.2.1
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-29 19:05 mobileorg - "No executable found to compute checksums" Buck Brody
  2010-06-29 19:17 ` Richard Moreland
@ 2010-06-29 19:21 ` Nick Dokos
  2010-06-29 23:41   ` Buck Brody
  1 sibling, 1 reply; 9+ messages in thread
From: Nick Dokos @ 2010-06-29 19:21 UTC (permalink / raw)
  To: buckbrody; +Cc: nicholas.dokos, emacs-orgmode

Buck Brody <buckbrody@gmail.com> wrote:

> I am trying to get mobileorg setup and receive the following message from org-mobile-push
> 
> "No executable found to compute checksums"
> 
> Any ideas?
> 
> Windows 7
> Org Version 6.36c
> GNU Emacs 23.2.1
> 

[Apologies to Buck for the double send: I forgot to cc: the list.]

Presumably, you don't have any of the following programs on your machine, so the
variable is set to nil:

(defcustom org-mobile-checksum-binary (or (executable-find "shasum")
					  (executable-find "sha1sum")
					  (executable-find "md5sum")
					  (executable-find "md5"))
  "Executable used for computing checksums of agenda files."
  :group 'org-mobile
  :type 'string)

If you have some checksumming program, customize the variable
to  be the pathname of the program. If not, you'll have to get one.

This was discussed on the list before:

   http://thread.gmane.org/gmane.emacs.orgmode/19702/focus=23857

HTH,
Nick

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-29 19:17 ` Richard Moreland
@ 2010-06-29 23:39   ` Buck Brody
  0 siblings, 0 replies; 9+ messages in thread
From: Buck Brody @ 2010-06-29 23:39 UTC (permalink / raw)
  To: Richard Moreland; +Cc: emacs-orgmode


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

You mean my windows system path, not my .emacs load path, right?

On Tue, Jun 29, 2010 at 12:17 PM, Richard Moreland <rlm@ncogni.to> wrote:

> Hi Buck,
>
> You need a copy of shasum.exe in your system path.  You should be able
> to download this package from gnuwin32:
>
> http://gnuwin32.sourceforge.net/downlinks/coreutils-bin-zip.php
>
> You don't need everything from that package, just the one .exe.
>
> Hope this helps,
> Richard
>
> On Tue, Jun 29, 2010 at 3:05 PM, Buck Brody <buckbrody@gmail.com> wrote:
> > I am trying to get mobileorg setup and receive the following message from
> > org-mobile-push
> > "No executable found to compute checksums"
> > Any ideas?
> > Windows 7
> > Org Version 6.36c
> > GNU Emacs 23.2.1
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
> >
>

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

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-29 19:21 ` Nick Dokos
@ 2010-06-29 23:41   ` Buck Brody
  2010-06-30  2:45     ` Nick Dokos
  0 siblings, 1 reply; 9+ messages in thread
From: Buck Brody @ 2010-06-29 23:41 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode


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

Nick,

Could you give me an example of what you mean when you say "customize the
variable to be the path name"?

Thanks four help.

On Tue, Jun 29, 2010 at 12:21 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:

> Buck Brody <buckbrody@gmail.com> wrote:
>
> > I am trying to get mobileorg setup and receive the following message from
> org-mobile-push
> >
> > "No executable found to compute checksums"
> >
> > Any ideas?
> >
> > Windows 7
> > Org Version 6.36c
> > GNU Emacs 23.2.1
> >
>
> [Apologies to Buck for the double send: I forgot to cc: the list.]
>
> Presumably, you don't have any of the following programs on your machine,
> so the
> variable is set to nil:
>
> (defcustom org-mobile-checksum-binary (or (executable-find "shasum")
>                                          (executable-find "sha1sum")
>                                          (executable-find "md5sum")
>                                          (executable-find "md5"))
>  "Executable used for computing checksums of agenda files."
>  :group 'org-mobile
>  :type 'string)
>
> If you have some checksumming program, customize the variable
> to  be the pathname of the program. If not, you'll have to get one.
>
> This was discussed on the list before:
>
>   http://thread.gmane.org/gmane.emacs.orgmode/19702/focus=23857
>
> HTH,
> Nick
>

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

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-29 23:41   ` Buck Brody
@ 2010-06-30  2:45     ` Nick Dokos
  2010-06-30 15:43       ` Buck Brody
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Dokos @ 2010-06-30  2:45 UTC (permalink / raw)
  To: buckbrody; +Cc: nicholas.dokos, emacs-orgmode

Buck Brody <buckbrody@gmail.com> wrote:

> Could you give me an example of what you mean when you say "customize the
> variable to be the path name"?
> 

M-x customize <RET>

Type `org-mobile-checksum-binary' in the Search box and click on the Search button.

Move the cursor to the headline and press <RET> to expand it (if necessary).

Move the cursor to the text box that contains the default path (in my case,
it says /usr/bin/shasum), erase it and type in the correct path for your
case: it's hard to be specific here because I don't know which program you
have (or have downloaded) and where you put it. If you followed Richard's
suggestion of getting the shasum.exe program and you put it in in /system/win32
you should say

    /system/win32/shasum.exe

(NB: in general, you should take whatever I say with a grain of salt,
but when I talk about Windows, you should use at least a bucket ;-) - but
I'm sure somebody will correct any mistakes here.)

HTH,
Nick

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-30  2:45     ` Nick Dokos
@ 2010-06-30 15:43       ` Buck Brody
  2010-06-30 16:21         ` Nick Dokos
  0 siblings, 1 reply; 9+ messages in thread
From: Buck Brody @ 2010-06-30 15:43 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode


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

Nick, thanks for your help.  Unfortunately, when I try to save my
customization (~/other/sha1sum.exe), I get the following message:

Symbol's value as variable is void: ~/other/sha1sum\.exe

On Tue, Jun 29, 2010 at 7:45 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:

> Buck Brody <buckbrody@gmail.com> wrote:
>
> > Could you give me an example of what you mean when you say "customize the
> > variable to be the path name"?
> >
>
> M-x customize <RET>
>
> Type `org-mobile-checksum-binary' in the Search box and click on the Search
> button.
>
> Move the cursor to the headline and press <RET> to expand it (if
> necessary).
>
> Move the cursor to the text box that contains the default path (in my case,
> it says /usr/bin/shasum), erase it and type in the correct path for your
> case: it's hard to be specific here because I don't know which program you
> have (or have downloaded) and where you put it. If you followed Richard's
> suggestion of getting the shasum.exe program and you put it in in
> /system/win32
> you should say
>
>    /system/win32/shasum.exe
>
> (NB: in general, you should take whatever I say with a grain of salt,
> but when I talk about Windows, you should use at least a bucket ;-) - but
> I'm sure somebody will correct any mistakes here.)
>
> HTH,
> Nick
>

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

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-30 15:43       ` Buck Brody
@ 2010-06-30 16:21         ` Nick Dokos
  2010-06-30 16:55           ` Buck Brody
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Dokos @ 2010-06-30 16:21 UTC (permalink / raw)
  To: buckbrody; +Cc: nicholas.dokos, emacs-orgmode

Buck Brody <buckbrody@gmail.com> wrote:

> Nick, thanks for your help.  Unfortunately, when I try to save my customization (~/other/sha1sum.exe), I get the following message: 
> 
> Symbol's value as variable is void: ~/other/sha1sum\.exe
> 

I have no idea why that would be: the type of the variable is string, so
why anything is trying to interpret it as a symbol is beyond me. The
backslash before the period is also suspicious, but I don't see how it
would cause this problem. All I can suggest is:

      o try again carefully.
      o find somebody around who can help.

Alternatively, you can add this to your .emacs:

    (setq org-mobile-checksum-binary "~/other/sha1sum.exe")

Make sure that that is placed *after* you load any customization file
(or make sure that you erase any customization for this variable: click
on State and select "Erase customization").

HTH,
Nick

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

* Re: mobileorg - "No executable found to compute checksums"
  2010-06-30 16:21         ` Nick Dokos
@ 2010-06-30 16:55           ` Buck Brody
  0 siblings, 0 replies; 9+ messages in thread
From: Buck Brody @ 2010-06-30 16:55 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode


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

No luck.  I'll keep searching around, and I'll post if I find a solution.

Really appreciate your help, however.

On Wed, Jun 30, 2010 at 9:21 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:

> Buck Brody <buckbrody@gmail.com> wrote:
>
> > Nick, thanks for your help.  Unfortunately, when I try to save my
> customization (~/other/sha1sum.exe), I get the following message:
> >
> > Symbol's value as variable is void: ~/other/sha1sum\.exe
> >
>
> I have no idea why that would be: the type of the variable is string, so
> why anything is trying to interpret it as a symbol is beyond me. The
> backslash before the period is also suspicious, but I don't see how it
> would cause this problem. All I can suggest is:
>
>      o try again carefully.
>      o find somebody around who can help.
>
> Alternatively, you can add this to your .emacs:
>
>    (setq org-mobile-checksum-binary "~/other/sha1sum.exe")
>
> Make sure that that is placed *after* you load any customization file
> (or make sure that you erase any customization for this variable: click
> on State and select "Erase customization").
>
> HTH,
> Nick
>
>

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

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2010-06-30 16:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-29 19:05 mobileorg - "No executable found to compute checksums" Buck Brody
2010-06-29 19:17 ` Richard Moreland
2010-06-29 23:39   ` Buck Brody
2010-06-29 19:21 ` Nick Dokos
2010-06-29 23:41   ` Buck Brody
2010-06-30  2:45     ` Nick Dokos
2010-06-30 15:43       ` Buck Brody
2010-06-30 16:21         ` Nick Dokos
2010-06-30 16:55           ` Buck Brody

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