From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez0xn-0000qn-Sr for guix-patches@gnu.org; Thu, 22 Mar 2018 10:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ez0xi-0001xh-A2 for guix-patches@gnu.org; Thu, 22 Mar 2018 10:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ez0xi-0001xZ-1d for guix-patches@gnu.org; Thu, 22 Mar 2018 10:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ez0xh-0002gS-NJ for guix-patches@gnu.org; Thu, 22 Mar 2018 10:13:01 -0400 Subject: [bug#30885] Submitting Patch File for r-catdap Package Description for CRAN package Resent-Message-ID: References: <87d0zyc4v8.fsf@elephly.net> <1262bbc6-6b7c-fd72-5b34-06dc3e928ebd@swecha.net> <87vadpb0h7.fsf@elephly.net> <29772016-b5e2-f276-e58d-a6e0ba98b409@swecha.net> From: Ricardo Wurmus In-reply-to: <29772016-b5e2-f276-e58d-a6e0ba98b409@swecha.net> Date: Thu, 22 Mar 2018 15:11:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87in9ob3pj.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Sahithi Yarlagadda Cc: 30885@debbugs.gnu.org, help-guix@gnu.org Hi Sahithi, > ./pre-inst-env guix build r-catdap > > Got this error while building the package > > starting phase `install' > * installing *source* package ?catdap? ... > ** package ?catdap? successfully unpacked and MD5 sums checked > ** libs > gfortran -fpic -g -O2 -c catdap1f.f -o catdap1f.o > /gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash: > gfortran: command not found It says that it couldn=E2=80=99t find gfortran. That=E2=80=99s because the= package definition does not include gfortran among its (native-)inputs. Try adding it. Hint: there are other packages in cran.scm that use gfortran. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Submitting Patch File for r-catdap Package Description for CRAN package Date: Thu, 22 Mar 2018 15:11:04 +0100 Message-ID: <87in9ob3pj.fsf@elephly.net> References: <87d0zyc4v8.fsf@elephly.net> <1262bbc6-6b7c-fd72-5b34-06dc3e928ebd@swecha.net> <87vadpb0h7.fsf@elephly.net> <29772016-b5e2-f276-e58d-a6e0ba98b409@swecha.net> 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]:36151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez1C0-0005gs-5Y for help-guix@gnu.org; Thu, 22 Mar 2018 10:27:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ez1Bx-0003P1-H4 for help-guix@gnu.org; Thu, 22 Mar 2018 10:27:48 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ez1Bx-0003DV-8V for help-guix@gnu.org; Thu, 22 Mar 2018 10:27:45 -0400 In-reply-to: <29772016-b5e2-f276-e58d-a6e0ba98b409@swecha.net> 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: Sahithi Yarlagadda Cc: 30885@debbugs.gnu.org, help-guix@gnu.org Hi Sahithi, > ./pre-inst-env guix build r-catdap > > Got this error while building the package > > starting phase `install' > * installing *source* package ?catdap? ... > ** package ?catdap? successfully unpacked and MD5 sums checked > ** libs > gfortran -fpic -g -O2 -c catdap1f.f -o catdap1f.o > /gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash: > gfortran: command not found It says that it couldn=E2=80=99t find gfortran. That=E2=80=99s because the= package definition does not include gfortran among its (native-)inputs. Try adding it. Hint: there are other packages in cran.scm that use gfortran. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net