From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#38755: icecat retains reference on clang Date: Thu, 26 Dec 2019 21:49:09 +0100 Message-ID: <87sgl6olru.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47822) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ika55-0001WN-7T for bug-guix@gnu.org; Thu, 26 Dec 2019 15:50:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ika54-0006D0-7i for bug-guix@gnu.org; Thu, 26 Dec 2019 15:50:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ika54-0006Cp-4s for bug-guix@gnu.org; Thu, 26 Dec 2019 15:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ika54-00060o-2r for bug-guix@gnu.org; Thu, 26 Dec 2019 15:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:47763) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ika4M-0001Uz-O6 for bug-guix@gnu.org; Thu, 26 Dec 2019 15:49:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ika4L-0005hC-Pl for bug-guix@gnu.org; Thu, 26 Dec 2019 15:49:18 -0500 Received: from sender3-of-o54.zoho.com ([136.143.189.54]:21440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ika4L-0005gC-E6 for bug-guix@gnu.org; Thu, 26 Dec 2019 15:49:17 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38755@debbugs.gnu.org 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