From unknown Wed Aug 20 06:40:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27485 <27485@debbugs.gnu.org> To: bug#27485 <27485@debbugs.gnu.org> Subject: Status: [PATCH] gnu: nyacc: Update to 0.80.3. Reply-To: bug#27485 <27485@debbugs.gnu.org> Date: Wed, 20 Aug 2025 13:40:33 +0000 retitle 27485 [PATCH] gnu: nyacc: Update to 0.80.3. reassign 27485 guix-patches submitter 27485 Jan Nieuwenhuizen severity 27485 normal tag 27485 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 12:20:24 2017 Received: (at submit) by debbugs.gnu.org; 25 Jun 2017 16:20:24 +0000 Received: from localhost ([127.0.0.1]:37483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPAGt-0001KR-Q6 for submit@debbugs.gnu.org; Sun, 25 Jun 2017 12:20:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPAGs-0001KF-6W for submit@debbugs.gnu.org; Sun, 25 Jun 2017 12:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPAGm-0002Y8-4C for submit@debbugs.gnu.org; Sun, 25 Jun 2017 12:20:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45044) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dPAGm-0002Y0-0v for submit@debbugs.gnu.org; Sun, 25 Jun 2017 12:20:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPAGl-0003gY-0l for guix-patches@gnu.org; Sun, 25 Jun 2017 12:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPAGh-0002VF-Jh for guix-patches@gnu.org; Sun, 25 Jun 2017 12:20:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPAGh-0002V8-Ft; Sun, 25 Jun 2017 12:20:11 -0400 Received: from peder.onsbrabantnet.nl ([88.159.206.46]:43166 helo=localhost.localdomain) by fencepost.gnu.org with esmtpa (Exim 4.82) (envelope-from ) id 1dPAGg-0002aF-TW; Sun, 25 Jun 2017 12:20:11 -0400 From: Jan Nieuwenhuizen To: guix-patches@gnu.org Subject: [PATCH] gnu: nyacc: Update to 0.80.3. Date: Sun, 25 Jun 2017 18:20:09 +0200 Message-Id: <20170625162009.23517-1-janneke@gnu.org> X-Mailer: git-send-email 2.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/mes.scm (nyacc): Update to 0.80.3. --- gnu/packages/mes.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index 2cef77406..1516e526d 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -34,14 +34,14 @@ (define-public nyacc (package (name "nyacc") - (version "0.79.4") + (version "0.80.3") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/nyacc/" name "-" version ".tar.gz")) (sha256 (base32 - "14rhr9nv1022r7m94agb3299y0k093aq1ps22zgii3aa7cf9h1w4")))) + "0sdvkahnz6k9i4kf1i1ljl20220n3wk3gy6zmz0ggbbdgg4mfka0")))) (build-system gnu-build-system) (native-inputs `(("guile" ,guile-2.2))) -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 13:34:59 2017 Received: (at 27485) by debbugs.gnu.org; 25 Jun 2017 17:34:59 +0000 Received: from localhost ([127.0.0.1]:37535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPBR5-000358-A2 for submit@debbugs.gnu.org; Sun, 25 Jun 2017 13:34:59 -0400 Received: from o160.p8.mailjet.com ([87.253.233.160]:51692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <32be185e.AEQAMJcd4ykAAAAAAAAAAAPNjkMAAAACwQwAAAAAAAW9WABZT_RA@bnc3.mailjet.com>) id 1dPBR3-00034z-8c for 27485@debbugs.gnu.org; Sun, 25 Jun 2017 13:34:57 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=9X/jENC8H5vBEH49FpCgT0BNhpM=; b=n6IMNBen2YJLr6vMZ0RmWf4MM60zFvqgFh09EbiHOtatQKiVEOgT08fNI P1ZjoGY4lt3LmTnIslfrqJ5QZhDrNMT7QCVmF514jAFxvLk8ip5jov8YONnt Mv4fZRI3HbjmqyZgyxamevIrriM/+knfA+euVa49//OMmPqqlNHm7w= Message-Id: <32be185e.AEQAMJcd4ykAAAAAAAAAAAPNjkMAAAACwQwAAAAAAAW9WABZT_RA@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Jan Nieuwenhuizen Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. Date: Sun, 25 Jun 2017 23:04:42 +0530 In-reply-to: <20170625162009.23517-1-janneke@gnu.org> References: <20170625162009.23517-1-janneke@gnu.org> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEQAMJcd4ykAAAAAAAAAAAPNjkMAAAACwQwAAAAAAAW9WABZT_RA-VBghyakS4uMwzhlWJiNJwAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 27485 Cc: 27485@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) The build is successful. But... In the intall phase, I get several warnings/errors similar to: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/g= uild ;;; WARNING: compilation of /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-gui= le-2.2.2/bin/guild failed: ;;; ERROR: failed to create path for auto-compiled file "/gnu/store/5zx29y4= 4nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/guild" wrote `/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2= .2/site-ccache/nyacc/lang/c99/util2.go' And, in the strip phase, I get several warnings similar to: strip: Unable to recognise the format of the input file `/gnu/store/nf0wk6c= l2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2/site- ccache/nyacc/bison.go' = =20 Are these ok? = From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 14:10:01 2017 Received: (at 27485) by debbugs.gnu.org; 25 Jun 2017 18:10:01 +0000 Received: from localhost ([127.0.0.1]:37573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPByz-0007WN-I1 for submit@debbugs.gnu.org; Sun, 25 Jun 2017 14:10:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPByy-0007WB-2S for 27485@debbugs.gnu.org; Sun, 25 Jun 2017 14:10:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPByo-0006wA-Tz for 27485@debbugs.gnu.org; Sun, 25 Jun 2017 14:09:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPByb-0006tZ-97; Sun, 25 Jun 2017 14:09:37 -0400 Received: from peder.onsbrabantnet.nl ([88.159.206.46]:43424 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dPBya-00049K-MU; Sun, 25 Jun 2017 14:09:36 -0400 From: Jan Nieuwenhuizen To: Arun Isaac Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. Organization: AvatarAcademy.nl References: <20170625162009.23517-1-janneke@gnu.org> X-Url: http://AvatarAcademy.nl Date: Sun, 25 Jun 2017 20:09:33 +0200 In-Reply-To: (Arun Isaac's message of "Sun, 25 Jun 2017 23:04:42 +0530") Message-ID: <87k2405482.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27485 Cc: 27485@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Arun Isaac writes: > The build is successful. But... > > In the intall phase, I get several warnings/errors similar to: > > ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 > ;;; or pass the --no-auto-compile argument to disable. > ;;; compiling /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin= /guild > ;;; WARNING: compilation of /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-g= uile-2.2.2/bin/guild failed: > ;;; ERROR: failed to create path for auto-compiled file > "/gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/guild" > wrote `/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile= /2.2/site-ccache/nyacc/lang/c99/util2.go' I wondered what to do here. I could add a `setenv' phase and set GUILE_AUTO_COMPILE=3D0...but do we really want to do that for each individual guile package? > And, in the strip phase, I get several warnings similar to: > > strip: Unable to recognise the format of the input file > `/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2/s= ite- > ccache/nyacc/bison.go' > Are these ok? I don't know about a workaround here, but also: should we add an exception for all Guile packages that install .go files, or can we somehow handle this in Guix? Greetings, janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 16:52:22 2017 Received: (at 27485) by debbugs.gnu.org; 25 Jun 2017 20:52:22 +0000 Received: from localhost ([127.0.0.1]:37690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPEW6-0004kN-4k for submit@debbugs.gnu.org; Sun, 25 Jun 2017 16:52:22 -0400 Received: from o121.p8.mailjet.com ([87.253.233.121]:58005) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <9f53d87f.AEAAL8rV5FcAAAAAAAAAAAPNjkMAAAACwQwAAAAAAAW9WABZUCKD@bnc3.mailjet.com>) id 1dPEW4-0004kF-Si for 27485@debbugs.gnu.org; Sun, 25 Jun 2017 16:52:21 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=V/9Ft4Y0IKADu4f8/IeNnGwioW8=; b=IpbqhYWbL6kobUxGODOmD6/pEBfndlc+rO0psP4xnhlPnVy4Ed5cR24J5 P12FcmdP3y4c7BM+LOVRhEgNnQS9cM3Kp6XQCS0hb4go1IY5iLRT6ZppGs4o ZzBlFcSPa/FqzaZtzGobZT3B1D0iCqvAU335VCCJGM0FqGnxs8SwW0= Message-Id: <9f53d87f.AEAAL8rV5FcAAAAAAAAAAAPNjkMAAAACwQwAAAAAAAW9WABZUCKD@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Jan Nieuwenhuizen Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. Date: Mon, 26 Jun 2017 02:22:08 +0530 In-reply-to: <87k2405482.fsf@gnu.org> References: <20170625162009.23517-1-janneke@gnu.org> <87k2405482.fsf@gnu.org> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEAAL8rV5FcAAAAAAAAAAAPNjkMAAAACwQwAAAAAAAW9WABZUCKD7mbD6hJ3S_2d1U3FmCiEjQAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 27485 Cc: 27485@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) >> In the intall phase, I get several warnings/errors similar to: >> >> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 >> ;;; or pass the --no-auto-compile argument to disable. >> ;;; compiling /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bi= n/guild >> ;;; WARNING: compilation of /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-= guile-2.2.2/bin/guild failed: >> ;;; ERROR: failed to create path for auto-compiled file >> "/gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/guild" >> wrote `/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guil= e/2.2/site-ccache/nyacc/lang/c99/util2.go' > > I wondered what to do here. I could add a `setenv' phase and set > GUILE_AUTO_COMPILE=3D0...but do we really want to do that for each > individual guile package? I think we should have a guile-build-system that handles this sort of thing. WDYT? >> And, in the strip phase, I get several warnings similar to: >> >> strip: Unable to recognise the format of the input file >> `/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2/= site- >> ccache/nyacc/bison.go' >> Are these ok? > > I don't know about a workaround here, but also: should we add an > exception for all Guile packages that install .go files, or can we > somehow handle this in Guix? Some similar fix at the build-system level... Other than that, this patch is ok. Please push! = From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 01:07:10 2017 Received: (at 27485-done) by debbugs.gnu.org; 26 Jun 2017 05:07:10 +0000 Received: from localhost ([127.0.0.1]:37874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPMEv-0007hv-OT for submit@debbugs.gnu.org; Mon, 26 Jun 2017 01:07:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPMEt-0007e0-Gp for 27485-done@debbugs.gnu.org; Mon, 26 Jun 2017 01:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPMEl-0007w3-BM for 27485-done@debbugs.gnu.org; Mon, 26 Jun 2017 01:07:02 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_50,HDRS_LCASE, RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPMEW-0007tC-Tq; Mon, 26 Jun 2017 01:06:44 -0400 Received: from peder.onsbrabantnet.nl ([88.159.206.46]:43616 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dPMEW-0005vy-0o; Mon, 26 Jun 2017 01:06:44 -0400 From: Jan Nieuwenhuizen To: Arun Isaac Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. Organization: AvatarAcademy.nl References: <20170625162009.23517-1-janneke@gnu.org> <87k2405482.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Mon, 26 Jun 2017 07:06:41 +0200 In-Reply-To: (Arun Isaac's message of "Mon, 26 Jun 2017 02:22:08 +0530") Message-ID: <87fuen5oda.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27485-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 27485-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Arun Isaac writes: >>> In the intall phase, I get several warnings/errors similar to: >>> >>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 >> I wondered what to do here. I could add a `setenv' phase and set >> GUILE_AUTO_COMPILE=3D0...but do we really want to do that for each >> individual guile package? > > I think we should have a guile-build-system that handles this sort of > thing. WDYT? Ask Ludo'? Sounds interesting though...would that combine with the gnu-build-system? >>> And, in the strip phase, I get several warnings similar to: >>> >>> strip: Unable to recognise the format of the input file >>> `/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2= /site- >>> ccache/nyacc/bison.go' >>> Are these ok? >> >> I don't know about a workaround here, but also: should we add an >> exception for all Guile packages that install .go files, or can we >> somehow handle this in Guix? > > Some similar fix at the build-system level... Ah! > Other than that, this patch is ok. Please push! Pushed to master as 7182442a636ffff05f2fa3a86df7d50693cbd440 Thanks, janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 04:03:00 2017 Received: (at 27485-done) by debbugs.gnu.org; 26 Jun 2017 08:03:00 +0000 Received: from localhost ([127.0.0.1]:37930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPOz6-0003V8-0W for submit@debbugs.gnu.org; Mon, 26 Jun 2017 04:03:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPOz4-0003Us-Gp for 27485-done@debbugs.gnu.org; Mon, 26 Jun 2017 04:02:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPOyw-0008PY-El for 27485-done@debbugs.gnu.org; Mon, 26 Jun 2017 04:02:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPOyn-0008NW-R7; Mon, 26 Jun 2017 04:02:41 -0400 Received: from [193.50.110.179] (port=35698 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dPOyn-0006yB-55; Mon, 26 Jun 2017 04:02:41 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Jan Nieuwenhuizen Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. References: <20170625162009.23517-1-janneke@gnu.org> <87k2405482.fsf@gnu.org> <87fuen5oda.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 8 Messidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Mon, 26 Jun 2017 10:02:39 +0200 In-Reply-To: <87fuen5oda.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Mon, 26 Jun 2017 07:06:41 +0200") Message-ID: <87vanj89cw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27485-done Cc: Arun Isaac , 27485-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello! Jan Nieuwenhuizen skribis: > Arun Isaac writes: > >>>> In the intall phase, I get several warnings/errors similar to: >>>> >>>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 > >>> I wondered what to do here. I could add a `setenv' phase and set >>> GUILE_AUTO_COMPILE=3D0...but do we really want to do that for each >>> individual guile package? >> >> I think we should have a guile-build-system that handles this sort of >> thing. WDYT? > > Ask Ludo'? > Sounds interesting though...would that combine with the gnu-build-system? There are several packages in (gnu packages guile) that use =E2=80=98trivial-build-system=E2=80=99 and have a very similar body. I=E2= =80=99m sure we could factorize part of it in, say, (guix build guile-compilation) and, if they are similar enough, come up with =E2=80=98guile-build-system=E2=80=99. How does that sound? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 06:14:20 2017 Received: (at 27485-done) by debbugs.gnu.org; 26 Jun 2017 10:14:21 +0000 Received: from localhost ([127.0.0.1]:38047 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPR2C-0006ZP-Mv for submit@debbugs.gnu.org; Mon, 26 Jun 2017 06:14:20 -0400 Received: from o168.p9.mailjet.com ([87.253.234.168]:57495) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPR2B-0006ZH-3V for 27485-done@debbugs.gnu.org; Mon, 26 Jun 2017 06:14:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=krXcn32eDORz1dMYCFzESABWOro=; b=OpUdIo59IvNSbG7cIvlZ/wZxd9b6XbldvpaNOjfRN6XWesZhCZX2zwfjz 8F3FGI23/ga5LHN+7NOYqMjMzLHhMg03WDQ88Zdy9lAWYfahW68+09sqPsMq kd6CRgFMPkunH85KJLgD3nCHE2tTUsGgZ72hp1PRxqGlgavlXi/KdY= Message-Id: MIME-Version: 1.0 From: Arun Isaac To: Ludovic =?iso-8859-1?q?Court=E8s?= Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. Date: Mon, 26 Jun 2017 15:44:00 +0530 In-reply-to: <87vanj89cw.fsf@gnu.org> References: <20170625162009.23517-1-janneke@gnu.org> <87k2405482.fsf@gnu.org> <87fuen5oda.fsf@gnu.org> <87vanj89cw.fsf@gnu.org> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEQAMLJPNv4AAAAAAAAAAAPNsoQAAAACwQwAAAAAAAW9WABZUN56uA1JjKFrRPKW51Rdpwi15AAFgUc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 27485-done Cc: 27485-done@debbugs.gnu.org, Jan Nieuwenhuizen X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Ludovic Courtès writes: > Hello! > > Jan Nieuwenhuizen skribis: > >> Arun Isaac writes: >> >>>>> In the intall phase, I get several warnings/errors similar to: >>>>> >>>>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 >> >>>> I wondered what to do here. I could add a `setenv' phase and set >>>> GUILE_AUTO_COMPILE=0...but do we really want to do that for each >>>> individual guile package? >>> >>> I think we should have a guile-build-system that handles this sort of >>> thing. WDYT? >> >> Ask Ludo'? >> Sounds interesting though...would that combine with the gnu-build-system? > > There are several packages in (gnu packages guile) that use > ‘trivial-build-system’ and have a very similar body. I’m sure we could > factorize part of it in, say, (guix build guile-compilation) and, if > they are similar enough, come up with ‘guile-build-system’. > > How does that sound? Yes, that is a good idea. I don't think I'll be able to work on it immediately. But, if somebody else picks it up, it'll be good. From unknown Wed Aug 20 06:40:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Jul 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator