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: Mon, 11 Nov 2013 01:20:30 +0100 Message-ID: <87d2m7pz5d.fsf@gnu.org> References: <87k3gkxzef.fsf@karetnikov.org> <87haboz5tl.fsf@gnu.org> <87a9hcm05g.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]:41014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VffF8-0001lt-3e for guix-devel@gnu.org; Sun, 10 Nov 2013 19:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VffF2-0006mE-9E for guix-devel@gnu.org; Sun, 10 Nov 2013 19:20:37 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:61118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VffF2-0006mA-0G for guix-devel@gnu.org; Sun, 10 Nov 2013 19:20:32 -0500 In-Reply-To: <87a9hcm05g.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 11 Nov 2013 01:12:27 +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: >> Do Readline and LAPACK show up in =E2=80=98guix gc --references $(guix b= uild >> apl)=E2=80=99? If they don=E2=80=99t, you can remove them. > > LAPACK doesn=E2=80=99t show up, but this line appears in the logs when it= =E2=80=99s > omitted: > > LApack.cc:410:2: warning: #warning liblapack not found or not installed. = =C3=A2=C2=8C=C2=B9 will not work. [-Wcpp] So you might want to check what makes it think it=E2=80=99s not installed. = :-) >> As for gettext, please check in the log whether some of its commands are >> actually run. > > I know nearly nothing about Gettext. The only bits that seem relevant: > > checking for msgfmt... /nix/store/1v42xk9j5hzbgxbh21pdp97ccd244hvl-gettex= t-0.18.3/bin/msgfmt > checking for gmsgfmt... /nix/store/1v42xk9j5hzbgxbh21pdp97ccd244hvl-gette= xt-0.18.3/bin/msgfmt > checking for xgettext... /nix/store/1v42xk9j5hzbgxbh21pdp97ccd244hvl-gett= ext-0.18.3/bin/xgettext > checking for msgmerge... /nix/store/1v42xk9j5hzbgxbh21pdp97ccd244hvl-gett= ext-0.18.3/bin/msgmerge OK, so it may be needed. Thanks, Ludo=E2=80=99.