From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mohammed Sadiq Subject: bug#28629: Add cc as a symlink to gcc Date: Thu, 28 Sep 2017 09:59:26 +0530 (IST) Message-ID: <1581054962.12450.1506572966287@webmail.mailhostbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxQSb-0007JU-Uk for bug-guix@gnu.org; Thu, 28 Sep 2017 00:30:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxQSY-0004B0-QN for bug-guix@gnu.org; Thu, 28 Sep 2017 00:30:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55307) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxQSY-0004AH-NH for bug-guix@gnu.org; Thu, 28 Sep 2017 00:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxQSY-0007ov-Cp for bug-guix@gnu.org; Thu, 28 Sep 2017 00:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxQS5-0007J7-98 for bug-guix@gnu.org; Thu, 28 Sep 2017 00:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxQS2-0003fL-21 for bug-guix@gnu.org; Thu, 28 Sep 2017 00:29:33 -0400 Received: from us2-ob4-4.mailhostbox.com ([208.91.198.44]:47790) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxQS1-0003dV-RQ for bug-guix@gnu.org; Thu, 28 Sep 2017 00:29:29 -0400 Received: from 172.16.214.67 (unknown [172.16.214.67]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sadiq@sadiqpk.org) by us2.outbound.mailhostbox.com (Postfix) with ESMTPSA id 535271C310E for ; Thu, 28 Sep 2017 04:29:26 +0000 (GMT) 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: 28629@debbugs.gnu.org Some packages seems to rely on cc as the C compiler. So within some environment, let cc be symlinked to the default gcc of the environment. This may not be noticeable when building/installing a package, because cc may be used only on rare conditions (like when enabling some disabled tests, etc), which isn't enabled by default. Thanks