Re: Jack Bryans: Re: [ntp:bugs] NeXT vs k25 w/patch

2001-08-30 Thread Jack Bryans

Ben Elliston writes:

 This is a fairly recently introduced bug in config.guess :-(.  Another
 NeXT user reported the same problem a day or two ago and I'm in the
 process of fixing it now.

Yeah, it worked OK back here:

4.0.99m-rc1 Thu May 31 11:07:19 PDT 2001

Jack




Re: Jack Bryans: Re: [ntp:bugs] NeXT vs k25 w/patch

2001-08-29 Thread Akim Demaille


Ben, this is again for you.

--

autoconf (config.guess) doesn't seem to autodetect NeXT.
Jack has the box - if folks have suggestions on how we can fix this it
would be appreciated.

H
From: Jack Bryans [EMAIL PROTECTED]
Subject: Re: [ntp:bugs] NeXT vs k25 w/patch 
To: Harlan Stenn [EMAIL PROTECTED]
X-Sent: 11 hours, 13 minutes, 46 seconds ago

Harlan,

Back up enough for this config.log showing failure on NeXT:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.50.  Invocation command line was

  $ ../configure 

## -- ##
## Platform.  ##
## -- ##

hostname = henson.acs.csulb.edu
uname -m = unknown
uname -r = unknown
uname -s = unknown
uname -v = unknown

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = Mach kernel version:
 NeXT Mach 3.3: Tue Jul 13 10:33:44 PDT 1999; 
root(rcbuilder):mk-171.14.obj~22/RC_m68k/RELEASE_M68K

Kernel configured for a single processor only.
1 processor is physically available.
Processor type: MC680x0 (68040)
Processor speed: 25 MHz
Processor active: 0
System type: 1
Board revision: 0x0
Primary memory available: 20.00 megabytes.
Default processor set: 52 tasks, 81 threads, 1 processors
Load average: 1.34, Mach factor: 0.61
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH = 
/usr/local/bin:/usr/ucb:/bin:/usr/bin:.:/usr/bin/X11:/home/ag/jbryans/Apps:/LocalApps

##  ##
## Core tests.  ##
##  ##

configure:1001: PATH=.;.; conftest.sh
../configure: conftest.sh: not found
configure:1004: $? = 1
configure:1044: checking build system type
configure:1053: error: cannot guess build type; you must specify one

## - ##
## Cache variables.  ##
## - ##

ac_cv_build_alias=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set='set'
ac_cv_env_CPPFLAGS_value='-I/usr/local/bind/include'
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_env_LDFLAGS_value='-L/usr/local/bind/lib'
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''


configure: exit 1

This:

../configure m68k-next-nextstep3

worked.

Jack

--








Re: Jack Bryans: Re: [ntp:bugs] NeXT vs k25 w/patch

2001-08-29 Thread Ben Elliston

 Akim == Akim Demaille [EMAIL PROTECTED] writes:

  Akim autoconf (config.guess) doesn't seem to autodetect NeXT.
  Akim Jack has the box - if folks have suggestions on how we can fix this it
  Akim would be appreciated.

This is a fairly recently introduced bug in config.guess :-(.  Another
NeXT user reported the same problem a day or two ago and I'm in the
process of fixing it now.

Ben




Re: Jack Bryans: Re: [ntp:bugs] NeXT vs k25 w/patch

2001-08-28 Thread Harlan Stenn

I believe I'm using a recent config.guess in NTP, but Jack and I can
check...

H