Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467124 - media-libs/mesa USE=llvm with sys-devel/llvm-9999 - gallivm/lp_bld_misc.cpp:64:23: fatal error: llvm/Wrap.h: No such file or directory compilation terminated.
Summary: media-libs/mesa USE=llvm with sys-devel/llvm-9999 - gallivm/lp_bld_misc.cpp:6...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
: 468734 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-24 21:09 UTC by Andrew John Hughes
Modified: 2013-05-20 16:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Add missing includes (mesa-llvm-headers.patch,790 bytes, patch)
2013-04-24 21:10 UTC, Andrew John Hughes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew John Hughes 2013-04-24 21:09:46 UTC
There seems to have been some llvm header cleanup lately which breaks both mesa 9.1.1 and 9.2_pre20130404.


Reproducible: Always




Portage 2.2.0_alpha173 (default/linux/amd64/13.0/desktop, gcc-4.8.0, glibc-2.17, 3.8.6-gentoo.rivendell x86_64)
=================================================================
System uname: Linux-3.8.6-gentoo.rivendell-x86_64-Intel-R-_Xeon-R-_CPU_X5482_@_3.20GHz-with-gentoo-2.2
KiB Mem:     8221384 total,   2021752 free
KiB Swap:    6147416 total,   5726852 free
Timestamp of tree: Wed, 24 Apr 2013 01:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
ccache version 3.1.9 [disabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/ccache:          3.1.9
dev-util/cmake:           2.8.10.2-r1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.6, 1.12.6
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.8.0
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.17
Comment 1 Andrew John Hughes 2013-04-24 21:10:16 UTC
Created attachment 346532 [details, diff]
Add missing includes
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-06 07:52:06 UTC
*** Bug 468734 has been marked as a duplicate of this bug. ***
Comment 4 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-05-09 20:27:54 UTC
Fixed in 9.1.2-r1 and 9.2_pre20130509.
Comment 5 Jaak Ristioja 2013-05-20 09:29:43 UTC
(In reply to comment #4)
> Fixed in 9.1.2-r1 and 9.2_pre20130509.

In mesa-9.1.2-r1:
gallivm/lp_bld_misc.cpp:66:43: fatal error: llvm/Support/CBindingWrapping.h: No such file or directory

Using llvm-9999
Comment 6 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-05-20 09:32:34 UTC
(In reply to comment #5)
> Using llvm-9999

Built when? See bug 469666 comment 2.
Comment 7 Jaak Ristioja 2013-05-20 16:20:05 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > Using llvm-9999
> 
> Built when? See bug 469666 comment 2.

Rebuilding llvm-9999 fixed this. Thanks.