<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class="">Here is a summary of discussions around NUT builds on Mac OS X 10.10.</div><div class=""><br class=""></div><div class="">Starting from <a href="https://github.com/networkupstools/nut-website/issues/7" class="">https://github.com/networkupstools/nut-website/issues/7</a></div><div class=""><br class=""></div><div class=""><div class="">@JeanPerriault</div><div class=""><div class="">I've found msort on macports (<a href="https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile" class="">https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile</a>, <a href="http://billposer.org/Software/Downloads/" class="">http://billposer.org/Software/Downloads/</a></div><div class="">msort.pdf), but I'm not sure where to implement it, should I replace all sort ocurrences I find in code?</div></div></div><div class=""><br class=""></div><div class="">@clepple</div><div class=""><div class="">I think checking for gsort in the configure script would be better (since that is what is used when 'sort' is invoked on Linux), and then sort would get replaced with @GSORT@ or whatever. However, when I mentioned via email that the website doesn't build on OS X, I wasn't thinking that it needed to be solved soon - we can build the website and documentation on Linux systems for now.</div></div><div class=""><br class=""></div><div class="">@aquette</div><div class=""><div class="">considering the context and limited impact, we could simply check for gsort first, and then sort.</div><div class="">--- a/configure.ac</div><div class="">+++ b/configure.ac</div><div class="">@@ -101,6 +101,7 @@ AC_PROG_CXX</div><div class="">AC_PROG_INSTALL</div><div class="">AC_PROG_EGREP</div><div class="">AC_PATH_PROG(AR, ar)</div><div class="">+AC_CHECK_PROGS(SORT, gsort sort)</div><div class="">AC_CHECK_TOOL(RANLIB, ranlib, :)</div><div class="">dnl Postpone call to AC_PROG_LIBTOOL to allow disabling static lib</div><div class="">AC_C_BIGENDIAN</div><div class="">@JeanPerriault could you please test the above snippet? (apply using 'patch -p0 < /path/to/patch', from within the 'nut' (not -website) top-level source directory</div><div class="">@clepple btw, where / how do you exactly get this error?</div></div><div class=""><br class=""></div><div class="">@clepple</div><div class=""><div class="">@aquette when building the nut-website repository on OS X. At the moment, it does not show up in Buildbot because we are only building nut-website on Debian.</div><div class="">I would rather that we not apply that patch to the repository, since it just masks the problem.</div></div><div class=""><br class=""></div><div class="">@JeanPerriault</div><div class=""><div class="">ok make done; I think I will redo everything from scratch to see if libraries updates or @aquette fix did fix</div></div><div class=""><br class=""></div><div class="">regards,</div><div class="">jean</div></body></html>