unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: John Darrington <john@darrington.wattle.id.au>
To: Ludovic Court??s <ludo@gnu.org>
Cc: guix-devel@gnu.org, John Darrington <jmd@gnu.org>
Subject: Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag.
Date: Mon, 29 Aug 2016 21:51:50 +0200	[thread overview]
Message-ID: <20160829195149.GA23877@jocasta.intra> (raw)
In-Reply-To: <87d1krwm92.fsf@gnu.org>

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

On Mon, Aug 29, 2016 at 06:52:41PM +0200, Ludovic Court??s wrote:
     John Darrington <john@darrington.wattle.id.au> skribis:
     
     > On Sun, Aug 28, 2016 at 12:43:00PM +0300, Efraim Flashner wrote:
     >      On Sat, Aug 27, 2016 at 08:19:39PM +0200, John Darrington wrote:
     >      > From: John Darrington <jmd@gnu.org>
     >      > 
     >      > * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Remove the --disable-gssapi
     >      > configure flag.
     >      > [inputs]: Add mit-krb5
     >      > ---
     >      >  gnu/packages/onc-rpc.scm | 7 +++----
     >      >  1 file changed, 3 insertions(+), 4 deletions(-)
     >      > 
     >      > diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
     >      > index d9b2f9d..d5858e8 100644
     >      > --- a/gnu/packages/onc-rpc.scm
     >      > +++ b/gnu/packages/onc-rpc.scm
     >      > @@ -20,6 +20,7 @@
     >      >    #:use-module (guix licenses)
     >      >    #:use-module (guix packages)
     >      >    #:use-module (guix download)
     >      > +  #:use-module (gnu packages mit-krb5)
     >      >    #:use-module (guix build-system gnu))
     >      >  
     >      >  (define-public libtirpc
     >      > @@ -36,16 +37,14 @@
     >      >                  "18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5hs5"))))
     >      >      (build-system gnu-build-system)
     >      >      (arguments
     >      > -     '(;; Doesn't work with GNU GSS.
     >      > -       #:configure-flags '("--disable-gssapi")
     >      > -
     >      > -       #:phases (alist-cons-after
     >      > +     '(#:phases (alist-cons-after
     >      >                   'unpack 'remote-dangling-symlink
     >      >                   (lambda _
     >      >                     ;; Remote the dangling symlinks since it breaks the
     >      >                     ;; 'patch-source-shebangs' file tree traversal.
     >      >                     (delete-file "INSTALL"))
     >      >                   %standard-phases)))
     >      > +    (inputs `(("mit-krb5" ,mit-krb5)))
     >      >      (home-page "http://sourceforge.net/projects/libtirpc/")
     >      >      (synopsis "Transport-independent Sun/ONC RPC implementation")
     >      >      (description
     >      > -- 
     >      > 2.1.4
     >      > 
     >      
     >      Has the issue with GNU GSS been fixed? Also, this would be a good time
     >      to switch to modify-phases while you're already touching the package.
     >
     > I'm not aware of any issue with GNU GSS which needs to be fixed.  It is not
     > an input to this package.  I don't think there is any connection.
     
     It???s preferable to use GNU GSS rather than mit-krb5 if that???s possible,
     which maybe it isn???t.

I don't think it is possible, for the simple reason that this is not what 
GSS is intended to do.  If however it transpires that GNU GSS does somehow
eventually do it, the  we can change it then.

-- 
Avoid eavesdropping.  Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

  reply	other threads:[~2016-08-29 19:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27 18:19 [PATCH 1/4] gnu: yelp: Update to 3.21.3 John Darrington
2016-08-27 18:19 ` [PATCH 2/4] CoC: Correct punctuation John Darrington
2016-08-28  9:19   ` Efraim Flashner
2016-08-28  9:52     ` John Darrington
2016-08-30  1:52       ` Leo Famulari
2016-08-27 18:19 ` [PATCH 3/4] gnu: Add German Aspell dictionary John Darrington
2016-08-28  9:20   ` Efraim Flashner
2016-08-28 12:41     ` John Darrington
2016-08-29  8:35       ` Alex Kost
2016-08-29 16:50         ` Ludovic Courtès
2016-08-27 18:19 ` [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag John Darrington
2016-08-28  9:43   ` Efraim Flashner
2016-08-28  9:45     ` John Darrington
2016-08-29 16:52       ` Ludovic Courtès
2016-08-29 19:51         ` John Darrington [this message]
2016-09-02 13:16 ` [PATCH 1/4] gnu: yelp: Update to 3.21.3 Ludovic Courtès
2016-09-02 14:56   ` John Darrington
2016-09-03 13:57     ` Ludovic Courtès
2016-09-03 14:28       ` John Darrington

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=20160829195149.GA23877@jocasta.intra \
    --to=john@darrington.wattle.id.au \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    --cc=ludo@gnu.org \
    /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).