public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
From: Keisuke Nishida <kxn30@po.cwru.edu>
To: Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
Cc: guile-emacs@sourceware.cygnus.com
Subject: Re: make failed on FreeBSD 3.4R
Date: Sun, 28 May 2000 12:12:00 -0000	[thread overview]
Message-ID: <m34s7izdxx.fsf@indy.cwru.edu> (raw)
In-Reply-To: <20000528220616X.satoru-t@is.aist-nara.ac.jp>

Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> writes:

> - Executing ssh-askpass to query the password...

Oops...

> ! $EMACS -batch -l .tmp.el 2>&1 |tail -1 >  .tmp.out

Hmm...  Could you try this instead?

  $EMACS -q --no-site-file -batch -l .tmp.el 2> .tmp.out

> ! emacsver=`sed 's/^[[^0-9]]*\/\([[0-9\.]]*\)\/.*/\1/' .tmp.out`

This looks better.  But still it has a problem.  You can't install
emacs in /d0/share/emacs/20.6/..., for example.  How about this one?

  emacsver=`sed 's/^.*\/\([[0-9]][[0-9\.]]*\)\/.*/\1/' .tmp.out`

  reply	other threads:[~2000-05-28 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-28  6:06 Satoru Takabayashi
2000-05-28 12:12 ` Keisuke Nishida [this message]
2000-06-01  6:02   ` Satoru Takabayashi

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=m34s7izdxx.fsf@indy.cwru.edu \
    --to=kxn30@po.cwru.edu \
    --cc=guile-emacs@sourceware.cygnus.com \
    --cc=satoru-t@is.aist-nara.ac.jp \
    /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.
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).