Re: emacs-22.0.99 configure problem

2007-04-29 Thread Hiroshi Fujishima
Jan Djärv [EMAIL PROTECTED] writes:

 Does it work if you do

 % /bin/sh configure

It has same problem.

% /bin/sh configure
as_func_failure succeeded.
as_func_failure succeeded.
No shell found that supports shell functions.
Please tell [EMAIL PROTECTED] 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
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... ^Z
zsh: suspended  /bin/sh configure
% ps
  PID  TT  STAT  TIME COMMAND
61924  p0  Ss 0:00.13 -zsh (zsh)
72936  p0  T  0:00.11 /usr/local/bin/zsh configure
73340  p0  R+ 0:00.00 ps

I figure out that setting SHELL environment variable to /bin/sh works.

% SHELL=/bin/sh ./configure

If login shell is zsh, login(1) is automatically set SHELL to
/usr/local/bin/zsh.  So zsh user who does not install bash (see below)
may have same problem.

 % bash configure

 if you have bash?

I've installed bash.  /bin/sh configure uses bash somehow.

kageroh% /bin/sh configure
checking build system type... i386-unknown-freebsd6.2
checking host system type... i386-unknown-freebsd6.2
checking for gcc... gcc
checking for C compiler default output file name... a.out

[...]

checking for install-info... (cached) /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for -znocombreloc... ^Z
zsh: suspended  /bin/sh configure
kageroh% ps
  PID  TT  STAT  TIME COMMAND
61924  p0  Ss 0:00.15 -zsh (zsh)
85481  p0  T  0:00.16 /usr/local/bin/bash configure
85976  p0  T  0:00.00 /usr/local/bin/bash configure
85977  p0  R+ 0:00.00 ps
% echo $SHELL
/usr/local/bin/zsh

-- 
Hiroshi Fujishima


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-22.0.99 configure problem

2007-04-28 Thread Jan Djärv



Hiroshi Fujishima skrev:

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 [EMAIL PROTECTED] 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


Does it work if you do

% /bin/sh configure

or

% bash configure

if you have bash?

Jan D.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


emacs-22.0.99 configure problem

2007-04-27 Thread Hiroshi Fujishima
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 [EMAIL PROTECTED] 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