[ntp:questions] Re: Clock type 30 invalid?

Ryan ntpthis at ddnsupport.com
Sat Jan 24 04:10:06 UTC 2004


On Fri, 23 Jan 2004 21:24:46 +0000 (UTC), stenn at maccarony.ntp.org
(Harlan Stenn) wrote:

>automake before 1.8 has bugs that break IRIX make (at least).
>
>I suspect I could relad the requirement and simply release tarballs
>that use the later tools.
>
>And the FreeBSD folks could update their ports/ tree, too.
>
>I'll think more about this.
>
>H

>From Fedora Core 1 (the most current RedHatesk distro):
autoreconf -f -i
configure.in:10: error: Autoconf version 2.58 or higher is required
configure.in:10: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
configure.in:10: error: Autoconf version 2.58 or higher is required
configure.in:10: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoreconf: /usr/bin/autoconf failed with exit status: 1

changed line 10 to
AC_PREREQ(2.57)
Then autoconf complained:
Makefile.am:2: require Automake 1.8, but have 1.7.8
edit 204 from
         [AM_AUTOMAKE_VERSION([1.7.8])])
to 1.8 (and changed things that said 1.7.8 to 1.8.   Then off to run
./configure --disable-all-clocks --enable-ONCORE
went fine - so make...

ntpd ran fine but I still got (2.6.1 kernel, no PPS. :(  )
Jan 23 20:05:19 r2 ntpd[13928]: attempt to configure invalid address
127.127.1.0
Jan 23 20:05:19 r2 ntpd[13928]: attempt to configure invalid address
127.127.30.0


(bad run)autoreconf -f -i
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am: installing `./depcomp'
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
configure.ac:5: installing `./config.guess'
configure.ac:5: installing `./config.sub'
Makefile.am: installing `./depcomp'
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
ElectricFence/Makefile.am: installing `./depcomp'
Makefile.am:2: require Automake 1.8, but have 1.7.8
ntpd/Makefile.am: installing `./compile'
util/Makefile.am:2: installing `util/ansi2knr.c'
util/Makefile.am:2: installing `util/ansi2knr.1'
autoreconf: automake failed with exit status: 1

Thanks,
Ryan
.



More information about the questions mailing list