unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 05/10] gnu: bison: Add m4 as a native input.
@ 2015-05-18 22:18 Manolis Ragkousis
  2015-05-19 16:24 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Manolis Ragkousis @ 2015-05-18 22:18 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0005-gnu-bison-Add-m4-as-a-native-input.patch --]
[-- Type: text/x-patch, Size: 966 bytes --]

From 341be976921664ca8c2c071fcbf0e0c2df6224a5 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 12 May 2015 20:42:38 +0300
Subject: [PATCH 05/10] gnu: bison: Add m4 as a native input.

* gnu/packages/bison (bison): Add m4 as a native input.
---
 gnu/packages/bison.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 43ab216..c8ec8cc 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -40,7 +40,9 @@
        (base32
         "1qbgf6q1n2z17k8g33444m0q68kf3fbiq65q7jlrzpvvj73jh957"))))
     (build-system gnu-build-system)
-    (native-inputs `(("perl" ,perl)))
+    (native-inputs `(("perl" ,perl)
+                     ;; m4 is not present in PATH when cross-building
+                     ("m4" ,m4)))
     (inputs `(("flex" ,flex)))
     (propagated-inputs `(("m4" ,m4)))
     (home-page "http://www.gnu.org/software/bison/")
-- 
2.4.1


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

* Re: [PATCH 05/10] gnu: bison: Add m4 as a native input.
  2015-05-18 22:18 [PATCH 05/10] gnu: bison: Add m4 as a native input Manolis Ragkousis
@ 2015-05-19 16:24 ` Ludovic Courtès
  2015-05-21  8:54   ` Manolis Ragkousis
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2015-05-19 16:24 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

> From 341be976921664ca8c2c071fcbf0e0c2df6224a5 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Tue, 12 May 2015 20:42:38 +0300
> Subject: [PATCH 05/10] gnu: bison: Add m4 as a native input.
>
> * gnu/packages/bison (bison): Add m4 as a native input.

OK for wip-hurd and/or core-updates.

Ludo'.

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

* Re: [PATCH 05/10] gnu: bison: Add m4 as a native input.
  2015-05-19 16:24 ` Ludovic Courtès
@ 2015-05-21  8:54   ` Manolis Ragkousis
  2015-05-21  9:25     ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Manolis Ragkousis @ 2015-05-21  8:54 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

Pushed to wip-hurd.

Manolis

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

* Re: [PATCH 05/10] gnu: bison: Add m4 as a native input.
  2015-05-21  8:54   ` Manolis Ragkousis
@ 2015-05-21  9:25     ` Ludovic Courtès
  2015-05-21  9:48       ` Manolis Ragkousis
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2015-05-21  9:25 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

How should we manage branches?

There are improvements like these Bison and Flex changes that could go
to ‘core-updates’, which would be beneficial to everyone in the long
term.

Perhaps you could cherry-pick these changes in ‘core-updates’ and then
rebase ‘wip-hurd’ on top of it?  WDYT?

Ludo’.

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

* Re: [PATCH 05/10] gnu: bison: Add m4 as a native input.
  2015-05-21  9:25     ` Ludovic Courtès
@ 2015-05-21  9:48       ` Manolis Ragkousis
  2015-05-21 12:53         ` Manolis Ragkousis
  0 siblings, 1 reply; 6+ messages in thread
From: Manolis Ragkousis @ 2015-05-21  9:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

On 21 May 2015 at 12:25, Ludovic Courtès <ludo@gnu.org> wrote:
> Perhaps you could cherry-pick these changes in ‘core-updates’ and then
> rebase ‘wip-hurd’ on top of it?  WDYT?

That's sound like a good idea. Will push those two to core-updates,
rebase wip-hurd on top of core-updates and push the new wip-hurd.

Manolis

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

* Re: [PATCH 05/10] gnu: bison: Add m4 as a native input.
  2015-05-21  9:48       ` Manolis Ragkousis
@ 2015-05-21 12:53         ` Manolis Ragkousis
  0 siblings, 0 replies; 6+ messages in thread
From: Manolis Ragkousis @ 2015-05-21 12:53 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

Done.

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

end of thread, other threads:[~2015-05-21 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 22:18 [PATCH 05/10] gnu: bison: Add m4 as a native input Manolis Ragkousis
2015-05-19 16:24 ` Ludovic Courtès
2015-05-21  8:54   ` Manolis Ragkousis
2015-05-21  9:25     ` Ludovic Courtès
2015-05-21  9:48       ` Manolis Ragkousis
2015-05-21 12:53         ` Manolis Ragkousis

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