From mboxrd@z Thu Jan 1 00:00:00 1970 From: John J Foerch Subject: chicken scheme Date: Thu, 30 Jun 2016 15:11:28 -0400 Message-ID: <871t3ecx0f.fsf@hecubus.retroj.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIhNW-0002jh-Rk for help-guix@gnu.org; Thu, 30 Jun 2016 15:11:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIhNQ-0001eA-Re for help-guix@gnu.org; Thu, 30 Jun 2016 15:11:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:42564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIhNQ-0001dy-Kw for help-guix@gnu.org; Thu, 30 Jun 2016 15:11:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bIhNO-0006XE-UZ for help-guix@gnu.org; Thu, 30 Jun 2016 21:11:51 +0200 Received: from 152.160.144.141 ([152.160.144.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2016 21:11:50 +0200 Received: from jjfoerch by 152.160.144.141 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2016 21:11:50 +0200 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, I ran into some problems when installing CHICKEN Scheme on my new GuixSD system. After installing the chicken package, 'chicken-install' failed because gcc was not found on the system. In the package definition for chicken, gcc is listed as a native-input, but from what I understand it should either be a regular input or a propagated-input, because CHICKEN uses gcc to compile scheme programs. I installed gcc separately, and then a test of chicken-install produced this error: linux/limits.h: No such file or directory #include I was testing chicken-install with this command: $ chicken-install matchable -- John Foerch