[Bug 84750] New: [igt] intel-gpu-tools/configure.ac dumper test breaks in non-bash shells

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 7 06:38:28 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=84750

            Bug ID: 84750
           Summary: [igt] intel-gpu-tools/configure.ac dumper test breaks
                    in non-bash shells
           Product: DRI
           Version: XOrg CVS
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: low
         Component: DRM/Intel
          Assignee: intel-gfx-bugs at lists.freedesktop.org
          Reporter: ats-fd at offog.org
        QA Contact: intel-gfx-bugs at lists.freedesktop.org
                CC: intel-gfx-bugs at lists.freedesktop.org

Created attachment 107494
  --> https://bugs.freedesktop.org/attachment.cgi?id=107494&action=edit
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20141007/069b8679/attachment.html>


More information about the intel-gfx-bugs mailing list