From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#34927: Curl is not configured to use its dependency libssh2 Date: Wed, 20 Mar 2019 16:40:52 -0400 Message-ID: <20190320204052.GA21181@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6iEp-0001kU-Tj for bug-guix@gnu.org; Wed, 20 Mar 2019 16:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6iEp-0008TZ-3x for bug-guix@gnu.org; Wed, 20 Mar 2019 16:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38694) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h6iEo-0008Sl-Sk for bug-guix@gnu.org; Wed, 20 Mar 2019 16:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h6iEo-0004mn-KE for bug-guix@gnu.org; Wed, 20 Mar 2019 16:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:44909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6iER-0001MQ-O6 for bug-guix@gnu.org; Wed, 20 Mar 2019 16:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6i19-000201-NT for bug-guix@gnu.org; Wed, 20 Mar 2019 16:40:56 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43635) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6i18-0001zJ-Tw for bug-guix@gnu.org; Wed, 20 Mar 2019 16:40:55 -0400 Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 9789FE465F for ; Wed, 20 Mar 2019 16:40:53 -0400 (EDT) Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34927@debbugs.gnu.org --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable While working on a libssh2 update [0] I noticed that curl was not keeping a reference to libssh2, even though libssh2 is an input of the curl build. Our curl package is missing the required configuration option: ------ SSH support: no (--with-libssh2) ------ I assume that our curl package did build with SSH support in the past, but I'm not sure. It's unfortunate that we have to use a graft to update libssh2 even though only a few dozen packages refer to it, because of this curl issue. What should we do about curl? Should we remove libssh2 from its inputs, or enable the build-time --with-libssh2 configuration option? [0]=20 https://bugs.gnu.org/34926 --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlySpVEACgkQJkb6MLrK fwjarQ//QnJ1UB+hMU9z84PeNbBT6N9dsmof+5BENnMzn/FDbscZsvW2cEoxe6Cs QWFg0lKOT+lZ7FBNrPscEY4e60a/KyBI9yOjCdaqmft71QKnzsnTPiO7b+HNVPdr SfMP5C2dIJQzJ5XlHr8/C/QFTpfls1XEdkzpyaTXuyyTNVXdCfXdGnnPOQ+bgVcr 0kiX7yzblR0XqF4B2qVX1o9JhPuSEapJvtrKSi9pApwUccKKD+Yaf7UvGTxvh3vd M/8kHnbBWr+q9AIn5EWoC7DwrhmgwGcrXJ0rnQFi+Y7uWJPdGw5VVA9fIib7W5Ge ZZHuXnIgD0CshuaZgTqDY1GpVryIrX1fUaUVcvznF9WVludhf0eeaSJ0fLQlAieC mCJdHxjSYe6BBiFlj8lkksYzOZ3LxKYmNbgHS2n7yfo9DrNCvyKsKNij6vlqyy5s qpMCnwQZQUSVFFYfdY1MP2Q5cnsNs+7ZQ9AG5yXY6sLJs67sdHP5SosFBpF9In3I Az3DkSDaOHfC6eosgp+c/KdSS6qvXZ8a8py54wQRd+mtVsh+2kXNDy7gAOzuPVKu 3aAp/yLONRuadNVNMVcyCl4V4qVhL1GTJKUG6biyk+JK7TLgGAZ2J80WbZcc94Gn odm0ZBHmpIFKdcN3BEgoQufqUTFSWTt+aAduRecFIqiuzE9SkzM= =KiUZ -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--