<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - error: The command line is too long when building MESA on Windows with MinGW-W64"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94072#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - error: The command line is too long when building MESA on Windows with MinGW-W64"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94072">bug 94072</a>
              from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="Jose Fonseca <jfonseca@vmware.com>"> <span class="fn">Jose Fonseca</span></a>
</span></b>
        <pre>(In reply to sav_ix from <a href="show_bug.cgi?id=94072#c0">comment #0</a>)
<span class="quote">> While looking for solution, found in SCons wiki:
> "MingW had some problems during the link phase of the build process. It
> turned out our link lines were in excess of 10000 characters, and this was
> causing some major grief with python calling spawn()..."
> (details at <a href="https://bitbucket.org/scons/scons/wiki/LongCmdLinesOnWin32">https://bitbucket.org/scons/scons/wiki/LongCmdLinesOnWin32</a> ).</span >

We probably need something like this.

It's not the first time SCons usage of CRT exec causes problems.

We also had random build failures with SCons on Windows with parallel builds
because the CRT is not thread safe.

It would be great if SCons migrated to subprocess.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>