Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 462570

Summary: media-libs/mesa-9.1 - configure: error: LLVM R600 Target not enabled. You can enable it when building the LLVM sources with the --enable-experimental-targets=R600
Product: Gentoo Linux Reporter: renesanso <renesanso>
Component: [OLD] LibraryAssignee: Gentoo X packagers <x11>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: mesa build.log

Description renesanso 2013-03-21 08:34:04 UTC
media-libs/mesa-9.1 failed on configure state with or without r600-llvm-compiler USE flag enable.

I try use:

Code:	
mkdir -p /etc/portage/env/sys-devel
echo 'EXTRA_ECONF="--enable-experimental-targets=R600"' >> /etc/portage/env/sys-devel/llvm
chmod +x  /etc/portage/env/sys-devel/llvm	
 (from https://forums.gentoo.org/viewtopic-t-950866-start-0.html )
and multitarget USE flag for llvm, but with llvm 3.2 mesa have the same configure error. llvm-9999 failed to build.

Reproducible: Always

Steps to Reproduce:
1. emerge mesa 9.1 with (classic egl g3dvl gallium gbm gles1 gles2 llvm nptl openvg osmesa pax_kernel pic r600-llvm-compiler shared-glapi vdpau xa xorg xvmc -bindist -debug -selinux -wayland KERNEL="-FreeBSD" VIDEO_CARDS="i915 i965 intel nouveau r100 r200 r300 r600 radeon radeonsi vmware")
2. have bug
Comment 1 renesanso 2013-03-21 08:34:22 UTC
Created attachment 342832 [details]
mesa build.log
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-03-21 16:07:18 UTC
You are using an old mesa-9.1 ebuild. Please ensure that the timestamp of your tree (according to emerge --info) is 2013-03-19 13:03:09 2013 UTC or newer. Reopen this bug if the issue persists.
Comment 3 renesanso 2013-03-22 11:52:11 UTC
Yes, all ok in mesa-9.1.1 and without r600-llvm-compiler