Hi Arsen,
Thanks for getting back to me.
I had part success. A problem with config.sub still. I am happy to use
latest version, where do I download it from?
Best wishes,
Bev
root@rp1:~/ntp/ntp-4.2.6p3-RC12# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
configure: error: cannot run /bin/bash ./config.sub
root@rp1:~/ntp/ntp-4.2.6p3-RC12#
---
Bev Clues, Clues Communications Ltd t/a Clues & Co
T +44 (0) 1206 763301
M +44 (0) 7715 421139
W www.clues.co.uk
On 2025-11-24 15:02, Arsen Arsenović wrote:
Bev Clues <[email protected]> writes:
config.guess timestamp = 2005-07-08
uname -m = aarch64
uname -r = 6.12.47+rpt-rpi-v8
uname -s = Linux
uname -v = #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16)
/usr/bin/uname -p = unknown
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = aarch64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 6.12.47+rpt-rpi-v8
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16)
configure: error: cannot guess build type; you must specify one
root@rp1:~/ntp/ntp-4.2.6p3-RC12#
That is quite a dated version of NTP.
As a start, simply try downloading:
https://cgit.git.savannah.gnu.org/cgit/config.git/plain/config.guess
.... and:
https://cgit.git.savannah.gnu.org/cgit/config.git/plain/config.sub
.... such that they replace the versions that exist in that directory.
That may be enough for it do work out (but note that the build may
fail).