unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org, John Darrington <jmd@gnu.org>
Subject: Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag.
Date: Sun, 28 Aug 2016 12:43:00 +0300	[thread overview]
Message-ID: <20160828094300.GK26988@macbook42.flashner.co.il> (raw)
In-Reply-To: <1472321979-10150-4-git-send-email-john@darrington.wattle.id.au>

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

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.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-08-28  9:43 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 [this message]
2016-08-28  9:45     ` John Darrington
2016-08-29 16:52       ` Ludovic Courtès
2016-08-29 19:51         ` John Darrington
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=20160828094300.GK26988@macbook42.flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /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).