From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: =?utf-8?B?4oCYZ2Nj4oCZ?= vs. =?utf-8?B?4oCYY2PigJk=?= Date: Sat, 17 Jan 2015 11:40:30 +0100 Message-ID: <873879itb5.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCQo5-00082c-Hw for guix-devel@gnu.org; Sat, 17 Jan 2015 05:40:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCQo0-0000yG-SY for guix-devel@gnu.org; Sat, 17 Jan 2015 05:40:41 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:43545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCQo0-0000y0-L9 for guix-devel@gnu.org; Sat, 17 Jan 2015 05:40:36 -0500 In-Reply-To: (Federico Beffa's message of "Sat, 17 Jan 2015 10:46:35 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > * such a symlink would have spared much frustration to Mark (see > earlier posts in this thread). Again, there have been few cases where this has caused problems (on the order of 10-20 packages out of 1000.) I agree it=E2=80=99s better if we can avoid these problems altogether, but it=E2=80=99s not a real threat either.= ;-) What about doing this: 1. Someone (Fede? :-)) opens a bug against GCC at suggesting to install the =E2=80=98cc= =E2=80=99 link. 2. In the next core-updates, we introduce (setenv "CC" "gcc"), as suggested by =E5=AE=8B=E6=96=87=E6=AD=A6, which is the least intrusive= solution. It will fix most uses I think, but not all (for instance, GLEW has =E2=80=9CCC =3D cc=E2=80=9D hard-coded in its Makefile, so it will sti= ll need patching; this is fine, IMO.) WDYT? Ludo=E2=80=99.