Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492828 - media-libs/mesa-9.2.4 - In function 'void lp_set_target_options()': gallivm/lp_bld_misc.cpp:182:4: error: 'DisablePrettyStackTrace' is not a member of 'llvm'
Summary: media-libs/mesa-9.2.4 - In function 'void lp_set_target_options()': gallivm/l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 05:50 UTC by Robert
Modified: 2013-11-29 16:39 UTC (History)
1 user (show)

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


Attachments
build.log.bz2 (build.log.bz2,36.06 KB, application/x-bzip)
2013-11-29 05:50 UTC, Robert
Details
output of emerge --info (emerge-info.log,6.78 KB, text/plain)
2013-11-29 05:50 UTC, Robert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert 2013-11-29 05:50:22 UTC
Created attachment 364170 [details]
build.log.bz2

I have had a very similar issue before with mesa and llvm 3.4 where the RealignStackTrace option was removed and I had to patch the build myself to get it to build with llvm 3.4. I suppose that this is the same sort of issue but I was just wondering if there is a patch already available for this issue or do I have to go through the source code and find where I need another #if HAVE_LLVM 0x0304 #endif 

Thanks for any help in advance. If there is a patch on freedestop.org (where I got the other patches from) I couldn't find anything in the commit messages having to do with DisablePrettyStackTrace so how do I go about finding it if it is there?
Comment 1 Robert 2013-11-29 05:50:50 UTC
Created attachment 364172 [details]
output of emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-29 13:47:25 UTC
Comment on attachment 364170 [details]
build.log.bz2

No need to apologise for compressed attachments.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-11-29 14:59:38 UTC
Possible fix:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=749cb8909714fed57b0213f4ad92def3bb24f153

I suggest that we just make mesa-9 depend on <llvm-3.4 and everybody who wants more recent llvm will need to upgrade to mesa-10.
Comment 4 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-11-29 16:39:54 UTC
Fixed in 9.2.4.

Please consider moving to mesa-10 release candidates, as llvm-3.4 is still a somewhat moving target and we might not backport all necessary patches to keep mesa-9.2 building against llvm-3.4.