Re: Attn: Anyone familiar with 32 vs 64 bit time_t issues, or who can make policy decisions.

2017-10-08 Thread Hal Murray via devel
> python -m discover -s build/main/tests/pylib /usr/bin/python: No module named discover What is discover and/or why aren't those tests run as part of the normal tests run by waf check? -- > @esr I believe that the problem here is caused by differing > time_t sizes as handled by

Attn: Anyone familiar with 32 vs 64 bit time_t issues, or who can make policy decisions.

2017-10-08 Thread Ian Bruene via devel
Please take a look at bug #404 at the earliest opportunity. I hate to raise such an alarm over a test bug but we are running out of hours before release. Relevant problem is my final comment on the bug thread. -- In the end; what separates a Man, from a Slave? Money? Power? No. A Man

Re: Fedora: FHS vs PYTHONPATH

2017-10-08 Thread Gary E. Miller via devel
Yo Hal! On Sun, 08 Oct 2017 01:06:13 -0700 Hal Murray via devel wrote: > My reading is that Fedora doesn't support /usr/local/, > at least not the way we want/expect it to. Lost me. What is expected/wanted? Don't you expect Fedora to respect the 40+ years of UNIX tradition

Fedora: FHS vs PYTHONPATH

2017-10-08 Thread Hal Murray via devel
My reading is that Fedora doesn't support /usr/local/, at least not the way we want/expect it to. So we have 2 options: Install in /usr/ (no local) and break FHS Install in /usr/local/ and require PYTHONPATH to use it. -- These are my opinions. I hate spam.