all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@podval.org>
To: 30357@debbugs.gnu.org
Subject: bug#30357: git tip: lisp/gnus/deuglify.el:221:1:Error: Searching for program: Is a directory, /usr/local/bin/movemail
Date: Mon, 5 Feb 2018 09:12:40 -0500	[thread overview]
Message-ID: <CAFsbZ7bOwLeuO1zSrsh2CwMESDzGQRHETSQ1S4cpHtWby=QXRg@mail.gmail.com> (raw)

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

The current emacs git tip (

c24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02
) on mac os x: "make bootstrap" fails with

In toplevel form:

../../lisp/gnus/deuglify.el:221:1:Error: Searching for program: Is a
directory, /usr/local/bin/movemail

make[3]: *** [gnus/deuglify.elc] Error 1

make[2]: *** [compile-main] Error 2

make[1]: *** [lisp] Error 2

make: *** [bootstrap] Error 2

the file is, in fact, present and is an executable, not a directory:

*$* test -x /usr/local/bin/movemail && echo executable

executable

*$* test -d  /usr/local/bin/movemail && echo directory

*$ echo $?*

* 1 $*


the same error is reported on _all_ commands (bash, git, ssh-add &c).
(as you can see, I cannot even report the bug using emacs!)

thanks.
-- 
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net> <
http://steingoldpsychology.com>

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

             reply	other threads:[~2018-02-05 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 14:12 Sam Steingold [this message]
2018-02-05 16:26 ` bug#30357: git tip: lisp/gnus/deuglify.el:221:1:Error: Searching for program: Is a directory, /usr/local/bin/movemail Eli Zaretskii

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='CAFsbZ7bOwLeuO1zSrsh2CwMESDzGQRHETSQ1S4cpHtWby=QXRg@mail.gmail.com' \
    --to=sds@podval.org \
    --cc=30357@debbugs.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.