Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NTP-4.1.0 is available

170 views
Skip to first unread message

Harlan Stenn

unread,
Aug 1, 2001, 11:21:57 PM8/1/01
to
The following are available at the usual places:

<http://www.ntp.org>
<ftp://ftp.udel.edu/pub/ntp/ntp4/>

ntp-4.0.99m-rc3-4.1.0.diff.gz
ntp-4.1.0.tar.gz

At this point I am going to integrate the HP-MPE port and we're going to
import any needed Windows patches.

There is also an Execellent Chance we'll roll Dave's OpenSSL work in to
this beast so we can lose RSAREF.

As soon as these happen there will be another effort toward a release.

At that point we will probably branch the code into two repositories,
bugfix and development.

I figure there are two big areas of discussion about to happen: how
should we number these upcoming releases, and should we keep the OpenSSL
work out of the bugfix release and only do it on the development line.

From the ChangeLog:

2001-08-01 Harlan Stenn <st...@whimsy.udel.edu>

* configure.in: 4.1.0

2001-07-27 Harlan Stenn <st...@whimsy.udel.edu>

* ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just
like the atom driver does.
From: r...@dwf.com

* ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like
the atom driver does.
From: Scott Allendorf <s...@newton.physics.uiowa.edu>

* ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the
wrong config flag.
From: <justin_f...@hp.com>

Clifton T. Sharp Jr.

unread,
Aug 2, 2001, 7:36:15 PM8/2/01
to
Harlan Stenn wrote:
> The following are available at the usual places:
>
> <http://www.ntp.org>
> <ftp://ftp.udel.edu/pub/ntp/ntp4/>
>
> ntp-4.0.99m-rc3-4.1.0.diff.gz
> ntp-4.1.0.tar.gz

I'm having all sorts of trouble with it. The latest problem, during make:

Making all in libntp
make[2]: Entering directory `/extended/apps/ntp-4.1.0/libntp'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../librsaref -g -O2 -Wall -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -pipe -c a_md5encrypt.c
In file included from a_md5encrypt.c:11:
../include/ntp_machine.h:453: ERROR: You must define one of the HAVE_xx_NICE defines!: No such file or directory
../include/ntp_machine.h:487: ERROR: no tty type defined!: No such file or directory
In file included from a_md5encrypt.c:19:
../include/ntp_types.h:65: Bletch: what's 32 bits on this machine?: No such file or directory
In file included from a_md5encrypt.c:11:
../include/ntp_machine.h:263: warning: `struct timeval' declared inside parameter list
../include/ntp_machine.h:263: warning: its scope is only this definition or declaration,
../include/ntp_machine.h:263: warning: which is probably not what you want.
In file included from a_md5encrypt.c:22:
../include/md5.h:42: warning: function declaration isn't a prototype
../include/md5.h:44: warning: function declaration isn't a prototype
../include/md5.h:45: warning: function declaration isn't a prototype
make[2]: *** [a_md5encrypt.o] Error 1
make[2]: Leaving directory `/extended/apps/ntp-4.1.0/libntp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/extended/apps/ntp-4.1.0'
make: *** [all] Error 2


No problems at all with 4.0.99-rc3, or for that matter any preceding version.

--
"I would have been happy to explain further, except you had by that
point made it clear you would believe whatever you wanted to believe"
-- Jamie McCarthy, <b613732a.01070...@posting.google.com>

Ulrich Windl

unread,
Aug 3, 2001, 7:46:17 AM8/3/01
to
Well-known bug: rm config.h{.in,} and get config.h.in again. Then make again...

Clifton T. Sharp Jr.

unread,
Aug 4, 2001, 12:46:19 AM8/4/01
to
Ulrich Windl wrote:
> Well-known bug: rm config.h{.in,} and get config.h.in again. Then make again...

Thanks! Up and running. I don't understand what happened, but success is
its own reward.

seema pandhre

unread,
Jul 20, 2017, 4:55:01 AM7/20/17
to
Hi Ulrich,

I have seen the similar error while trying to compile SRC support on AIX with ntp4-p10.

Error is :-
"../include/ntp_machine.h", line 289.10: 1506-296 (S) #include file "ERROR: You must define one of the HAVE_xx_NICE defines!" not found.
"../include/ntp_types.h", line 125.12: 1506-296 (S) #include file "Bletch: what's 32 bits on this machine?" not found.
"../include/ntp_types.h", line 179.3: 1506-205 (S) #error short is not 2 bytes -- what is 16 bit integer on this target?
"../include/ntp_types.h", line 204.17: 1506-046 (S) Syntax error.
"../include/ntp_types.h", line 207.17: 1506-046 (S) Syntax error.
"../include/ntp_types.h", line 203.16: 1506-007 (S) "struct {...}" is undefined.
"../include/ntp_types.h", line 206.16: 1506-007 (S) "struct {...}" is undefined.
"../include/ntp_types.h", line 222.31: 1506-046 (S) Syntax error.
"../include/ntp_types.h", line 226.9: 1506-166 (S) Definition of function u_int32 requires parentheses.
"../include/ntp_types.h", line 226.17: 1506-276 (S) Syntax error: possible missing '{'?
"../include/ntp_types.h", line 240.3: 1506-273 (E) Missing type in declaration of max_alignment.
"../include/ntp_types.h", line 248.1: 1506-166 (S) Definition of function max_alignment requires parentheses.
"../include/ntp_types.h", line 248.1: 1506-691 (W) The inline keyword can only be applied to functions.
"../include/ntp_types.h", line 248.15: 1506-276 (S) Syntax error: possible missing '{'?
"../include/ntp_types.h", line 254.36: 1506-045 (S) Undeclared identifier minsize.
"../include/ntp_types.h", line 254.16: 1506-045 (S) Undeclared identifier base.
"../include/ntp_fp.h", line 32.17: 1506-046 (S) Syntax error.
"../include/ntp_fp.h", line 31.15: 1506-007 (S) "union {...}" is undefined.
and so on ....

I have removed config.h.in as well as config.h.in~ from ntp4 parent path and then recompiled code again, however the error still remain there.

Please help me with your guidance to resolve above issue.
0 new messages