<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 - Can't compile xf86-ati against latest xorg-git"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89794">89794</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Can't compile xf86-ati against latest xorg-git
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </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>Driver/Radeon
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>xorg-driver-ati@lists.x.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lorenz.bona@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>xorg-team@lists.x.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=114667" name="attach_114667" title="ati-build-error">attachment 114667</a> <a href="attachment.cgi?id=114667&action=edit" title="ati-build-error">[details]</a></span>
ati-build-error

I've just compiled X from git and I can't compile xf86-video-ati against it.
I've attached the output from failed build.

This is my scrpt for building ati driver:

cd xf86-video-ati &&
git reset --hard &&
git clean -xdf &&
git pull &&
./autogen.sh --prefix=/usr \
--build=x86_64-linux-gnu \
--enable-udev &&
pkgversion=$(git describe --tags) &&
pkgversion=${pkgversion#xf86-video-ati-} &&
make -j8 &&
fakeroot checkinstall --install=yes
--replaces=xserver-xorg-video-ati,xserver-xorg-video-radeon
--pkgname=xserver-radeon --pkgversion=1:"${pkgversion}" --pkgarch=amd64
--backup=no --default &&
mv -- ./*.deb /media/lorenzo/dev/build/completed &&
cd .. || exit $?</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>