Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Dale
Neil Bothwick wrote: > On Thu, 13 Jun 2019 12:59:18 -0500, Dale wrote: > >> Neil Bothwick wrote: >>> You can set that in package.env too, I do this for Chromium: >>> >>> % cat /etc/portage/package.env/chromium >>> www-client/chromium alert-done.conf disk-tmpdir.conf j2.conf >>> >>> % cat

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Neil Bothwick
On Thu, 13 Jun 2019 12:59:18 -0500, Dale wrote: > Neil Bothwick wrote: > > You can set that in package.env too, I do this for Chromium: > > > > % cat /etc/portage/package.env/chromium > > www-client/chromium alert-done.conf disk-tmpdir.conf j2.conf > > > > % cat /etc/portage/env/j2.conf > >

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Dale
Neil Bothwick wrote: > On Thu, 13 Jun 2019 14:48:04 +0300, Alexey Eschenko wrote: > >> That was my first move. Unfortunately it didn't help. >> But in the first answer in this thread I saw a good idea about >> decreasing number of parallel build threads. I have MAKEOPTS="-j32" and >> it's probably

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Neil Bothwick
On Thu, 13 Jun 2019 14:48:04 +0300, Alexey Eschenko wrote: > That was my first move. Unfortunately it didn't help. > But in the first answer in this thread I saw a good idea about > decreasing number of parallel build threads. I have MAKEOPTS="-j32" and > it's probably the cause of my problem

Re: [gentoo-user] problems trying to maintain inn for my own use

2019-06-13 Thread Grant Taylor
On 6/13/19 3:47 AM, John Covici wrote: Hi. I use inn to fetch/post usenet news. I know its no longer in the tree, but I would like to keep it going. I am also interested in maintaining INN. I mentioned it before INN was removed from portage, but didn't have an opportunity to do anything

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Mick
On Thursday, 13 June 2019 12:59:41 BST Adam Carter wrote: > > You can use more swap (files) before buying more RAM. > > I have been doing this too. It only get used during the big builds. > > To create a 32G swap file and enable it (OP can do this now as the build > runs, to keep OOM away) > #

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Alexey Eschenko
Thank you. Didn't think about that. Don't know why though.My MAKEOPTS was "-j32". Looks like that was too many for package like qtwebengine.Solved the problem with creating specific environment for qtwebengine and setting it up in /etc/portage/package.env/It was vry long build process but this

Re: [gentoo-user] problems trying to maintain inn for my own use

2019-06-13 Thread John Covici
On Thu, 13 Jun 2019 08:16:47 -0400, Jack wrote: > > On 6/13/19 5:47 AM, John Covici wrote: > > Hi. I use inn to fetch/post usenet news. I know its no longer in the > > tree, but I would like to keep it going. The last version in the tree > > 2.5.5-r1 no longer configures, so I wrote an ebuild

[gentoo-user] does portage only consider the latest package?

2019-06-13 Thread michael . lienhardt
Dear all, Is it normal that emerge, during its dependency resolution, only considers the latest version of a package? If yes, is there a way to tell emerge to consider all unmasked versions? I first noticed this behavior on a old version of the package tree, where - sys-auth/polkit-113-r4 had

Re: [gentoo-user] problems trying to maintain inn for my own use

2019-06-13 Thread Jack
On 6/13/19 5:47 AM, John Covici wrote: Hi. I use inn to fetch/post usenet news. I know its no longer in the tree, but I would like to keep it going. The last version in the tree 2.5.5-r1 no longer configures, so I wrote an ebuild similar to the ones that used to be there which I copied to my

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Adam Carter
> > You can use more swap (files) before buying more RAM. > > I have been doing this too. It only get used during the big builds. To create a 32G swap file and enable it (OP can do this now as the build runs, to keep OOM away) # fallocate -l 32G && chmod 600 && mkswap && swapon use 'watch

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Alexey Eschenko
That was my first move. Unfortunately it didn't help.But in the first answer in this thread I saw a good idea about decreasing number of parallel build threads.I have MAKEOPTS="-j32" and it's probably the cause of my problem with this package.Right now I'm trying separate build environment with

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Kai Peter
It's the first time when I encountered a problem like this on my system and now I'm thinking how to deal with it. Has anyone dealt with this? Is there any solutions other than buying more RAM (I don't need more RAM for my work/entertainment right now)? Thanks in advance. You can use more

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Neil Bothwick
On Thu, 13 Jun 2019 13:19:24 +0300, Alexey Eschenko wrote: > For some time I have problems with dev-qt/qtwebengine (at least 5.12.3) > build. As far as I can see it fails to build due to memory exhaustion. > Although I have 32 GB of RAM (at least 20 of them is almost always > free) looks like

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread John Blinka
> > I can't really help with the problem, but I've built the same package > recently with just 4GB of RAM. (It takes a long time.) So most likely > it's something in your portage settings that's causing this. > > - Lasse Agreed. I’ve built it recently on 16GB of RAM. My MAKEOPTS is -j13 -l5 to

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Pouru Lasse
Alexey Eschenko writes: > Hi. > > For some time I have problems with dev-qt/qtwebengine (at least 5.12.3) > build. As far as I can see it fails to build due to memory exhaustion. > Although I have 32 GB of RAM (at least 20 of them is almost always free) > looks like it's not enough. It's

Re: [gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread tedheadster
Alexey, you can check /etc/portage/make.conf and see if there is a MAKEOPTS="-j8" or similar variable. If not, add it and make the number of jobs small, like "-j2". I have a similar problem when I build sys-devel/binutils; it is a huge memory hog. - Matthew

[gentoo-user] Not enough RAM for dev-qt/qtwebengine build

2019-06-13 Thread Alexey Eschenko
Hi.For some time I have problems with dev-qt/qtwebengine (at least 5.12.3) build. As far as I can see it fails to build due to memory exhaustion. Although I have 32 GB of RAM (at least 20 of them is almost always free) looks like it's not enough. It's strange because I have no problems with

[gentoo-user] problems trying to maintain inn for my own use

2019-06-13 Thread John Covici
Hi. I use inn to fetch/post usenet news. I know its no longer in the tree, but I would like to keep it going. The last version in the tree 2.5.5-r1 no longer configures, so I wrote an ebuild similar to the ones that used to be there which I copied to my local ebuilds for 2.6.3. This configures