<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Infinite loop in ./configure && make if automake is absent"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58812">58812</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Infinite loop in ./configure && make if automake is absent
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rotsor@gmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>9.0
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=72194" name="attach_72194" title="Build log">attachment 72194</a> <a href="attachment.cgi?id=72194&action=edit" title="Build log">[details]</a></span>
Build log

The make command keeps calling configure and looping forever, unless autoconf
is present. To exactly reproduce the build you can instantiate the following
Nix expression with a recent nixpkgs snapshot. The build log is attached. The
section below "THE FOLLOWING REPEATS" is repeated forever.

{ stdenv, fetchurl, flex, bison, pkgconfig, libdrm, file, expat, makedepend
, libXxf86vm, libXfixes, libXdamage, glproto, dri2proto, libX11, libxcb,
libXext
, libXt, udev, enableTextureFloats ? false
, python, libxml2Python, autoconf, automake, libtool, llvm }:

let version = "9.0.1"; in

stdenv.mkDerivation {
  name = "mesa-${version}";

  src = fetchurl {
    url =
"<a href="ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2">ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2</a>";
    sha256="0vyvfl56ac8d7s5avi2f4dad82jzxwkf17wjq1yklgyfpa1vm9sp";
  };

  buildInputs = [ expat libdrm libXxf86vm libXfixes libXdamage glproto
dri2proto
    libxml2Python libX11 libXext libxcb libXt udev llvm ];

  buildNativeInputs = [ pkgconfig python makedepend file flex bison ];
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>