On Fri, Aug 5, 2016 at 11:50 AM, Christopher Sean Morrison <brl...@mac.com> wrote: > >> On Aug 5, 2016, at 7:21 AM, Radu T <xeli...@yahoo.com> wrote: >> >> Thank you for your unintended solution. The build was 100%. >> >> It seems that cmake parameters /-DBRLCAD_ENABLE_STRICT=NO >> -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release/ generates build >> problem on Ubuntu 16.04. > > That’s certainly more specific, but is also one of our standard distcheck > build configurations we test regularly. I’ll give that one a specific manual > try on an Ubuntu system to see if I can reproduce it.
One of our guys here was able to reproduce it and correctly diagnosed what was going on. Turns out the file isn't missing. Instead, the variable that is supposed to hold the xmllint path was unset. The error message was very deceptive, because it was reporting the failed command - which had no executable in front of the file, and hence looked like it was reporting a problem with the file. The root cause turns out to be a refactoring I did a while back that forgot to test the "do not validate" case (we seldom run without validation, so perhaps that should be added to distcheck-full.) As a result, the script was *always* trying to validate, even when the strict case was turned off. Except, when strict is off, the script didn't get the necessary info to try to validate in the first place. Commit r68624 should fix things - I clarified the message informing the user what happened, and disabled validation when BRLCAD_ENABLE_STRICT is off. CY ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ BRL-CAD Developer mailing list brlcad-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-devel