<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 04/08/2016 à 18:13, Yannick Perret a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:75d9821c-35e1-f0f8-0cff-cc2072e1c1fd@liris.cnrs.fr"
      type="cite">Le 04/08/2016 à 17:39, Niels de Vos a écrit :
      <br>
      <blockquote type="cite">On Thu, Aug 04, 2016 at 05:13:40PM +0200,
        Yannick Perret wrote:
        <br>
        <blockquote type="cite">Le 03/08/2016 à 17:01, Kaleb S. KEITHLEY
          a écrit :
          <br>
          <blockquote type="cite">On 08/03/2016 10:42 AM, Yannick Perret
            wrote:
            <br>
            <blockquote type="cite">Le 03/08/2016 à 15:33, Amudhan P a
              écrit :
              <br>
              <blockquote type="cite">Hi,
                <br>
                <br>
                I am trying to install gluster 3.8.1 from tarball in
                Ubuntu 14.04.
                <br>
                <br>
                1. when i run "./configure --disable-tiering" at the end
                showing msg
                <br>
                <br>
                configure: WARNING: cache variable ac_cv_build contains
                a newline
                <br>
                configure: WARNING: cache variable ac_cv_host contains a
                newline
                <br>
                <br>
                2. running "make"  command throws below msg and stops
                <br>
                <br>
                Makefile:90: *** missing separator.  Stop.
                <br>
                <br>
              </blockquote>
              Got the same problem when trying to compile it on Debian
              8.2.
              <br>
              <br>
            </blockquote>
            try ./autogen.sh &amp;&amp; ./configure --disable-tiering
            <br>
            <br>
            (works for me on my debian 8 box)
            <br>
            <br>
          </blockquote>
          Thanks. Worked fine.
          <br>
          <br>
          I did not had to do that on 3.6.x and 3.7.x series, btw.
          <br>
        </blockquote>
        Could you check with the latest 3.7.14 release? Both tarballs
        are
        <br>
        generated with the same autotools version. If there is an issue
        with
        <br>
        only the 3.8.x release, we might be able to fix it. If it
        happens on
        <br>
        both, I guess it'll be more difficult. Also, patches welcome :)
        <br>
      </blockquote>
      I just tested on 3.7.14 and I don't have the problem:
      <br>
      wget
<a class="moz-txt-link-freetext" href="https://download.gluster.org/pub/gluster/glusterfs/3.7/3.7.14/glusterfs-3.7.14.tar.gz">https://download.gluster.org/pub/gluster/glusterfs/3.7/3.7.14/glusterfs-3.7.14.tar.gz</a><br>
      tar zxvf glusterfs-3.7.14.tar.gz
      <br>
      cd glusterfs-3.7.14
      <br>
      ./configure --disable-tiering  → no error/warning
      <br>
      make → no error
      <br>
      <br>
    </blockquote>
    Note: the concerned variables (ac_cv_build/host) seems to be
    extracted from scripts ./config.guess and ./config.sub.<br>
    On 3.7.14 these are real scripts, but on 3.8.1 they both contains:<br>
    #!/bin/sh<br>
    #<br>
    # This script is intentionally left empty. Distributions that
    package GlusterFS<br>
    # may want to to replace it with an updated copy from the automake
    project.<br>
    #<br>
    <br>
    cat &lt;&lt; EOM<br>
    It is not expected to execute this script. When you are building
    from a<br>
    released tarball (generated with 'make dist'), you are expected to
    pass<br>
    --build=... and --host=... to ./configure or replace this config.sub
    script in<br>
    the sources with an updated version.<br>
    EOM<br>
    <br>
    exit 0<br>
    <br>
    Don't know why, but I guess it is related to the problem :)<br>
    --<br>
    Y.<br>
    <br>
    <blockquote
      cite="mid:75d9821c-35e1-f0f8-0cff-cc2072e1c1fd@liris.cnrs.fr"
      type="cite">Regards,
      <br>
      --
      <br>
      Y.
      <br>
      <br>
      <br>
      <blockquote type="cite">Thanks,
        <br>
        Niels
        <br>
      </blockquote>
      <br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Gluster-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://www.gluster.org/mailman/listinfo/gluster-users">http://www.gluster.org/mailman/listinfo/gluster-users</a></pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>