<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Infinite loop in ./configure && make if automake is absent"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58812#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Infinite loop in ./configure && make if automake is absent"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58812">bug 58812</a>
              from <span class="vcard"><a class="email" href="mailto:rotsor@gmail.com" title="Arseniy Alekseyev <rotsor@gmail.com>"> <span class="fn">Arseniy Alekseyev</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=58812#c1">comment #1</a>)
<span class="quote">> This seems odd. It looks like the Nix build system might be patching or
> modifying some autoconf/automake generated file. Can you reproduce this
> manually?</span >

I've tried to build it with a custom builder, seeing the same result. The code
for the custom build script is:

    . ${stdenv}/setup
    tar xf $src
    cd Mesa*
    ./configure
    make

You can see that there is nothing weird happening between untarring and making,
meaning the Mesa source code is intact ($src points to the original tar). Now
there could be some weirdness in in nixpkgs standard environment causing this,
but I don't know which.</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>