Gentoo Archives: gentoo-user

From: Mart Raudsepp <leio@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?
Date: Mon, 17 Jul 2017 09:01:00
Message-Id: 1500282048.25452.1.camel@gentoo.org
In Reply to: Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium? by Rasmus Thomsen
1 Ühel kenal päeval, E, 17.07.2017 kell 03:46, kirjutas Rasmus Thomsen:
2 > Hello,
3 >
4 > > undefined reference to
5 > `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__cxx11::b
6 > asic_string , std::allocator > const&)' 
7 >
8 > Seems to be the error, maybe you have to recompile llvm with c++11
9
10 And without any VIDEO_CARDS set, you are only getting llvmpipe with
11 USE=llvm. If you don't need that with Xpra, you don't need that (and
12 USE=gallium). I'm not sure if Xpra can make use of it or not, but if GL
13 is sent over the wire or something, then probably not at the server-
14 side.
15 What llvmpipe is is described here:
16 https://www.mesa3d.org/llvmpipe.html

Replies