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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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<[email protected]>
Author Vedran Miletić<[email protected]>
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: <[email protected]>
    Reviewed-by: Francisco Jerez <[email protected]>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to