Re: [gentoo-user] trouble compiling mpv

2016-08-26 Thread Deven Lahoti
Well, I solved the problem, which was indeed caused by hardening, though I'm not sure why it only affected this system and not the other. Looking at dmesg I saw "[...] denied RWX mmap of [...]", so all it took to fix it was `paxctl-ng /usr/bin/python3.4m -m`. Looking at the ebuild for

Re: [gentoo-user] trouble compiling mpv

2016-08-26 Thread Deven Lahoti
Attaching the build log, as requested.  * Package:media-video/mpv-0.19.0  * Repository: gentoo  * Maintainer: itumaykin+gen...@gmail.com media-vi...@gentoo.org,proxy-ma...@gentoo.org  * USE:X abi_x86_64 alsa

Re: [gentoo-user] trouble compiling mpv

2016-08-26 Thread Deven Lahoti
> Have you tried setting with eselect, python 3.4, and then trying to emerge mpv > once more? Yes, to no avail. > Someone more knowledgeable on python should chime in shortly, but make sure > you have not messed about with python (e.g. installing packages manually) as > this could break portage

Re: [gentoo-user] trouble compiling mpv

2016-08-26 Thread Mick
On Thursday 25 Aug 2016 20:03:56 Deven Lahoti wrote: > Hi, > > I'm having some trouble compiling mpv on one of my systems. It works > fine on my other system, which makes it even more confusing for me. I > had some difficulty compiling numpy as well, but it was fixed with > MAKEOPTS=-j1. The

[gentoo-user] trouble compiling mpv

2016-08-25 Thread Deven Lahoti
Hi, I'm having some trouble compiling mpv on one of my systems. It works fine on my other system, which makes it even more confusing for me. I had some difficulty compiling numpy as well, but it was fixed with MAKEOPTS=-j1. The problem seems to be something to do with Python; I tried both