On 4/29/23 21:54, Steven Monai wrote:
I downloaded and unpacked this source on a Bookworm host. The build system bundled with the source ("waf") seems to assume python 2.x, but, unfortunately, Bookworm provides only python3. Any hints?

Quick approach is try this:
python3 waf configure ...
python3 waf build

A longer, but possibly better, approach might be something like:
git clone g...@salsa.debian.org:debian/ntpsec.git
cd ntpsec
git checkout debian/1.1.3+dfsg1-1
debuild -uc -us

An intermediate approach might be to test with the binary package from buster. You can get download links here, by architecture, plus there are links to related packages, some of which (like python3-ntp) you might need:
https://packages.debian.org/buster/ntpsec

Hopefully this will turn out to be something broken during code cleanups/refactorings in NTPsec that you can bisect (at least somewhat).

--
Richard

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to