unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <m.othacehe@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 26940-done@debbugs.gnu.org
Subject: bug#26940: [PATCH 3/3] gnu: Add sssd.
Date: Mon, 15 May 2017 22:42:38 +0200	[thread overview]
Message-ID: <87wp9honr5.fsf@gmail.com> (raw)
In-Reply-To: <87d1b97w9e.fsf@elephly.net>

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


Hi Ricardo,

I have the following warning while building sssd.scm :

--8<---------------cut here---------------start------------->8---
WARNING: (gnu packages sssd): imported module (gnu packages dns) overrides core binding `bind'
--8<---------------cut here---------------end--------------->8---

Would the attached patch be ok ?

Thanks,

Mathieu


[-- Attachment #2: 0001-gnu-sssd-Fix-bind-redefinition.patch --]
[-- Type: text/x-patch, Size: 1427 bytes --]

From c565786200e6f48bc59e8202205d7929d3791064 Mon Sep 17 00:00:00 2001
From: Mathieu Othacehe <m.othacehe@gmail.com>
Date: Mon, 15 May 2017 22:33:48 +0200
Subject: [PATCH] gnu: sssd: Fix bind redefinition.

* gnu/packages/sssd.scm (sssd): Add a "dns:" prefix to (gnu packages dns), to
  prevent "bind" symbol redefinition.
---
 gnu/packages/sssd.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 26d034790..a159da2bf 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +31,7 @@
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages databases)
-  #:use-module (gnu packages dns)
+  #:use-module ((gnu packages dns) #:prefix dns:)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages glib)
@@ -131,7 +132,7 @@ fundamental object types for C.")
              #t)))))
     (inputs
      `(("augeas" ,augeas)
-       ("bind" ,bind "utils")
+       ("bind" ,dns:bind "utils")
        ("c-ares" ,c-ares)
        ("curl" ,curl)
        ("cyrus-sasl" ,cyrus-sasl)
-- 
2.13.0


  parent reply	other threads:[~2017-05-15 20:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 13:58 bug#26940: Add SSSD Ricardo Wurmus
2017-05-15 14:01 ` bug#26940: [PATCH 1/3] gnu: Add http-parser Ricardo Wurmus
2017-05-15 14:01   ` bug#26940: [PATCH 2/3] gnu: Add ding-libs Ricardo Wurmus
2017-05-15 17:43     ` Marius Bakke
2017-05-15 14:01   ` bug#26940: [PATCH 3/3] gnu: Add sssd Ricardo Wurmus
2017-05-15 17:44     ` Marius Bakke
2017-05-15 19:33       ` Ricardo Wurmus
2017-05-15 20:33         ` Leo Famulari
2017-05-15 20:42         ` Mathieu Othacehe [this message]
2017-05-15 21:00           ` Ricardo Wurmus
2017-05-15 17:41   ` bug#26940: [PATCH 1/3] gnu: Add http-parser Marius Bakke
2017-05-15 19:26     ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wp9honr5.fsf@gmail.com \
    --to=m.othacehe@gmail.com \
    --cc=26940-done@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).