<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 24, 2018 at 3:47 PM, Gary Mills <span dir="ltr"><<a href="mailto:gary_mills@fastmail.fm" target="_blank">gary_mills@fastmail.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">While building openindiana/illumos-gcc, I noticed these errors during<br>
the build of the mpfr component:<br>
<br>
WARNING: `aclocal-1.11' is missing on your system.  You should only need it if<br>
         you modified `acinclude.m4' or `<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>'.  You might want<br>
         to install the `Automake' and `Perl' packages.  Grab them from<br>
         any GNU archive site.<br>
...<br>
WARNING: `automake-1.11' is missing on your system.  You should only need it if<br>
         you modified `Makefile.am', `acinclude.m4' or `<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>'.<br>
         You might want to install the `Automake' and `Perl' packages.<br>
         Grab them from any GNU archive site.<br>
<br>
These versions are not available in the oi-userland repository.  </blockquote><div><br></div><div>The version is available in the repository:<br></div><div><br><a href="http://pkg.openindiana.org/hipster/en/search.shtml?token=automake-111&action=Search">http://pkg.openindiana.org/hipster/en/search.shtml?token=automake-111&action=Search</a><br><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The<br>
expected reconfigure is not done.<br>
<br>
The version number comes from the first field of this line in<br>
<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>:<br>
<br>
    AM_INIT_AUTOMAKE([1.11 no-define dist-bzip2 dist-xz dist-zip])<br>
<br>
It's supposed to be the minimum auto tools version needed to build<br>
the product.  However, it seems to be used as the required version,<br>
according to these lines in configure:<br>
<br>
    ACLOCAL=${ACLOCAL-"${am_<wbr>missing_run}aclocal-${am__api_<wbr>version}"}<br>
    AUTOMAKE=${AUTOMAKE-"${am_<wbr>missing_run}automake-${am__<wbr>api_version}"}<br>
<br>
The corresponding lines in Makefile are:<br>
<br>
    ACLOCAL = ${SHELL} /export/home/mills/Downloads/<wbr>code/oi-userland/components/<wbr>openindiana/illumos-gcc/<wbr>illumos-gcc-0f5ed4c/mpfr/<wbr>missing --run aclocal-1.11<br>
    AUTOMAKE = ${SHELL} /export/home/mills/Downloads/<wbr>code/oi-userland/components/<wbr>openindiana/illumos-gcc/<wbr>illumos-gcc-0f5ed4c/mpfr/<wbr>missing --run automake-1.11<br>
<br>
What is the correct solution here?<br></blockquote><div><br></div><div>The package should probably be added to either build-essential or illumos-gcc's build dependencies.<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="gmail-HOEnZb"><font color="#888888"><br>
<br>
-- <br>
-Gary Mills-            -refurb-                -Winnipeg, Manitoba, Canada-<br>
<br>
______________________________<wbr>_________________<br>
oi-dev mailing list<br>
<a href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br>
<a href="https://openindiana.org/mailman/listinfo/oi-dev" rel="noreferrer" target="_blank">https://openindiana.org/<wbr>mailman/listinfo/oi-dev</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font style="font-family:courier new,monospace" size="1">---<br>Praise the Caffeine embeddings<br></font></div></div></div></div>
</div></div>