unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: glibc-hurd: Disable werror.
@ 2017-01-02 17:55 manolis837
  2017-01-02 17:57 ` David Craven
  0 siblings, 1 reply; 3+ messages in thread
From: manolis837 @ 2017-01-02 17:55 UTC (permalink / raw)
  To: guix-devel

From: Manolis Ragkousis <manolis837@gmail.com>

* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
---
 gnu/packages/base.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 50c306009..c75e03828 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -722,6 +722,9 @@ with the Linux kernel.")
                        ;; We need this to get a working openpty() function.
                        "--enable-pt_chown"
 
+                       ;; <https://lists.gnu.org/archive/html/bug-hurd/2016-10/msg00033.html>
+                       "--disable-werror"
+
                        ;; nscd fails to build for GNU/Hurd:
                        ;; <https://lists.gnu.org/archive/html/bug-hurd/2014-07/msg00006.html>.
                        ;; Disable it.
-- 
2.11.0

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

* Re: [PATCH] gnu: glibc-hurd: Disable werror.
  2017-01-02 17:55 [PATCH] gnu: glibc-hurd: Disable werror manolis837
@ 2017-01-02 17:57 ` David Craven
  2017-01-02 18:03   ` Manolis Ragkousis
  0 siblings, 1 reply; 3+ messages in thread
From: David Craven @ 2017-01-02 17:57 UTC (permalink / raw)
  To: manolis837; +Cc: guix-devel

LGTM. Does it need to go into core-updates?

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

* Re: [PATCH] gnu: glibc-hurd: Disable werror.
  2017-01-02 17:57 ` David Craven
@ 2017-01-02 18:03   ` Manolis Ragkousis
  0 siblings, 0 replies; 3+ messages in thread
From: Manolis Ragkousis @ 2017-01-02 18:03 UTC (permalink / raw)
  To: David Craven; +Cc: guix-devel

Hello David,

As it only changes glibc/hurd it will not cause any rebuilds. If no one
objects I will push it to master.

Manolis

On 01/02/17 19:57, David Craven wrote:
> LGTM. Does it need to go into core-updates?

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

end of thread, other threads:[~2017-01-02 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-02 17:55 [PATCH] gnu: glibc-hurd: Disable werror manolis837
2017-01-02 17:57 ` David Craven
2017-01-02 18:03   ` 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).