unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
@ 2007-04-28 14:47 Richard Stallman
  2007-04-28 16:07 ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-04-28 14:47 UTC (permalink / raw)
  To: emacs-devel

Can someone fix this?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
	autolearn=failed version=3.1.0
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:from:to:subject:date:message-id:mime-version:content-type;
	b=KoZ2korcFu+5cv4WSYtVqvXqLi6WhPMEq96qqzFCUS0q5awL7Zp4LGAxCLXt8yo+aV4ONOk4XZWjq2MWmSMNmbrerb5z2kE1BIqroVTheNWu12x2CYjoOVRRc4oSVY+75vGifQGPfChoIN5ctoYiNAntBKXhlYIQgbvQXa4O53k=
From: Hiroshi Fujishima <hiroshi.fujishima@gmail.com>
To: emacs-pretest-bug@gnu.org
Date: Fri, 27 Apr 2007 23:52:41 +0900
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: emacs-22.0.99 configure problem

I run ./configure with FreeBSD 6.2 machine.  It outputs following error:

% ./configure
as_func_failure succeeded.
as_func_failure succeeded.
No shell found that supports shell functions.
Please tell autoconf@gnu.org about your system,
including any error possibly output before this
message
checking build system type... i386-unknown-freebsd6.2
checking host system type... i386-unknown-freebsd6.2

It seems that ./configure use /usr/local/bin/zsh...

% ps
  PID  TT  STAT      TIME COMMAND
26328  p0  Ss     0:00.06 -zsh (zsh)
42802  p0  T      0:00.15 /usr/local/bin/zsh ./configure
43323  p0  T      0:00.00 /usr/local/bin/zsh ./configure
43324  p0  T      0:00.00 gcc -o conftest -g -O2 -I/usr/X11R6/include -I/usr/lo
43328  p0  R+     0:00.00 ps

- -- 
Hiroshi Fujishima


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

* Re: [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
  2007-04-28 14:47 [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem] Richard Stallman
@ 2007-04-28 16:07 ` Andreas Schwab
  2007-04-28 18:35   ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2007-04-28 16:07 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Can someone fix this?

This is not a bug, just an informational message.  He should just do what
the message says, but otherwise there is no problem.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
  2007-04-28 16:07 ` Andreas Schwab
@ 2007-04-28 18:35   ` Richard Stallman
  2007-04-28 18:53     ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-04-28 18:35 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

    This is not a bug, just an informational message.

If this is meant as an informational message, it is rather confusing.

    % ./configure
    as_func_failure succeeded.
    as_func_failure succeeded.
    No shell found that supports shell functions.
    Please tell autoconf@gnu.org about your system,
    including any error possibly output before this
    message

It seems to tell the user this is a bug and that he should
report it.

If this is not a bug, then the message shouldn't look like a bug.

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

* Re: [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
  2007-04-28 18:35   ` Richard Stallman
@ 2007-04-28 18:53     ` Andreas Schwab
  2007-04-29 21:41       ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2007-04-28 18:53 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

>     % ./configure
>     as_func_failure succeeded.
>     as_func_failure succeeded.
>     No shell found that supports shell functions.
>     Please tell autoconf@gnu.org about your system,
>     including any error possibly output before this
>     message
>
> It seems to tell the user this is a bug and that he should
> report it.

The latter is true, but the first isn't.  The point of the message is to
collect information about systems that still are using obsolete shells.

> If this is not a bug, then the message shouldn't look like a bug.

Please tell autoconf@gnu.org about that.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
  2007-04-28 18:53     ` Andreas Schwab
@ 2007-04-29 21:41       ` Richard Stallman
  2007-04-29 22:24         ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-04-29 21:41 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

    > If this is not a bug, then the message shouldn't look like a bug.

    Please tell autoconf@gnu.org about that.

I did that now, thanks.

(You could have told them too.)

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

* Re: [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
  2007-04-29 21:41       ` Richard Stallman
@ 2007-04-29 22:24         ` Andreas Schwab
  2007-04-30 22:09           ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2007-04-29 22:24 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> (You could have told them too.)

Since I cannot read your mind that would not be very effective.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem]
  2007-04-29 22:24         ` Andreas Schwab
@ 2007-04-30 22:09           ` Richard Stallman
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2007-04-30 22:09 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

    > (You could have told them too.)

    Since I cannot read your mind that would not be very effective.

I simply followed your suggestion.  You don't need to read my mind
to know what you suggested.

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

end of thread, other threads:[~2007-04-30 22:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-28 14:47 [hiroshi.fujishima@gmail.com: emacs-22.0.99 configure problem] Richard Stallman
2007-04-28 16:07 ` Andreas Schwab
2007-04-28 18:35   ` Richard Stallman
2007-04-28 18:53     ` Andreas Schwab
2007-04-29 21:41       ` Richard Stallman
2007-04-29 22:24         ` Andreas Schwab
2007-04-30 22:09           ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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