Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-19 Thread Stroller
> On 17 Jul 2017, at 03:14, Walter Dnes wrote: > > On Mon, Jul 17, 2017 at 01:43:46AM +0100, Stroller wrote >> This system is headless, but I have x11-wm/xpra installed on it so I can run >> X11 apps remotely. >> >> Recent emerges of world have been failing at

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-19 Thread Stroller
> On 18 Jul 2017, at 02:33, IceAmber wrote: > > Actually, this is the c++ 11 abi bug, read the news > And you can solve it by `revdep-rebuild --library 'libstdc++.so.6' -- > --exclude gcc` Many thanks! That worked perfectly. Stroller.

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-17 Thread IceAmber
Actually, this is the c++ 11 abi bug, read the news And you can solve it by `revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc` On Mon, Jul 17, 2017 at 5:02 PM, Mart Raudsepp wrote: > Ühel

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-17 Thread Mart Raudsepp
Ühel kenal päeval, E, 17.07.2017 kell 12:00, kirjutas Mart Raudsepp: > Ühel kenal päeval, E, 17.07.2017 kell 03:46, kirjutas Rasmus Thomsen: > > Hello, > > > > > undefined reference to > > > > `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__cxx11: > > :b > > asic_string ,

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-17 Thread Mart Raudsepp
Ühel kenal päeval, E, 17.07.2017 kell 03:46, kirjutas Rasmus Thomsen: > Hello, > > > undefined reference to > `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__cxx11::b > asic_string , std::allocator > const&)'  > > Seems to be the error, maybe you have to recompile llvm with c++11

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-17 Thread Rasmus Thomsen
Hello, > undefined reference to > `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__cxx11::basic_string > , std::allocator > const&)' Seems to be the error, maybe you have to recompile llvm with c++11 Regards, Rasmus Original Message On 17 Jul 2017, 02:43,

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-16 Thread Walter Dnes
On Mon, Jul 17, 2017 at 01:43:46AM +0100, Stroller wrote > This system is headless, but I have x11-wm/xpra installed on it so I can run > X11 apps remotely. > > Recent emerges of world have been failing at media-libs/mesa > > Currently I have mesa-13.0.5 installed; I have this problem with

[gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-16 Thread Stroller
This system is headless, but I have x11-wm/xpra installed on it so I can run X11 apps remotely. Recent emerges of world have been failing at media-libs/mesa Currently I have mesa-13.0.5 installed; I have this problem with mesa-17.0.6 (current stable) and mesa-17.1.4 (latest in the tree when I