Bug 1413963

Summary: llvm/clang version missmatch
Product: [Fedora] Fedora Reporter: Nicolas Chauvet (kwizart) <kwizart>
Component: clangAssignee: Dave Airlie <airlied>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: airlied, davejohansen, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-13 17:44:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Update clang to 3.8.1 none

Description Nicolas Chauvet (kwizart) 2017-01-17 12:54:01 UTC
Description of problem:
llvm was updated to 3.8.1 is f24 and f25, but clang not.
clang is currently unusable and it's not possible to rebuild mesa (with opencl support) because of this.


Version-Release number of selected component (if applicable):
3.8.0

How reproducible:
always

Steps to Reproduce:
1. build mesa src.rpm

Actual results:
in mesa build.log: llvm 3.8.1/ clang 3.8.0
checking for llvm-config... /usr/bin/llvm-config
configure: error: Could not find clang internal header stddef.h in /usr/lib/clang/3.8.1 Use --with-clang-libdir to specify the correct path to the clang libraries.
error: Bad exit status from /var/tmp/rpm-tmp.Zp6L0J (%build)

Expected results:
clang should find it's includedir

Additional info:
Please update clang to 3.8.1

Comment 1 Nicolas Chauvet (kwizart) 2017-01-17 13:44:03 UTC
Created attachment 1241778 [details]
Update clang to 3.8.1

Comment 2 Nicolas Chauvet (kwizart) 2017-01-17 13:45:15 UTC
There is also a need to update compiler-rt and lldb. At least...