From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: trouble with 'guix import hackage' Date: Mon, 2 Apr 2018 16:20:05 -0400 Message-ID: <20180402202005.GB3852@jasmine.lan> References: <20180402201054.GA30674@X250> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f35w3-0001pk-Pz for help-guix@gnu.org; Mon, 02 Apr 2018 16:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f35vy-0003Fn-Q2 for help-guix@gnu.org; Mon, 02 Apr 2018 16:20:11 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:47845) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f35vy-0003FO-L6 for help-guix@gnu.org; Mon, 02 Apr 2018 16:20:06 -0400 Content-Disposition: inline In-Reply-To: <20180402201054.GA30674@X250> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "Scott N. Walck" Cc: help-guix@gnu.org --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 02, 2018 at 04:10:54PM -0400, Scott N. Walck wrote: > I'm so excited about Guix! It's awesome! I am trying to use > 'guix import hackage' and I'm running into problems. Okay :) > $ guix import hackage mtl@2.1.3.1 This works for me on my Debian system... > guix/build/download.scm:296:6: In procedure tls-wrap: > X.509 certificate of 'hackage.haskell.org' could not be verified: > insecure-algorithm > signer-not-found > invalid Did you try following the instructions related to X.509 Certificate setup yet? https://www.gnu.org/software/guix/manual/html_node/Application-Setup.html#X_002e509-Certificates-1 Those error messages suggest that `guix import` can't find the X.509 certificate store, which suggests that the cert store is either not installed or the relevant environment variables are unset or set incorrectly. --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlrCkHUACgkQJkb6MLrK fwjGmBAAnzjN9kCSw7najYJRNv9mtzs3ESdYDM/KutGiAEzvs28su3vg5KO7lMB1 5Ibp9SwBWL5l2+W/hAffzvam85hrP26d4g8HHhvY8vEB5Hqb/mMGnTGrE0r6vfkN Nq3YS1Z420diIg6+M8/Jri+PJn/hYqBY2xkjJs7HxVoYxdqSJkJX0k4hO4ytoDD6 LEk0nRyTjx2pkrjyjsb7+3aSRBRinT1UhseTIpEmEkIQyluaiGmyECxrp26R1Hk8 qAJ9VNJpxrxBNN4DwEBgLFPaldQ0H2R+ohSX5pvDvBh3VfUnLw6rYPjUdgXkuNYz n4iT3pwux5tK4VWPiujbXCuDDwfe/UvGVs19jGnwH9a4khUKYZuJqdh/frX3oTp9 amTZrKbS9GSa8mw7lR6FMt1UBsCvtmKR9zRVKZf4K97LnnHXdjtHXtP8oRC3tFdd hCVBrkZ5od5fyCAhZqHnTceLPWMkigE3qewO5UasbOqKbbGPTtR0OXGpFQKwuzeT 8jsAMoa18VETU91WD9OKcEXEjuwwRaqq8194CTef9eBeMx+R/7YAVssV1lsq7Vc9 bpLlZq2Zce41ky2LIYPsL6gSBzH3WGl40gW24fYqekjGzvHaEVZlF3ZVpo2LHWco u+ubyND1xeC7phWCAJv2opP5FJb/3JJ9yyjTcTM02OKt6sMTlzw= =kqVp -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS--