tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH] Broken logic in lang/python27 regarding NIS



Am Tue, 26 Mar 2019 08:25:33 -0400
schrieb Greg Troxel <gdt%lexort.com@localhost>:

> So, I would tempted to make this change instead:
> 
>   -.  elif ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
>   +.  elif exists(/usr/bin/ypcat)
> 
> but I wonder why it is written the way it is.

The != NetBSD indeed is curious. Perhaps it was == NetBSD ||
exists(/usr/bin/ypcat)? But anyhow, this is being discussed in multiple
PRs on GNATS, sadly without final resolution yet. The direction to go
seems to test for the respective headers instead. I myself need to
check why the presence of /usr/include/rpcsvc/yp_prot.h is not enough
to make the python NIS stuff build on my system.


Alrighty then,

Thomas

-- 
Dr. Thomas Orgis
HPC @ Universität Hamburg


Home | Main Index | Thread Index | Old Index