Re: Why is die "doc" output downloaded when building this package?

2016-11-05 Thread Ludovic Courtès
Hi, (Adding a bug at bug-g...@gnu.org.) Hartmut Goebel skribis: > when building this package, qt-4.8.7-doc (the doc-output of qt-4.7.8) > will be downloaded. I do not understand why. Most likely this is due to a limitation of the current implementation of grafts: all the outputs of packages on

Re: How to make current icecat less crashy

2016-11-05 Thread Hartmut Goebel
Am 05.11.2016 um 20:01 schrieb Leo Famulari: > Can we set this option while building? Fedora adds default configs be simply copying [1] a file [2] to |…/browser/defaults/preferences.| [1] http://pkgs.fedoraproject.org/cgit/rpms/firefox.git/tree/firefox.spec#n667 [2] http://pkgs.fedoraproject.org

Re: How to make current icecat less crashy

2016-11-05 Thread ng0
Leo Famulari writes: > On Thu, Nov 03, 2016 at 08:31:36PM -0500, Christopher Allan Webber wrote: >> Seems a lot of us have been experiencing crashes in the current Icecat. >> in Guix master. Ricardo Wurmus gave me a nice tip that seems to have >> fixed the problem here: >> >>go to about:con

Re: How to make current icecat less crashy

2016-11-05 Thread Leo Famulari
On Thu, Nov 03, 2016 at 08:31:36PM -0500, Christopher Allan Webber wrote: > Seems a lot of us have been experiencing crashes in the current Icecat. > in Guix master. Ricardo Wurmus gave me a nice tip that seems to have > fixed the problem here: > >go to about:config >find the keys gfx.can

Re: How to make current icecat less crashy

2016-11-05 Thread Christopher Allan Webber
ng0 writes: > Leo Famulari writes: > >> On Fri, Nov 04, 2016 at 03:35:29AM +0100, David Craven wrote: >>> > Seems a lot of us have been experiencing crashes in the current Icecat. >>> >>> How recent is this? Could it be related to this commit? > > For me since we have the new icecat, not just si

Why is die "doc" output downloaded when building this package?

2016-11-05 Thread Hartmut Goebel
Hi, when building this package, qt-4.8.7-doc (the doc-output of qt-4.7.8) will be downloaded. I do not understand why. (package (name "automoc4") (version "0.9.88") (source (origin (method url-fetch) (uri (string-append "http://download.kde.org/stable/"; name

Re: How to make current icecat less crashy

2016-11-05 Thread David Craven
I thought it might have something to do with https://bugzilla.mozilla.org/show_bug.cgi?id=1127752, but that's fixed since FF41. In FF46 gtk3 is enabled by default, so I can't imagine FF45 (the version icecat is using) to be too buggy. It's a pity that icecat only tracks ESR releases :/