Created attachment 107494 [details] [review] Change == to = In intel-gpu-tools 1.8, the configure.ac tests to enable the register dumper contain the following at line 140: if test "x$DUMPER" == xyes; then It ought to be "=" (like a few lines earlier), not "==". The latter works in bash but not in other shells; the configure script breaks if (for example) /bin/sh is dash. Patch attached that just removes one of the =s.
Hi If you have the time for that and think it could be fun, you could try to write this patch against the latest intel-gpu-tools tree (http://cgit.freedesktop.org/xorg/app/intel-gpu-tools), commit using "git commit", then use git-format-patch and git-send-email to send the patch to intel-gfx @ lists.freedesktop.org :) Otherwise, we can do it ourselves. Thanks for the patch!
Patch sent, along with a second bashism that I spotted ("+=" further down).
Patches were merged into IGT. Closing bug. If you think there's still a problem, freel free to reopen the bug. Thanks, Paulo
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.