[Xcb] [Bug 80153] New: xcb-util-cursor fails to build out-of-source

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 17 10:11:14 PDT 2014


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

          Priority: medium
            Bug ID: 80153
          Assignee: xcb at lists.freedesktop.org
           Summary: xcb-util-cursor fails to build out-of-source
        QA Contact: xcb at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mgorny at gentoo.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Utils
           Product: XCB

When trying to build git HEAD of xcb-util-cursor out-of-source, I get the
following failure:

if gperf --includes --struct-type --language=ANSI-C --switch=1
shape_to_id.gperf >shape_to_id.ct; then \
  mv shape_to_id.ct shape_to_id.c; \
elif gperf --version >/dev/null 2>&1; then \
  rm shape_to_id.ct; \
  exit 1; \
elif test -f shape_to_id.c; then \
  rm shape_to_id.ct; \
  touch shape_to_id.c; \
else \
  rm shape_to_id.ct; \
  exit 1; \
fi
Cannot open input file 'shape_to_id.gperf'

...which means someone forgot to reference $(srcdir).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20140617/5be1c588/attachment.html>


More information about the Xcb mailing list