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: Sun, 28 Aug 2016 11:45:35 +0200 Message-ID: <20160828094535.GB25813@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> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oC1+HKm2/end4ao3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdwes-0000ih-AX for guix-devel@gnu.org; Sun, 28 Aug 2016 05:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdwen-0002Pj-Uj for guix-devel@gnu.org; Sun, 28 Aug 2016 05:45:41 -0400 Content-Disposition: inline In-Reply-To: <20160828094300.GK26988@macbook42.flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org, John Darrington --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 --disab= le-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 @@ > "18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5h= s5")))) > (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 > --=20 > 2.1.4 >=20 =20 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. I'll have a look to see if modify-phases makes things simpler. J' =20 --=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. --oC1+HKm2/end4ao3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlfCsr8ACgkQimdxnC3oJ7M9twCfbllovazwwsGCJb8F1dd54DZU j30AniO/dSn08lDasX3p1Q78SGi8XBSC =izdy -----END PGP SIGNATURE----- --oC1+HKm2/end4ao3--