From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag. Date: Mon, 29 Aug 2016 21:51:50 +0200 Message-ID: <20160829195149.GA23877@jocasta.intra> References: <1472321979-10150-1-git-send-email-john@darrington.wattle.id.au> <1472321979-10150-4-git-send-email-john@darrington.wattle.id.au> <20160828094300.GK26988@macbook42.flashner.co.il> <20160828094535.GB25813@jocasta.intra> <87d1krwm92.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beSbC-0006Pr-Pg for guix-devel@gnu.org; Mon, 29 Aug 2016 15:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beSbB-0005qZ-Hd for guix-devel@gnu.org; Mon, 29 Aug 2016 15:52:02 -0400 Content-Disposition: inline In-Reply-To: <87d1krwm92.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic Court??s Cc: guix-devel@gnu.org, John Darrington --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 29, 2016 at 06:52:41PM +0200, Ludovic Court??s wrote: John Darrington skribis: =20 > 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 > >=20 > > * 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(-) > >=20 > > 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)) > > =20 > > (define-public libtirpc > > @@ -36,16 +37,14 @@ > > "18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm99= 3zhfy5hs5")))) > > (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 trav= ersal. > > (delete-file "INSTALL")) > > %standard-phases))) > > + (inputs `(("mit-krb5" ,mit-krb5))) > > (home-page "http://sourceforge.net/projects/libtirpc/") > > (synopsis "Transport-independent Sun/ONC RPC implementat= ion") > > (description > > --=20 > > 2.1.4 > >=20 > =20 > Has the issue with GNU GSS been fixed? Also, this would be a go= od time > to switch to modify-phases while you're already touching the pa= ckage. > > 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. =20 It???s preferable to use GNU GSS rather than mit-krb5 if that???s poss= ible, which maybe it isn???t. I don't think it is possible, for the simple reason that this is not what= =20 GSS is intended to do. If however it transpires that GNU GSS does somehow eventually do it, the we can change it then. --=20 Avoid eavesdropping. Send strong encryted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlfEklUACgkQimdxnC3oJ7M7KgCghBS1FpYaj43lxv35KEFjahX7 +qgAoITTGFWZIlSOP5y27ShF1AeN/ZkH =ijkx -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--