From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8ATD-00085z-KP for guix-patches@gnu.org; Fri, 27 Oct 2017 15:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8AT8-0002x0-OC for guix-patches@gnu.org; Fri, 27 Oct 2017 15:39:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8AT8-0002wt-Iw for guix-patches@gnu.org; Fri, 27 Oct 2017 15:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e8AT8-0005PO-DV for guix-patches@gnu.org; Fri, 27 Oct 2017 15:39:02 -0400 Subject: [bug#27344] [PATCH v4 1/3] gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87tvyksmyt.fsf@foradis.org> <20171027141819.21006-1-theodoros@foradis.org> <87k1zgaaa3.fsf@gnu.org> <87she4sgyh.fsf@foradis.org> Date: Fri, 27 Oct 2017 12:38:30 -0700 In-Reply-To: <87she4sgyh.fsf@foradis.org> (Theodoros Foradis's message of "Fri, 27 Oct 2017 19:17:42 +0300") Message-ID: <877evg9ya1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Theodoros Foradis Cc: 27344@debbugs.gnu.org Theodoros Foradis skribis: > Ludovic Court=C3=A8s writes: > >> >>> + ("gcc-toolchain" ,gcc-toolchain-5) >> >> Did you choose version 5 on purpose or would any version work? >> In the latter case, I=E2=80=99d replace it with =E2=80=98gcc-toolchain= =E2=80=99. > > Any version would work. Using =E2=80=98gcc-toolchain=E2=80=99 I get the e= rror: > ERROR: Unbound variable: gcc-toolchain Oh my bad, you=E2=80=99re right. I fixed that now. Thanks, Ludo=E2=80=99.