From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add GNU APL. Date: Thu, 07 Nov 2013 14:42:30 +0100 Message-ID: <87haboz5tl.fsf@gnu.org> References: <87k3gkxzef.fsf@karetnikov.org> 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]:58061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VePr3-0007TE-TO for guix-devel@gnu.org; Thu, 07 Nov 2013 08:42:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VePqy-0007Go-7O for guix-devel@gnu.org; Thu, 07 Nov 2013 08:42:37 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:50581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VePqy-0007Gc-1T for guix-devel@gnu.org; Thu, 07 Nov 2013 08:42:32 -0500 In-Reply-To: <87k3gkxzef.fsf@karetnikov.org> (Nikita Karetnikov's message of "Thu, 07 Nov 2013 14:46:32 +0400") 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: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: > Even though =E2=80=98README-1-prerequisites=E2=80=99 states that LAPACK, = Gettext, and > Readline are needed, GNU APL successfully builds without them. Would > you like to keep these inputs anyway? Do Readline and LAPACK show up in =E2=80=98guix gc --references $(guix build apl)=E2=80=99? If they don=E2=80=99t, you can remove them. As for gettext, please check in the log whether some of its commands are actually run. Normally, when using Autoconf + Automake, the source tarball comes with .mo files, so it=E2=80=99s not necessary to have Gettext= as an input. Otherwise the patch looks good to me. Thanks, Ludo=E2=80=99.