[Mesa-dev] [Bug 96516] [bisected: 482526] "clover: Update OpenCL version string to match OpenGL": clover's build fails because of missing git_sha1.h

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 13 23:27:46 UTC 2016


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

            Bug ID: 96516
           Summary: [bisected: 482526] "clover: Update OpenCL version
                    string to match OpenGL": clover's build fails because
                    of missing git_sha1.h
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: alexandre.f.demers at gmail.com
        QA Contact: mesa-dev at lists.freedesktop.org

git_sha1.h is missing when clover's build is being called. git_sha1.h is either
not built yet or the dependency it is looking for is at the wrong place.

You may need to git clean first to reproduce this, otherwise it may work with a
previously generated git_sha1.h.

---
../../../../.././src/gallium/state_trackers/clover/api/platform.cpp:25:22:
fatal error: git_sha1.h: No such file or directory
 #include "git_sha1.h"
                      ^
compilation terminated.
Makefile:932: recipe for target 'api/libclover_la-platform.lo' failed
make[4]: *** [api/libclover_la-platform.lo] Error 1
---

First bad commit

clover: Update OpenCL version string to match OpenGL
Committer Francisco Jerez<currojerez at riseup.net>
Author Vedran Miletić<vedran at miletic.net>
Author date 16-06-06 06:43
Parent i965/fs: Fix regs_written for SIMD-lowered instructions s...

    clover: Update OpenCL version string to match OpenGL

    Change MESA into Mesa in CL_PLATFORM_VERSION and CL_DEVICE_VERSION. For
    both, always append git version suffix from git_sha1.h.

    v5: move semicolon to same line as MESA_GIT_SHA1.
    v4: drop #ifdef guards.
    v3: add missing include.
    v2: change CL_DEVICE_VERSION as well.

    Cc: <mesa-stable at lists.freedesktop.org>
    Reviewed-by: Francisco Jerez <currojerez at riseup.net>

-- 
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: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160613/20b3a9f5/attachment-0001.html>


More information about the mesa-dev mailing list