unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
@ 2017-06-25 16:20 Jan Nieuwenhuizen
  2017-06-25 17:34 ` Arun Isaac
       [not found] ` <c5866b2b.AEQAMJcd4yoAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZT_RA@mailjet.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2017-06-25 16:20 UTC (permalink / raw)
  To: 27485

* 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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
  2017-06-25 16:20 [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3 Jan Nieuwenhuizen
@ 2017-06-25 17:34 ` Arun Isaac
       [not found] ` <c5866b2b.AEQAMJcd4yoAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZT_RA@mailjet.com>
  1 sibling, 0 replies; 7+ messages in thread
From: Arun Isaac @ 2017-06-25 17:34 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 27485


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=0
;;;       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-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/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/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2/site-
ccache/nyacc/bison.go'                                                                                                              
Are these ok?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
       [not found] ` <c5866b2b.AEQAMJcd4yoAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZT_RA@mailjet.com>
@ 2017-06-25 18:09   ` Jan Nieuwenhuizen
  2017-06-25 20:52     ` Arun Isaac
       [not found]     ` <e67b90c0.AEAAL8rV5FgAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZUCKD@mailjet.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2017-06-25 18:09 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 27485

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=0
> ;;;       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-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/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=0...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/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?

Greetings,
janneke

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
  2017-06-25 18:09   ` Jan Nieuwenhuizen
@ 2017-06-25 20:52     ` Arun Isaac
       [not found]     ` <e67b90c0.AEAAL8rV5FgAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZUCKD@mailjet.com>
  1 sibling, 0 replies; 7+ messages in thread
From: Arun Isaac @ 2017-06-25 20:52 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 27485


>> In the intall phase, I get several warnings/errors similar to:
>>
>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
>> ;;;       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-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/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=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?

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#27485: [PATCH] gnu: nyacc: Update to 0.80.3.
       [not found]     ` <e67b90c0.AEAAL8rV5FgAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZUCKD@mailjet.com>
@ 2017-06-26  5:06       ` Jan Nieuwenhuizen
  2017-06-26  8:02         ` [bug#27485] " Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2017-06-26  5:06 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 27485-done

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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
  2017-06-26  5:06       ` bug#27485: " Jan Nieuwenhuizen
@ 2017-06-26  8:02         ` Ludovic Courtès
  2017-06-26 10:14           ` Arun Isaac
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2017-06-26  8:02 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 27485-done

Hello!

Jan Nieuwenhuizen <janneke@gnu.org> 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?

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
  2017-06-26  8:02         ` [bug#27485] " Ludovic Courtès
@ 2017-06-26 10:14           ` Arun Isaac
  0 siblings, 0 replies; 7+ messages in thread
From: Arun Isaac @ 2017-06-26 10:14 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27485-done


Ludovic Courtès writes:

> Hello!
>
> Jan Nieuwenhuizen <janneke@gnu.org> 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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-26 10:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 16:20 [bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3 Jan Nieuwenhuizen
2017-06-25 17:34 ` Arun Isaac
     [not found] ` <c5866b2b.AEQAMJcd4yoAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZT_RA@mailjet.com>
2017-06-25 18:09   ` Jan Nieuwenhuizen
2017-06-25 20:52     ` Arun Isaac
     [not found]     ` <e67b90c0.AEAAL8rV5FgAAAAAAAAAAAPE_lQAAAACwQwAAAAAAAW9WABZUCKD@mailjet.com>
2017-06-26  5:06       ` bug#27485: " Jan Nieuwenhuizen
2017-06-26  8:02         ` [bug#27485] " Ludovic Courtès
2017-06-26 10:14           ` Arun Isaac

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).