Re: [gentoo-user] problem emerging pycairo

2020-07-12 Thread Adam Carter
On Mon, Jul 13, 2020 at 2:36 PM Philip Webb wrote: > 200713 Adam Carter wrote: > > On Mon, Jul 13, 2020 at 5:32 AM Philip Webb > wrote: > >> root:543 ~> emerge -pv pycairo > ... > >> WARNING: One or more updates/rebuilds have been skipped > >> due to a dependency conflict: > >> dev-python/pycair

Re: [gentoo-user] problem emerging pycairo

2020-07-12 Thread Philip Webb
200713 Adam Carter wrote: > On Mon, Jul 13, 2020 at 5:32 AM Philip Webb wrote: >> root:543 ~> emerge -pv pycairo ... >> WARNING: One or more updates/rebuilds have been skipped >> due to a dependency conflict: >> dev-python/pycairo:0 >> (dev-python/pycairo-1.19.1:0/0::gentoo, ebuild scheduled for

Re: [gentoo-user] problem emerging pycairo

2020-07-12 Thread Adam Carter
On Mon, Jul 13, 2020 at 5:32 AM Philip Webb wrote: > this is the output : > > root:543 ~> emerge -pv pycairo > > These are the packages that would be merged, in order: > Calculating dependencies... done! > [ebuild R] dev-python/pycairo-1.18.2::gentoo USE="-doc -examples > -test" > PYTHON_T

[gentoo-user] problem emerging pycairo

2020-07-12 Thread Philip Webb
this is the output : root:543 ~> emerge -pv pycairo These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R] dev-python/pycairo-1.18.2::gentoo USE="-doc -examples -test" PYTHON_TARGETS="(-pypy3%) python2_7 python3_6 python3_7 -python3_8 (-python3_

Re: [gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread Michael
On Sunday, 12 July 2020 12:38:22 BST William Kenworthy wrote: > On 12/7/20 6:03 pm, Nikos Chantziaras wrote: > > echo bfq > /sys/block/sda/queue/schedule > > Thanks for the hints, > > ive gone with schedtool and ionice for now (seems to be working) and > will configure that as the defaults wh

Re: [gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread William Kenworthy
On 12/7/20 6:03 pm, Nikos Chantziaras wrote: > echo bfq > /sys/block/sda/queue/schedule Thanks for the hints,     ive gone with schedtool and ionice for now (seems to be working) and will configure that as the defaults when this run finishes.  I have not built the bfq scheduler in this kernel

[gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread Nikos Chantziaras
On 12/07/2020 11:59, Michael wrote: On Sunday, 12 July 2020 09:29:08 BST Nikos Chantziaras wrote: No. But what you can do is lower its nice level to 19, and CPU and IO priority to "idle". schedtool -D -n 19 pid ionice -c 3 -p pid Another trick to use if the atom is becoming I/O disk b

[gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread Nikos Chantziaras
On 12/07/2020 11:54, tastytea wrote: On 2020-07-12 11:29+0300 Nikos Chantziaras wrote: On 12/07/2020 09:04, William Kenworthy wrote: Hi,     is there a way to change the MAKEOPTS setting on a running emerge? I am using "-j 5 -l 4" whilst emerging gcc-9.3 but its creating too much pressure 

Re: [gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread Michael
On Sunday, 12 July 2020 09:29:08 BST Nikos Chantziaras wrote: > On 12/07/2020 09:04, William Kenworthy wrote: > > Hi, > > > > is there a way to change the MAKEOPTS setting on a running emerge? > > > > I am using "-j 5 -l 4" whilst emerging gcc-9.3 but its creating too much > > pressure on m

Re: [gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread tastytea
On 2020-07-12 11:29+0300 Nikos Chantziaras wrote: > On 12/07/2020 09:04, William Kenworthy wrote: > > Hi, > > > >     is there a way to change the MAKEOPTS setting on a running > > emerge? I am using "-j 5 -l 4" whilst emerging gcc-9.3 but its > > creating too much pressure  on memory.  I expec

[gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread Nikos Chantziaras
On 12/07/2020 09:04, William Kenworthy wrote: Hi,     is there a way to change the MAKEOPTS setting on a running emerge? I am using "-j 5 -l 4" whilst emerging gcc-9.3 but its creating too much pressure  on memory.  I expect the emerge to take many more hours but complete eventually - but reduc