GNU bug report logs -
#27485
[PATCH] gnu: nyacc: Update to 0.80.3.
Previous Next
Reported by: Jan Nieuwenhuizen <janneke <at> gnu.org>
Date: Sun, 25 Jun 2017 16:21:02 UTC
Severity: normal
Tags: patch
Done: Jan Nieuwenhuizen <janneke <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 Jun 2017 07:06:41 +0200
with message-id <87fuen5oda.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)
--
27485: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27485
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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 <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
[Message part 3 (message/rfc822, inline)]
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 <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
This bug report was last modified 8 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.