bug#38755: icecat retains reference on clang

2019-12-28 Thread Efraim Flashner
On Sun, Dec 29, 2019 at 12:05:28AM +0100, Julien Lepiller wrote: > Le 28 décembre 2019 20:47:40 GMT+01:00, Efraim Flashner > a écrit : > >On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Courtès wrote: > >> Hi, > >> > >> Ricardo Wurmus skribis: > >> > >> > This should do the trick: > >> > > >

bug#38755: icecat retains reference on clang

2019-12-28 Thread Julien Lepiller
Le 28 décembre 2019 20:47:40 GMT+01:00, Efraim Flashner a écrit : >On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Courtès wrote: >> Hi, >> >> Ricardo Wurmus skribis: >> >> > This should do the trick: >> > >> > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm >> > index d5d

bug#38755: icecat retains reference on clang

2019-12-28 Thread Efraim Flashner
On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Courtès wrote: > Hi, > > Ricardo Wurmus skribis: > > > This should do the trick: > > > > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm > > index d5d9839e1a..e9458037a5 100644 > > --- a/gnu/packages/gnuzilla.scm > > +++ b/gnu/

bug#38755: icecat retains reference on clang

2019-12-27 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > This should do the trick: > > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm > index d5d9839e1a..e9458037a5 100644 > --- a/gnu/packages/gnuzilla.scm > +++ b/gnu/packages/gnuzilla.scm > @@ -1023,7 +1023,11 @@ from forcing GEXP-PROMISE." >

bug#38755: icecat retains reference on clang

2019-12-26 Thread Ricardo Wurmus
This should do the trick: diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index d5d9839e1a..e9458037a5 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1023,7 +1023,11 @@ from forcing GEXP-PROMISE." (format #t "configure flags: ~s~%" fla

bug#38755: icecat retains reference on clang

2019-12-26 Thread Ricardo Wurmus
Icecat retains a reference on clang. This is because the file ./chrome/toolkit/content/global/buildconfig.html (inside of lib/icecat/omni.ja) records configuration options, which include the location of clang. This should be removed. -- Ricardo