Re: Warnings from asciidoc

2018-11-30 Thread Hal Murray via devel
> asciidoc calls a large toolchain. Maybe another component differs between = > us? > Here are 3 important prerequisites: > app-text/docbook-xml-dtd-4.5-r1 > app-text/docbook-xsl-stylesheets-1.79.1-r2 > dev-libs/libxslt-1.1.32=20 I'm on Fedora. The package names don't quite

Re: Warnings from asciidoc

2018-11-30 Thread Gary E. Miller via devel
Yo Hal! On Fri, 30 Nov 2018 13:52:49 -0800 Hal Murray wrote: > > I also have asciidoc 8.6.10, but I see no such thing. I don't even > > see the "Compiling docs/ntpd.txt". What is your command line to > > get there, from a clean git clone. > > The default is to not build documentation.

Re: pipefail doesn't work on NetBSD or FreeBSD

2018-11-30 Thread Gary E. Miller via devel
Yo Hal! On Thu, 29 Nov 2018 22:08:12 -0800 Hal Murray wrote: > >> ./tests/option-tester.sh: 98: ./tests/option-tester.sh: PYTHONPATH: > >> parameter not set > > > Weird. Stupid shell. Just test that PYTHONPATH exists before > > trying to echo it. > > Actually, there is already a test.

Re: Warnings from asciidoc

2018-11-30 Thread Hal Murray via devel
> I also have asciidoc 8.6.10, but I see no such thing. I don't even see the > "Compiling docs/ntpd.txt". What is your command line to get there, from a > clean git clone. The default is to not build documentation. Add --enable-doc -- These are my opinions. I hate spam.

Re: Warnings from asciidoc

2018-11-30 Thread Gary E. Miller via devel
Yo Hal! On Fri, 30 Nov 2018 12:35:49 -0800 Hal Murray via devel wrote: > I'm seeing a blizzard of warnings. Anybody understand this stuff? > > [ 52/167] Compiling docs/ntpd.txt > /usr/bin/asciidoc:471: DeprecationWarning: Flags not at the start of > the expression '^(?u)[^\\W\\d][-\\w]*$' >

Warnings from asciidoc

2018-11-30 Thread Hal Murray via devel
I'm seeing a blizzard of warnings. Anybody understand this stuff? [ 52/167] Compiling docs/ntpd.txt /usr/bin/asciidoc:471: DeprecationWarning: Flags not at the start of the expression '^(?u)[^\\W\\d][-\\w]*$' return re.match(r'^'+NAME_RE+r'$',s) is not None That's on Fedora 29, asciidoc

Re: ntpleapfetch on NetBSD

2018-11-30 Thread James Browning via devel
On Fri, Nov 30, 2018 at 11:09 AM Hal Murray via devel wrote: > It works if I change function foo to foo () > > Who is working on ntpleapfetch? Can I push a fix without stepping on WIP? > I was in !831, haven't worked on it for a while now as I think I had it ready for merge.

Re: PYTHONPATH

2018-11-30 Thread Richard Laager via devel
On 11/29/18 8:16 PM, Hal Murray via devel wrote: > Can somebody give me a lesson in PYTHONPATH? When doing a module import, Python searches a list of paths. This list is available in the Python environment as sys.path. You can see that list as follows (adjust executable names if necessary for