public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Webkit-gtk yelp and dependencies
@ 2016-10-02 15:51 Meino.Cramer
  2016-10-02 17:44 ` Neil Bothwick
  2016-10-03  9:49 ` Adam Carter
  0 siblings, 2 replies; 7+ messages in thread
From: Meino.Cramer @ 2016-10-02 15:51 UTC (permalink / raw
  To: Gentoo

Hi,

this morning it happens again: net-libs/webkit-gtk was
updated.
For me it means: For a longer time as convenient full
load on the all cores of the CPU of my GENTOO box,
higher CPU temperatures as usual and laggy desktop.

Hmmmmm...

I did a 
        emerge -cvp net-libs/webkit-gtk 

and got

Calculating dependencies... done!
  net-libs/webkit-gtk-2.12.5 pulled in by:
    gnome-extra/yelp-3.20.1 requires >=net-libs/webkit-gtk-2.7.2:4

>>> No packages selected for removal by depclean
Packages installed:   2088
Packages in world:    1099
Packages in system:   44
Required packages:    2088
Number to remove:     0


...so only gnome-extra/yelp needs the webkit-gtk.

I did a 

    emerge -cvp gnome-extra/yelp

and got

Calculating dependencies... done!
>>> Calculating removal order...

>>> These are the packages that would be unmerged:

 gnome-extra/yelp
    selected: 3.20.1 
   protected: none 
     omitted: none 

All selected packages: =gnome-extra/yelp-3.20.1

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Packages installed:   2088
Packages in world:    1099
Packages in system:   44
Required packages:    2087
Number to remove:     1


...which seems that nothing needs yelp.

I myself use openbox and some gnome applications but
no gnome desktop/sessions management etc.

So it /seems/ that preventing recompilations of 
webkit-gtk is: Removing webkit-gtk and yelp.

But I better ask before I get into the situation
to be urged to recompile webkit-gtk...because I
was wrong...

Is the above ok or wrong or misleading or....

Thanks a lot for any help in advance!
Cheers,
Meino






^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Webkit-gtk yelp and dependencies
  2016-10-02 15:51 [gentoo-user] Webkit-gtk yelp and dependencies Meino.Cramer
@ 2016-10-02 17:44 ` Neil Bothwick
  2016-10-03  9:49 ` Adam Carter
  1 sibling, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2016-10-02 17:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

On Sun, 2 Oct 2016 17:51:37 +0200, Meino.Cramer@gmx.de wrote:

> I myself use openbox and some gnome applications but
> no gnome desktop/sessions management etc.
> 
> So it /seems/ that preventing recompilations of 
> webkit-gtk is: Removing webkit-gtk and yelp.
> 
> But I better ask before I get into the situation
> to be urged to recompile webkit-gtk...because I
> was wrong...

quickpkg webkit-gtk before you depclean it, then you can restore with
emerge -k if you really need it after all.


-- 
Neil Bothwick

...Advert for restaurant:
  "Exotic foods for all occasions. Police balls a speciality."

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Webkit-gtk yelp and dependencies
  2016-10-02 15:51 [gentoo-user] Webkit-gtk yelp and dependencies Meino.Cramer
  2016-10-02 17:44 ` Neil Bothwick
@ 2016-10-03  9:49 ` Adam Carter
  2016-10-03 10:08   ` Meino.Cramer
  1 sibling, 1 reply; 7+ messages in thread
From: Adam Carter @ 2016-10-03  9:49 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

On Mon, Oct 3, 2016 at 2:51 AM, <Meino.Cramer@gmx.de> wrote:

> Hi,
>
> this morning it happens again: net-libs/webkit-gtk was
> updated.
> For me it means: For a longer time as convenient full
> load on the all cores of the CPU of my GENTOO box,
> higher CPU temperatures as usual and laggy desktop.
>

You shouldn't get a laggy desktop these days. It was a problem a while back
(5+ years ago?) when fiddling with swappiness and cgroups or other stuff
i've forgotten was a thing.

Off the top of my head, these are useful;
CONFIG_CGROUPS=y
CONFIG_HZ_1000=y
CONFIG_HZ=1000

Maybe also try
CONFIG_DEFAULT_IOSCHED="bfq"

[-- Attachment #2: Type: text/html, Size: 1122 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Webkit-gtk yelp and dependencies
  2016-10-03  9:49 ` Adam Carter
@ 2016-10-03 10:08   ` Meino.Cramer
  2016-10-03 10:23     ` Neil Bothwick
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Meino.Cramer @ 2016-10-03 10:08 UTC (permalink / raw
  To: gentoo-user

Adam Carter <adamcarter3@gmail.com> [16-10-03 11:56]:
> On Mon, Oct 3, 2016 at 2:51 AM, <Meino.Cramer@gmx.de> wrote:
> 
> > Hi,
> >
> > this morning it happens again: net-libs/webkit-gtk was
> > updated.
> > For me it means: For a longer time as convenient full
> > load on the all cores of the CPU of my GENTOO box,
> > higher CPU temperatures as usual and laggy desktop.
> >
> 
> You shouldn't get a laggy desktop these days. It was a problem a while back
> (5+ years ago?) when fiddling with swappiness and cgroups or other stuff
> i've forgotten was a thing.
> 
> Off the top of my head, these are useful;
> CONFIG_CGROUPS=y
> CONFIG_HZ_1000=y
> CONFIG_HZ=1000
> 
> Maybe also try
> CONFIG_DEFAULT_IOSCHED="bfq"

...my PC is seven year old...




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Webkit-gtk yelp and dependencies
  2016-10-03 10:08   ` Meino.Cramer
@ 2016-10-03 10:23     ` Neil Bothwick
  2016-10-03 16:14     ` Corbin Bird
  2016-10-03 22:35     ` Adam Carter
  2 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2016-10-03 10:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

On Mon, 3 Oct 2016 12:08:48 +0200, Meino.Cramer@gmx.de wrote:

> > You shouldn't get a laggy desktop these days. It was a problem a
> > while back (5+ years ago?) when fiddling with swappiness and cgroups
> > or other stuff i've forgotten was a thing.
> > 
> > Off the top of my head, these are useful;
> > CONFIG_CGROUPS=y
> > CONFIG_HZ_1000=y
> > CONFIG_HZ=1000
> > 
> > Maybe also try
> > CONFIG_DEFAULT_IOSCHED="bfq"  
> 
> ...my PC is seven year old...

But your portage isn't...

You can also try setting PORTAGE_NICENESS in make.conf.


-- 
Neil Bothwick

Evolution stops when stupidity is no longer fatal!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Webkit-gtk yelp and dependencies
  2016-10-03 10:08   ` Meino.Cramer
  2016-10-03 10:23     ` Neil Bothwick
@ 2016-10-03 16:14     ` Corbin Bird
  2016-10-03 22:35     ` Adam Carter
  2 siblings, 0 replies; 7+ messages in thread
From: Corbin Bird @ 2016-10-03 16:14 UTC (permalink / raw
  To: gentoo-user


On 10/03/2016 05:08 AM, Meino.Cramer@gmx.de wrote:
> Adam Carter <adamcarter3@gmail.com> [16-10-03 11:56]:
>> On Mon, Oct 3, 2016 at 2:51 AM, <Meino.Cramer@gmx.de> wrote:
>>
>>> Hi,
>>>
>>> this morning it happens again: net-libs/webkit-gtk was
>>> updated.
>>> For me it means: For a longer time as convenient full
>>> load on the all cores of the CPU of my GENTOO box,
>>> higher CPU temperatures as usual and laggy desktop.
>>>
>> You shouldn't get a laggy desktop these days. It was a problem a while back
>> (5+ years ago?) when fiddling with swappiness and cgroups or other stuff
>> i've forgotten was a thing.
>>
>> Off the top of my head, these are useful;
>> CONFIG_CGROUPS=y
>> CONFIG_HZ_1000=y
>> CONFIG_HZ=1000
>>
>> Maybe also try
>> CONFIG_DEFAULT_IOSCHED="bfq"
> ...my PC is seven year old...
>
>
>
The old school fix for slow machines, increase or double the amount of 
memory.
  ( ... If already not maxed out. )
Memory should be cheap for that PC.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Webkit-gtk yelp and dependencies
  2016-10-03 10:08   ` Meino.Cramer
  2016-10-03 10:23     ` Neil Bothwick
  2016-10-03 16:14     ` Corbin Bird
@ 2016-10-03 22:35     ` Adam Carter
  2 siblings, 0 replies; 7+ messages in thread
From: Adam Carter @ 2016-10-03 22:35 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

...my PC is seven year old...

The changes were software (kernel) based, so would apply to any hardware.
Its about contention rather than outright performance.

[-- Attachment #2: Type: text/html, Size: 281 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-03 22:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 15:51 [gentoo-user] Webkit-gtk yelp and dependencies Meino.Cramer
2016-10-02 17:44 ` Neil Bothwick
2016-10-03  9:49 ` Adam Carter
2016-10-03 10:08   ` Meino.Cramer
2016-10-03 10:23     ` Neil Bothwick
2016-10-03 16:14     ` Corbin Bird
2016-10-03 22:35     ` Adam Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox