<p dir="ltr">FWIW I am OK with disabling what requires libevent2 when it isn't available as long as the waf configure ends with a very clear message of what had to be disabled.</p>
<p dir="ltr">And hopefully, we can build a table of platforms supporting everything, missing X, missing y, etc. and file tickets that are referenced in configure output. </p>
<div class="gmail_quote">On Nov 25, 2015 5:18 PM, "Mark Atwood" <<a href="mailto:fallenpegasus@gmail.com">fallenpegasus@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ive reached out to contacts of contacts at "Red Hat Consulting for the Public Sector” about how they deal with libevent2’s absence in RHEL6 on DOD systems.  Unfortunately, its now past 6pm in Raleigh and in DC on the US Thanksgiving Holiday.<br>
<br>
Mayhap I get some suggestions back next week.<br>
<br>
..m<br>
<br>
<br>
On November 25, 2015 at 1:23:02 PM, Eric S. Raymond (<a href="mailto:esr@thyrsus.com">esr@thyrsus.com</a>) wrote:<br>
> Joel Sherrill :<br>
> > I have been attempting to build on CentOS/RHEL 6 and 7. I filed tickets<br>
> > based on experiences on each<br>
> ><br>
> > CentOS 6 does not have an RPM for libevent2. Thus without special work by<br>
> > each person building NTPsec, it won't build. AFAIK this distribution is the<br>
> > latest RHEL approved for use on DoD networks. I could not find a STIG for<br>
> > RHEL 7 so any organization which requires the DISA STIG to be applied is<br>
> > stuck at 6.<br>
><br>
> This is a little bad, but not unrecoverable. Only ntpdig requires libevent2;<br>
> ntpd, in particular, builds without it. If we have to document that as a<br>
> limitation I don't think we're going to lose customers over it.<br>
><br>
> I have changed the ticket to have the 'build' label and asked Amar to change the<br>
> build so it fails gracefully in the absence of libevent2, making everything<br>
> but ntpdig.<br>
><br>
> > My CentOS 7 was missing a package and the build didn't disable the<br>
> > reference clocks that depended on it. Ticket filed.<br>
><br>
> This can be fixed with a relatively minor build system tweak. I have added<br>
> that request to the ticket.<br>
><br>
> > The CentOS 6 issue raises some questions. Did we intend to support this OS?<br>
> > Long term, it highlights the problem of assuming a newer external support<br>
> > library is going to be part of a LTS OS distribution. I don't know if this<br>
> > was on the master list of supported OSes and checked when libevent2 as a<br>
> > dependency was discussed. I don't recall having a checklist OSes to ensure<br>
> > we checked all.<br>
><br>
> I guess now is a good time for me to come clean about one of the<br>
> assumptions behind my original technical planning.<br>
><br>
> I never pushed having a checklist of OSes to support for the same<br>
> reason I advocated coding to a strict POSIX.1-2001/C99 baseline.<br>
> (Joel, this discussion took place well before you were on board.)<br>
><br>
> Experience with GPSD had persuaded me that the traditional Unix<br>
> strategy of keeping a lot of porting code around just in case led to<br>
> carrying a lot of historical baggage that had outlasted its time. I<br>
> believed having a large a-priori set of Unix variants to support would<br>
> pull in that direction as well, and it was not the direction I thought<br>
> we should go. I believed our overwhelming priority should be reducing<br>
> attack surface by discarding code.<br>
><br>
> See the project motto: "Perfection is achieved, not when there is<br>
> nothing more to add, but when there is nothing left to take away."<br>
> This choice was not just me being cute - I viewed it as a direct<br>
> implication of our security focus.<br>
><br>
> In accordance, I deliberately went to the opposite extreme - to be as<br>
> aggressive and strict in platform requirements as I thought I could<br>
> get away with, in order to throw away as much code as possible,<br>
> and then patch around the resulting porting issues.<br>
><br>
> So far this strategy has had exactly two real downsides:<br>
><br>
> 1. We've had to simulate POSIX clock_gettime() for MAC OS X using a native call.<br>
><br>
> 2. The libevent2 dependency blocks ntpdig on CentOS 6 and older NetBSDs as well.<br>
><br>
> If these are the worst problems we have as a result - and that looks likely<br>
> at this point - I'm going to claim a strategic victory. We are, as far as I<br>
> know, good on all *current* LTSes.<br>
><br>
> Now here's the controversial part:<br>
><br>
> In truth, I was anticipating something like the libevent problem<br>
> (failure to insta-port to older releases) with an attitude almost like<br>
> hope. That is, if we hadn't run into *anything* like it, I'd consider<br>
> that I hadn't pushed quite hard enough towards "nothing left to take<br>
> away". While I would have lived with that outcome, I would have<br>
> considered it suboptimal.<br>
><br>
> In effect, I was hoping for a sort of optimal pain level, enough to signal<br>
> strong success at the clean-up-and-pare-down without seriously messing<br>
> up functionality. I think we have that.<br>
><br>
> I'll admit to having been a little quiet and sneaky about that<br>
> success criterion; I didn't want the arguments I'd get if I made it<br>
> explicit.<br>
><br>
> Finally, I will observe that if this let-it-break-a-little stance seems<br>
> like a dicy or over-bold choice to have made, some reflection on why<br>
> Classic NTP stagnated may be in order. Fear of breaking anything can<br>
> be a trap; among other reasons you want a system architect around is to<br>
> exercise judgment about when it's time to bust out, judgment that takes<br>
> into account the whole-life-cycle perspective. Including considerations<br>
> like reducing downstream maintainance costs, attack surface and<br>
> defect rates.<br>
> --<br>
> Eric S. Raymond<br>
><br>
<br>
</blockquote></div>