Bug 59994 - autogen.sh can't find libclc package
Summary: autogen.sh can't find libclc package
Status: RESOLVED DUPLICATE of bug 59851
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 23:41 UTC by LoneVVolf
Modified: 2013-01-29 21:24 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description LoneVVolf 2013-01-28 23:41:18 UTC
Package libclc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libclc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libclc' found
Package libclc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libclc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libclc' found


configure flags :

 ./autogen.sh --prefix=/usr \
    --sysconfdir=/etc \
    --with-dri-driverdir=/usr/lib/xorg/modules/dri \
    --with-gallium-drivers=r300,r600,radeonsi \
    --enable-gallium-llvm \
    --enable-egl \
    --enable-gallium-egl \
    --with-egl-platforms=x11,drm \
    --enable-shared-glapi \
    --enable-gbm \
    --enable-glx-tls \
    --enable-dri \
    --enable-glx \
    --enable-osmesa \
    --enable-gles1 \
    --enable-gles2 \
    --enable-texture-float \
    --enable-xa \
    --enable-vdpau
    --enable-gallium-gbm \
    --enable-xvmc \
    --enable-xorg \
    --enable-r600-llvm-compiler \

Maybe this error is related to this commit : 

clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...
http://cgit.freedesktop.org/mesa/mesa/commit/?id=959e83d65075513f989cb1fe634dca314a7e185f
Comment 1 LoneVVolf 2013-01-28 23:42:52 UTC
FYI :
liclcl nor CLANG are installed, LLVM from tstellar tree with amdgpu is present
Comment 2 Johannes Obermayr 2013-01-29 21:24:06 UTC
First bad commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf69a591e1ad16b590c9ae2eba0da6fa6c4fc741

*** This bug has been marked as a duplicate of bug 59851 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.