<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Build break: generated format_*pack.c files are accessed from wrong directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88369">88369</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Build break: generated format_*pack.c files are accessed from wrong directory
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>eero.t.tamminen@intel.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>While the generated format_*pack.c files work when build is done in the source
directory, things break when build is done in a separate directory (which has
worked fine until now).

$ make
make[4]: Entering directory '<path>/mesa/64bit/src/mesa'
  CCLD   libmesa_sse41.la
make[4]: *** No rule to make target '../../../src/mesa/main/format_pack.c',
needed by 'format_pack.lo'.  Stop.
$ find .. -name format_pack.c
../64bit/src/mesa/main/format_pack.c

Makefile refers to generated files from source directory although it should
refer to them from build directory.</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>