emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27485: closed ([PATCH] gnu: nyacc: Update to 0.80.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27485: closed ([PATCH] gnu: nyacc: Update to 0.80.3.)
Date: Mon, 26 Jun 2017 05:08:02 +0000

Your message dated Mon, 26 Jun 2017 07:06:41 +0200
with message-id <address@hidden>
and subject line Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
has caused the debbugs.gnu.org bug report #27485,
regarding [PATCH] gnu: nyacc: Update to 0.80.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27485: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27485
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: nyacc: Update to 0.80.3. Date: Sun, 25 Jun 2017 18:20:09 +0200
* 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 <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. Date: Mon, 26 Jun 2017 07:06:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
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?

>>> 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

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]